/*
Theme Name: Flexora Child
Template: flexora
Version: 1.3
*/

/* Azioni header Studio Legale Dente (telefono + CTA) */
header.main-header.layout-single-row .header-contents {
	gap: 24px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 30px;
}

.sld-header-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: 24px;
	flex-shrink: 0;
}

.sld-header-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
}

.sld-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

#mobile-top-bar-above .sld-top-phone {
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.sld-header-phone span {
		display: none;
	}

	.sld-header-actions {
		gap: 12px;
		margin-left: 12px;
	}

	.sld-header-cta {
		padding: 10px 16px;
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	header.main-header.layout-single-row .header-contents {
		padding: 0 16px;
	}

	.sld-header-actions {
		display: none;
	}
}
