/**
 * VIEW: LOCATIONS
 * Root PHP: .ec-view--locations / [data-ec-view="locations"]
 * Arquivo exclusivo da view locations.
 */
.ec-front-nav[data-target="locais"]::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2021V8l9-5%209%205v13%22/%3E%3Cpath%20d%3D%22M7%2021v-8h10v8%22/%3E%3Cpath%20d%3D%22M9%2013h6%22/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%2021V8l9-5%209%205v13%22/%3E%3Cpath%20d%3D%22M7%2021v-8h10v8%22/%3E%3Cpath%20d%3D%22M9%2013h6%22/%3E%3C/svg%3E");}
/* v3.15.6 - botões de ação sempre interativos na view Depósitos */
.ec-view--locations .ec-object-actions,
.ec-view--locations .ec-object-actions button{
    position:relative;
    z-index:5;
    pointer-events:auto !important;
}

/* v3.15.7 - garante que o botão fechar fique acima do iframe do mapa */
#ec-location-map-modal .ec-map-modal-header {
    position: relative;
    z-index: 3;
}

#ec-location-map-modal [data-ec-close-map] {
    position: relative;
    z-index: 4;
    pointer-events: auto !important;
    touch-action: manipulation;
}

#ec-location-map-modal .ec-map-modal-body,
#ec-location-map-modal .ec-google-map-frame,
#ec-location-map-modal .ec-google-map-frame iframe {
    position: relative;
    z-index: 1;
}


/* v3.16.1 - Depósito Central */
.ec-view--locations .ec-central-location-box{display:grid;grid-template-columns:minmax(180px,240px) minmax(260px,460px);gap:8px 16px;align-items:center;margin:18px 0;padding:18px;border:1px solid rgba(0,0,0,.12);border-radius:12px;background:#fff}.ec-view--locations .ec-central-location-box select{width:100%;min-height:42px}.ec-view--locations .ec-central-location-box small{grid-column:1/-1;opacity:.72}.ec-view--locations .ec-central-badge{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:#111;color:#fff;font-size:10px;line-height:1;vertical-align:middle}.ec-central-warning{grid-column:1/-1;padding:12px 14px;border-radius:8px;background:#fff3cd;color:#664d03;font-weight:700}@media(max-width:720px){.ec-view--locations .ec-central-location-box{grid-template-columns:1fr}}
