#map {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 10px auto 2px;
}

@media (max-width: 720px) {
    #map {
        width: 100%;
        height: 380px;
    }
}

/* Leaflet popup — cores escuras do tema (precisam de !important para vencer o
   CSS do leaflet carregado via CDN). Sem isso, a popup volta ao default branco. */
.leaflet-popup-content {
    font-family: Arial;
    color: gold !important;
    text-shadow: none;
}

.leaflet-popup-content-wrapper {
    font-family: Arial;
    color: gold !important;
    background: #242438 !important;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.6) !important;
}

/* A setinha (triângulo) abaixo do popup — usar a mesma cor de fundo */
.leaflet-popup-tip {
    background: #242438 !important;
    box-shadow: none !important;
}

.leaflet-popup-content p {
    color: #ffffff !important;
}

.leaflet-popup-content a {
    color: #ffd479;
}

/* Botão de fechar do popup (X) */
.leaflet-popup-close-button {
    color: #cccccc !important;
}
.leaflet-popup-close-button:hover {
    color: #ffffff !important;
}

.marker-circle {
    border-radius: 50%;
    background-color: black;
    opacity: 0.75;
    text-align: center;
    color: white;
}

.map-areas-table {
    border-collapse: collapse;
    width: 95%;
    margin: 10px auto 0;
}

.map-areas-table td,
.map-areas-table th {
    border: 1px solid black;
    padding: 4px;
}

.map-areas-table tr:nth-child(odd) {
    background-color: #202229;
}

.map-areas-table tr:nth-child(even) {
    background-color: #1b1e26;
}

.map-tier {
    color: yellow;
}
