/* MOD Vacanze frontend notice styles */
.mod-vacanze-notice {
	border: 1px solid;
	border-left-width: 4px;
	padding: 1em 1.25em;
	margin: 1em 0;
	border-radius: 4px;
	box-sizing: border-box;
}
.mod-vacanze-notice__message p:last-child {
	margin-bottom: 0;
}
.mod-vacanze-notice__cta {
	display: inline-block;
	margin-left: 0.5em;
	font-weight: 600;
	text-decoration: underline;
}
.mod-vacanze-countdown {
	margin-top: 0.75em;
	font-variant-numeric: tabular-nums;
}
.mod-vacanze-countdown__timer {
	font-weight: 700;
}
.mod-vacanze-opening-hours {
	width: 100%;
	border-collapse: collapse;
}
.mod-vacanze-opening-hours th,
.mod-vacanze-opening-hours td {
	padding: 0.4em 0.6em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
}
.mod-vacanze-opening-hours th {
	width: 40%;
	font-weight: 600;
}

/* NovaShop storefront: notice under fixed header */
.novashop-storefront .mod-vacanze-notice {
	margin: 0;
	border-radius: 0;
	border-left-width: 0;
	border-right-width: 0;
	padding: 0.85em 1.25rem;
}
.novashop-storefront .ns-product-card__paused {
	opacity: 0.9;
}
