/**
 * MickSEO — Frontend stylesheet.
 *
 * Minimal, theme-agnostic styles for the Google Preferred Sources CTA.
 * All selectors are prefixed with .mick-seo-preferred-sources- to avoid
 * collisions with theme styles.
 *
 * Themes can override or extend any of these rules using the same classes.
 * The outer container (.mick-seo-preferred-sources) is intentionally left
 * with minimal styling so themes control layout and spacing.
 */

/* =========================================================================
   Preferred Sources CTA container
   ========================================================================= */

.mick-seo-preferred-sources {
	margin: 1.5em 0;
	clear: both;
}

.mick-seo-preferred-sources__text {
	margin: 0 0 0.6em;
	font-size: 0.95em;
	line-height: 1.5;
}

/* =========================================================================
   Button image link
   ========================================================================= */

.mick-seo-preferred-sources__link {
	display: inline-block;
	line-height: 0; /* Remove inline-block gap below the image */
}

.mick-seo-preferred-sources__button {
	display: block;
	max-width: 168px;
	height: auto;
	border: none;
	box-shadow: none;
}
