/*
 * recommendation-card / media-top — Variant token VALUES + local type only.
 * No adjacency selectors, no !important.
 */
:where(.zct-template--recommendation-card-media-top) {
	--zct-gap: 10px;
}

:where(.zct-template--recommendation-card-media-top .rc-media-top .zct-slot--title) {
	font-size: 1.15rem;
	line-height: 1.25;
}

:where(.zct-template--recommendation-card-media-top .rc-media-top .zct-slot--subtitle) {
	font-size: 0.8125rem;
	color: var(--zct-muted, #6b7280);
}
