/* [gba_marketing_cta] — see class-gba-marketing-cta.php. Deliberately a
   small, self-contained callout so it drops cleanly below the sold price
   on the item page without needing any per-page styling in Elementor;
   the button reuses the dark/white look of .gba-auction-search-submit
   for visual consistency with the site's other plugin-rendered buttons. */

.gba-marketing-cta {
	margin: 0.75em 0;
	padding: 0.9em 1.1em;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.04);
}

.gba-marketing-cta-headline {
	font-size: 1.05em;
	font-weight: 700;
	margin-bottom: 0.2em;
}

.gba-marketing-cta-body {
	font-size: 0.95em;
	opacity: 0.9;
	margin-bottom: 0.6em;
}

.gba-marketing-cta-button {
	display: inline-block;
	padding: 0.55em 1.2em;
	font-size: 0.95em;
	border: 1px solid #999;
	border-radius: 4px;
	background: #222;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.gba-marketing-cta-button:hover {
	background: #444;
	color: #fff;
}
