/* Custom styles for circular country flags */
.country-list .item img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.country-list-two .item img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}