/**
 * Shared RTL section header — Cars, Real Estate, Most Read (icon + title + gold rule).
 */

.eb-vertical-featured-news-01__header {
	padding: clamp(1rem, 2.6vw, 1.2rem) clamp(1.05rem, 3vw, 1.35rem) clamp(0.65rem, 2vw, 0.85rem);
	background: rgb(0 14 34 / 22%);
}

.eb-vertical-featured-news-01__header-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.65rem;
	text-align: start;
	min-inline-size: 0;
}

.eb-vertical-featured-news-01__header-icon {
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--eb-vfn01-accent, var(--raz-accent-color, var(--eb-accent, #f6b938)));
	filter: drop-shadow(0 0 14px rgb(246 185 56 / 35%));
}

.eb-vertical-featured-news-01__header-title {
	margin: 0;
	flex: 1;
	min-inline-size: 0;
	font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.28rem);
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: 0.01em;
	color: inherit;
}

.eb-vertical-featured-news-01__header-rule {
	display: block;
	margin-block-start: 0.75rem;
	block-size: 2px;
	border-radius: 2px;
	background: linear-gradient(
		90deg,
		rgb(246 185 56 / 0%),
		var(--raz-accent-color, var(--eb-accent, #f6b938)) 18%,
		#ffe6a8 50%,
		var(--raz-accent-color, var(--eb-accent, #f6b938)) 82%,
		rgb(246 185 56 / 0%)
	);
	box-shadow: 0 0 24px rgb(246 185 56 / 22%);
}
