/* ======================================================================
   ZVOLTS - MAPA DE CARREGADORES
   Arquivo modular gerado a partir do stylesheet consolidado de 24/07/2026.
====================================================================== */

/* ================= REGRAS BASE ================= */
.map-fullscreen-page {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #111;
}

.map-fullscreen-page #mapa-zvolts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map-floating-nav {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    margin: 0;
}

.map-fullscreen-page .logo-back-img {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.8));
}

.map-fullscreen-page .leaflet-popup-content-wrapper {
    background: #222 !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.map-fullscreen-page .leaflet-popup-tip {
    background: #222 !important;
}

.map-fullscreen-page .leaflet-popup-content {
    font-family: var(--font-heading);
    font-weight: 700;
    margin: 12px !important;
    font-size: 13px;
}

.map-fullscreen-page .leaflet-container a.leaflet-popup-close-button {
    color: #aaa !important;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(255, 237, 0, 0.3) !important;
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
    background-color: var(--primary-color) !important;
    color: #000 !important;
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 13px;
    border: 2px solid #fff;
}

.map-seo-overlay {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 1000;
    width: min(360px, calc(100vw - 40px));
    padding: 18px;
    border-radius: 16px;
    background: rgba(17, 17, 17, 0.88);
    border: 1px solid rgba(255, 237, 0, 0.35);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.45);
    backdrop-filter: blur(8px);
}

.map-seo-overlay h1 {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 900;
}

.map-seo-overlay p {
    margin: 0 0 12px;
    color: rgba(255,255,255,0.78);
    font-size: 0.86rem;
    line-height: 1.4;
}

.map-seo-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #111;
    font-size: 0.76rem;
    font-weight: 900;
}
