/*
Theme Name: Berdoz Niseko Child
Theme URI: https://www.berdoz-vision.ch/
Description: Thème enfant Berdoz — Schema.org (LocalBusiness, FAQ) sans toucher au parent.
Author: Anouar / SEO tech
Template: template-wp-niseko-main
Version: 1.0.1
Text Domain: berdoz-child
*/

/* -------------------------------------------------------------------------
   Shortcodes ACF — alignés sur le layout Elementor magasins
   ------------------------------------------------------------------------- */

.berdoz-store-address {
	font-family: var(--e-global-typography-text-font-family, Radikal, sans-serif);
	font-size: var(--e-global-typography-text-font-size, 1.8rem);
	font-weight: var(--e-global-typography-text-font-weight, 300);
	line-height: 1.4;
	color: var(--e-global-color-text, #000);
}

.berdoz-store-address p {
	margin: 0 0 0.35em;
}

.berdoz-store-address p:last-child {
	margin-bottom: 0;
}

.berdoz-store-address a {
	color: inherit;
	text-decoration: none;
}

.berdoz-store-address a:hover {
	text-decoration: underline;
}

.berdoz-store-address .berdoz-maps-link {
	color: inherit;
	text-decoration: none;
}

.berdoz-store-address .berdoz-maps-link:hover {
	text-decoration: underline;
}

/* Horaires : colonne de lignes jour | plage (comme .heures .heure Elementor) */
.berdoz-store-hours.heures {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	font-family: var(--e-global-typography-text-font-family, Radikal, sans-serif);
	font-size: var(--e-global-typography-text-font-size, 1.8rem);
	font-weight: var(--e-global-typography-text-font-weight, 300);
	line-height: 1.4;
	color: var(--e-global-color-text, #000);
}

.berdoz-store-hours .heure {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	width: 100%;
}

.berdoz-store-hours .heure p {
	margin: 0;
}

.berdoz-store-hours .heure .day {
	flex: 0 1 auto;
}

.berdoz-store-hours .heure .hours {
	flex: 0 0 auto;
	text-align: right;
	color: var(--e-global-color-ce519fa, #6d6d6d);
}

@media (max-width: 767px) {
	.berdoz-store-hours.heures,
	.berdoz-store-address {
		font-size: 1.6rem;
	}
}
