/**
 * GBA front-end SEO enhancements — only enqueued on single auction-item
 * pages.
 *
 * As of v2.2.1, breadcrumb positioning and the sold-price badge styling
 * are native Elementor settings on the "Auction Item" template (post
 * 890) — see the v2.2.1 changelog. This file only keeps the styling
 * that has no native equivalent: coloring the auction-event link (which
 * Elementor now renders natively — this just brands its color/underline
 * to match the site) and labeling "You may also like" cards.
 */

/* --- Auction event name: styled to match brand, now that Elementor's
   own dynamic tag renders it as a real link (link control set to
   "yes" natively — see the v2.2.1 changelog). --- */
.elementor-element-5421cfe a {
	color: #ED1C24;
	text-decoration: underline;
}

/* --- "You may also like" disambiguation label, added by JS. --- */
.gba-related-label {
	display: block;
	font-weight: 400;
	color: #767676;
	font-size: 0.8em;
	margin-top: 2px;
}
