/*
 * Author: Luca Arzilli, ALSolutions
 * Project Name: Tenuta Di Vaira - Prenota Visite
 */

body.tdv-page-prenota-visite {
	--tdv-prenota-visite-fixedbar-offset: 100px;
	background-color: #fff;
	margin: 0;
}

body.tdv-page-prenota-visite .tdv-fixedbar {
	--tdv-fixedbar-fg: #791712;
	--tdv-fixedbar-bg: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

body.tdv-page-prenota-visite .tdv-fixedbar__inner {
	min-height: var(--tdv-prenota-visite-fixedbar-offset);
}

body.tdv-page-prenota-visite .tdv-fixedbar__logo--light {
	opacity: 0;
	pointer-events: none;
}

body.tdv-page-prenota-visite .tdv-fixedbar__logo--dark {
	opacity: 1;
	pointer-events: auto;
}

body.tdv-page-prenota-visite .tdv-fixedbar__icon-btn--globe:hover,
body.tdv-page-prenota-visite .tdv-fixedbar__icon-btn--globe:focus-visible {
	color: #791712;
	opacity: 0.75;
}

body.tdv-page-prenota-visite section {
	padding: 0;
}

.tdv-prenota-visite {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.tdv-prenota-visite__frame {
	display: block;
	width: 100%;
	height: 100vh;
}
