/* -----------------------------------------------------------------------
   Syrian flag override for intl-tel-input.

   The library ships every flag in one PNG sprite, and its Syria slot still
   holds the pre-2025 flag. Rather than edit a binary sprite - which any
   library update would undo without a trace - the single affected slot is
   replaced here with an inline SVG. It also scales cleanly, so the retina
   sprite needs no separate fix.

   Load this after intlTelInput.css.
   ----------------------------------------------------------------------- */
.iti__flag.iti__sy {
    background-image: url("data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600"><rect width="900" height="600" fill="#fff"/><rect width="900" height="200.0" fill="#007A3D"/><rect y="400.0" width="900" height="200.0" fill="#000"/><polygon points="270.0,228.0 286.2,277.7 338.5,277.8 296.2,308.5 312.3,358.2 270.0,327.5 227.7,358.2 243.8,308.5 201.5,277.8 253.8,277.7" fill="#CE1126"/><polygon points="450.0,228.0 466.2,277.7 518.5,277.8 476.2,308.5 492.3,358.2 450.0,327.5 407.7,358.2 423.8,308.5 381.5,277.8 433.8,277.7" fill="#CE1126"/><polygon points="630.0,228.0 646.2,277.7 698.5,277.8 656.2,308.5 672.3,358.2 630.0,327.5 587.7,358.2 603.8,308.5 561.5,277.8 613.8,277.7" fill="#CE1126"/></svg>");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag.iti__sy {
        background-size: contain;
    }
}
