/* TitanRDP v1.3.1.274 - Linux RDP flat country flag source/style alignment.
   The native Linux cards now load the same flat 4:3 flag-icons artwork used by
   the standard country flag renderer. This stylesheet intentionally removes the
   Linux-only plate/border/shadow so the flag itself is the visible object. */

#linux-rdp-locations .titan-country-card .titan-country-flag,
#linux-rdp-locations .titan-country-card .country-flag,
#linux-rdp-locations .titan-linux-location-card-v238 .titan-linux-location-flag-v238 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 64px !important;
    height: 48px !important;
    min-width: 64px !important;
    min-height: 48px !important;
    max-width: 64px !important;
    max-height: 48px !important;
    flex: 0 0 64px !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

#linux-rdp-locations .titan-country-card .titan-country-flag > img,
#linux-rdp-locations .titan-country-card .country-flag > img,
#linux-rdp-locations .titan-linux-location-card-v238 .titan-linux-location-flag-v238 > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border: 0 !important;
    border-radius: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

@media (max-width: 460px) {
    #linux-rdp-locations .titan-country-card .titan-country-flag,
    #linux-rdp-locations .titan-country-card .country-flag,
    #linux-rdp-locations .titan-linux-location-card-v238 .titan-linux-location-flag-v238 {
        width: 64px !important;
        height: 48px !important;
        min-width: 64px !important;
        min-height: 48px !important;
        max-width: 64px !important;
        max-height: 48px !important;
        flex-basis: 64px !important;
    }
}
