/* Fix for input-container svg positioning */
.input-container svg {
    top: 19px !important;
}

/* Alternative selectors in case the rule is more specific */
.field-container .input-container svg {
    top: 19px !important;
}