.country-flag-icon {
    background: none !important;
    border: none !important;
}

.flag-marker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flag-container {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: #fff;
}

.country-flag-image {
    width: 38px !important;/*100%;*/
    /*height: 100%;*/
    height: 38px !important;
    object-fit: cover;
    display: block;
}

.city-label {
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 8px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
