/**
 * Gold section block — separator, gold paragraphs, separator.
 */

.yalla-gold-section {
	margin: 2em 0;
}

.yalla-gold-section__separator {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #0c0a09;
}

.yalla-gold-section__content {
	padding: 1.25em 0;
}

.yalla-gold-section__content > :first-child {
	margin-top: 0;
}

.yalla-gold-section__content > :last-child {
	margin-bottom: 0;
}

.yalla-gold-section__content p,
.yalla-gold-section__content .wp-block-paragraph,
.entry-content .yalla-gold-section__content p,
.elementor-widget-theme-post-content .yalla-gold-section__content p,
.elementor-kit .elementor-widget-theme-post-content .yalla-gold-section__content p {
	margin: 0 0 0.75em;
	padding: 0;
	color: #A88A56 !important;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 28px;
}

.yalla-gold-section__content p:last-child,
.yalla-gold-section__content .wp-block-paragraph:last-child {
	margin-bottom: 0;
}

.yalla-gold-section__content strong,
.yalla-gold-section__content b {
	color: #0c0a09 !important;
	font-weight: 700;
}

.yalla-gold-section__content a {
	color: #A88A56 !important;
	text-decoration: underline;
}

.yalla-gold-section__content a:hover,
.yalla-gold-section__content a:focus {
	color: #8a7045 !important;
}

/* Block editor */
.editor-styles-wrapper .yalla-gold-section__content p,
.block-editor-block-list__block .yalla-gold-section__content p {
	color: #A88A56 !important;
	font-size: 25px;
	font-weight: 600;
	line-height: 28px;
}

.editor-styles-wrapper .yalla-gold-section__content strong,
.editor-styles-wrapper .yalla-gold-section__content b,
.block-editor-block-list__block .yalla-gold-section__content strong,
.block-editor-block-list__block .yalla-gold-section__content b {
	color: #0c0a09 !important;
}
