.woo-sucursale-map {
    position: relative;
    width: 100%;
}

.woo-sucursale-map__canvas {
    width: 100%;
    min-height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.wsm-marker {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.35);
    background: #2563eb;
}

.wsm-marker::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
}

.wsm-marker--standard {
    background: #2563eb;
}

.wsm-marker--headquarters {
    background: #f97316;
}

.wsm-marker--regional {
    background: #22c55e;
}

.woo-sucursale-map__popup {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #0f172a;
    max-width: 260px;
}

.woo-sucursale-map__popup h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
}

.woo-sucursale-map__popup dl {
    margin: 0;
    padding: 0;
}

.woo-sucursale-map__popup dt {
    margin: 6px 0 2px;
    font-weight: 600;
    font-size: 0.82rem;
    color: #475569;
}

.woo-sucursale-map__popup dd {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.woo-sucursale-map__popup a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
}

.woo-sucursale-map__popup a:hover,
.woo-sucursale-map__popup a:focus {
    text-decoration: underline;
}

.woo-sucursale-map__empty {
    padding: 18px 22px;
    border-radius: 14px;
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}
