/* Pictag Image Controls v1.6.6 — STAGING ONLY
   Moves the chevrons in the Image Generation select controls farther inward.
   Pure CSS: no application/runtime JavaScript changes.
*/

#imageOptionsBar select{
    -webkit-appearance:none !important;
    appearance:none !important;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M2 2L6 6L10 2' stroke='%23c7c9d1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat:no-repeat !important;
    background-position:right 14px center !important;
    background-size:12px 8px !important;
    padding-right:38px !important;
}

/* The short Images selector needs enough room for the inward chevron. */
#imageCountSelect{
    min-width:72px !important;
}

/* Keep disabled controls visually consistent. */
#imageOptionsBar select:disabled{
    opacity:.55;
}
