/*
 * Ancient Greek Secrets blog-wide maintenance rules.
 * Version 2.26.5
 */

/* Keep gold Ancient Day CTA buttons readable throughout single blog posts. */
.single-article .ancient-day__button,
.single-article .ancient-day__button:visited,
.single-article .ancient-day__button:hover,
.single-article .ancient-day__button:focus-visible {
	color: #100b05 !important;
	-webkit-text-fill-color: #100b05 !important;
	text-shadow: none !important;
}

/* Captions remain Media Library metadata but are not rendered beneath article visuals. */
.single-article__content .wp-block-image > figcaption,
.single-article__content .wp-block-image > .wp-element-caption {
	display: none !important;
}
