.tf-hero-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin-top: 24px;
}

.tf-hero-combo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.tf-hero-combo__label {
	margin: 0;
	font-family: var(--telefer-font-alt, 'Manrope', sans-serif);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.3;
	color: var(--tf-blue, #004890);
}

.tf-hero-link--featured {
	min-width: 220px;
	min-height: 54px;
	padding: 14px 36px;
	background: var(--tf-gold, #fdb813) !important;
	color: #1a1400 !important;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.14em;
	box-shadow: 0 14px 28px -12px rgba(253, 184, 19, 0.8);
}

.tf-hero-link--featured:hover {
	background: #e5a40f !important;
	color: #1a1400 !important;
	transform: translateY(-2px);
}

@media (max-width: 700px) {
	.tf-hero-actions,
	.tf-hero-combo {
		width: 100%;
		align-items: stretch;
	}

	.tf-hero-link--featured {
		width: 100%;
	}
}
