/* Author Country Flags — Developer: FIRDAUS ANNAS */
.acf-country-flag {
    display: inline-block !important;
    width: 20px !important;
    height: 14px !important;
    margin: 0 5px 0 2px !important;
    vertical-align: -2px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12) !important;
    background: #fff !important;
}

@media (max-width: 480px) {
    .acf-country-flag {
        width: 18px !important;
        height: 13px !important;
        margin-right: 4px !important;
    }
}
