﻿/* Add this to your site.css or create a new CSS file and reference it */

/* Custom styling for the country popup */
.country-popup {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border: none;
    font-family: 'Roboto', sans-serif; /* Match your MudBlazor font */
}

.country-popup .maplibregl-popup-content {
    padding: 10px;
    border-radius: 6px;
}

/* Remove the white tip/shadow */
.country-popup .maplibregl-popup-tip {
    display: none;
}

/* Style for resource count */
.resource-count {
    color: #757575;
    font-size: 12px;
    margin-top: 2px;
}

/* For browsers/systems that don't support flag emojis well */
.country-flag {
    font-size: 24px;
    margin-right: 8px;
    line-height: 1;
}