.areas-pin {
    background: transparent;
    border: 0;
}

/* Free OSM tiles, darkened to match the original CARTO look (no API key). */
.anr-map-tiles-dark {
    filter: invert(1) hue-rotate(180deg) brightness(0.9) contrast(1.05) saturate(0.35);
}

.areas-pin > span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #c9a84c;
    border: 3px solid #fff;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
    transform: rotate(-45deg);
}

.areas-pin > span::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: #0b1220;
    border-radius: 50%;
}

.areas-map-popup {
    display: flex;
    flex-direction: column;
}

.leaflet-tooltip.areas-location-tooltip {
    padding: 0.4rem 0.6rem;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    white-space: nowrap;
    background: rgba(7, 13, 24, 0.94);
    border: 1px solid rgba(201, 168, 76, 0.8);
    border-radius: 3px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.45);
}

.leaflet-tooltip-top.areas-location-tooltip::before {
    border-top-color: rgba(201, 168, 76, 0.8);
}

.areas__map-empty {
    display: grid;
    height: 100%;
    margin: 0;
    padding: 2rem;
    place-items: center;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
