.wogg-store-locator {
	--wogg-green: #244f3b;
	--wogg-accent: #e57042;
	--wogg-cream: #f7f4ed;
	--wogg-border: #dedbd2;
	width: 100%;
	max-width: 1200px;
	margin: 56px auto 0;
	padding: 0 24px;
	color: #1f2924;
	font-family: inherit;
	box-sizing: border-box;
}

.wogg-store-locator * { box-sizing: border-box; }
.wogg-store-locator__header { margin: 0 0 28px; text-align: center; }
.wogg-store-locator__header h2 { margin: 0 0 8px; color: var(--wogg-green); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.wogg-store-locator__header p { margin: 0; color: #59635e; font-size: 17px; }
.wogg-store-locator__layout { display: grid; grid-template-columns: minmax(310px, 38%) 1fr; height: var(--wogg-map-height); max-height: 500px; overflow: hidden; border: 1px solid var(--wogg-border); border-radius: 22px; background: #fff; box-shadow: 0 16px 50px rgba(34, 54, 43, .10); }
.wogg-store-locator__panel { display: flex; min-height: 0; flex-direction: column; padding: 24px 18px 18px; background: var(--wogg-cream); }
.wogg-store-locator__search { width: 100%; min-height: 52px; padding: 0 18px; border: 1px solid var(--wogg-border); border-radius: 999px; outline: none; background: #fff; color: #1f2924; font: inherit; box-shadow: none; }
.wogg-store-locator__search:focus { border-color: var(--wogg-green); box-shadow: 0 0 0 3px rgba(36, 79, 59, .12); }
.wogg-store-locator__search-label { position: relative; }
.wogg-store-locator__count { margin: 14px 6px 10px; color: #68716d; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.wogg-store-locator__list { min-height: 0; overflow: auto; padding-right: 5px; scrollbar-width: thin; }
.wogg-store-card { margin: 0 0 10px; padding: 17px; border: 1px solid transparent; border-radius: 15px; background: #fff; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; }
.wogg-store-card:hover, .wogg-store-card:focus, .wogg-store-card.is-active { border-color: var(--wogg-accent); outline: none; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(36, 79, 59, .10); }
.wogg-store-card h3 { margin: 0 0 7px; color: var(--wogg-green); font-size: 18px; line-height: 1.25; }
.wogg-store-card p { margin: 4px 0; color: #59635e; font-size: 14px; line-height: 1.45; }
.wogg-store-card__hours::before { content: 'Horario: '; font-weight: 700; }
.wogg-store-card__actions { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 11px; }
.wogg-store-card__actions a { color: var(--wogg-accent); font-size: 14px; font-weight: 700; text-decoration: none; }
.wogg-store-card__actions a:hover { text-decoration: underline; }
.wogg-store-locator__empty { margin: 24px 8px; color: #59635e; text-align: center; }
.wogg-store-locator__map { z-index: 0; width: 100%; height: 100%; min-height: 0; background: #e9edea; }
.wogg-map-pin-wrap { background: transparent; border: 0; }
.wogg-map-pin { display: block; width: 30px; height: 30px; transform: rotate(45deg); border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--wogg-accent); box-shadow: 0 4px 10px rgba(0, 0, 0, .28); }
.wogg-map-pin::after { position: absolute; top: 8px; left: 8px; width: 8px; height: 8px; border-radius: 50%; background: #fff; content: ''; }
.wogg-store-locator .leaflet-popup-content { min-width: 180px; line-height: 1.45; }
.wogg-store-locator .leaflet-popup-content strong { color: var(--wogg-green); font-size: 15px; }
.wogg-store-locator .leaflet-popup-content a { color: var(--wogg-accent); font-weight: 700; }

@media (max-width: 767px) {
	.wogg-store-locator { margin-top: 32px; padding-right: 16px; padding-left: 16px; }
	.wogg-store-locator__layout { display: flex; height: auto; max-height: none; flex-direction: column; border-radius: 16px; }
	.wogg-store-locator__panel { max-height: 520px; }
	.wogg-store-locator__map { height: 420px; min-height: 420px; }
}
