/* Brasilll V2 finishing pass — denser Explore map and stable card scores */
.map-marker {
    width: 24px;
    height: 24px;
    border-width: 2px;
    border-radius: 50% 50% 50% 8px;
    box-shadow: 0 5px 14px rgba(23,51,42,.22);
}

.map-marker:hover {
    box-shadow: 0 7px 18px rgba(23,51,42,.30);
}

.explore-card .score-chips {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 6px;
}

.explore-card .score-chip {
    display: block;
    width: max-content;
    max-width: 100%;
}

@media (max-width: 720px) {
    .map-marker {
        width: 21px;
        height: 21px;
        border-radius: 50% 50% 50% 7px;
    }
}
