/*----------------------------------------------------------------- */
/* PARAGRAPH
/*----------------------------------------------------------------- */

/* HIGHLIGHT TEXT
----------------------------------------- */
.block_paragraph-highlight p,
.editor-styles-wrapper .wp-block[data-type='core/paragraph'].is-style-block_paragraph-highlight
{
	font-size: clamp(2rem, 2.5vw, 2.5rem);

	padding-bottom: 45px;

	letter-spacing: clamp(0.025rem, 0.05vw, 0.05rem);
}

.block_paragraph-highlight p:before,
.editor-styles-wrapper .wp-block[data-type='core/paragraph'].is-style-block_paragraph-highlight:before
{
	position: absolute;
	bottom: 15px;
	left: 0;

	width: 45px;
	height: 3px;

	content: '';

	background: var(--color__black-light);
}

.editor-styles-wrapper .wp-block[data-type='core/paragraph'].is-style-block_paragraph-highlight:before
{
	left: 11px;
}

.block_paragraph-highlight.align-center p:before,
.editor-styles-wrapper .wp-block[data-type='core/paragraph'].is-style-block_paragraph-highlight.has-text-align-center:before
{
	right: 0;
	left: 0;

	margin: 0 auto;
}

.block_paragraph-highlight.align-right p:before,
.editor-styles-wrapper .wp-block[data-type='core/paragraph'].is-style-block_text-highlight.has-text-align-right:before
{
	right: 0;
	left: auto;
}

.editor-styles-wrapper .wp-block[data-type='core/paragraph'].is-style-block_text-highlight.has-text-align-right:before
{
	right: 11px;
}

@media (max-width: 960px)
{
	.legal_services-template-default p
	{
		font-size: var(--font-size__small);
	}
}

/* SINGLE MODEL CONTRACTS BLOCK PARGRAPG */
.single-model_contracts .block_paragraph
{
	margin-bottom: 25px;
}
