﻿/* Updated 10-22-25 */


.input-group-prepend {
    display: none !important;
}

.form__fields {
    grid-template: auto / repeat(3, 1fr);
}




@media (max-width: 710px) {
    .form__fields {
        grid-template: auto / repeat(2, 1fr);
    }
}



@media (max-width: 460px) {
    .form__fields {
        grid-template: auto / repeat(1, 1fr);
    }
}
