/* Responsive helpers for the home page. Keep this file free of hero menu overrides. */
#SearchBox {
    display: flex;
    justify-content: center;
}

#SearchText {
    min-height: 40px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 0 12px;
}

@media (min-width: 700px) {
    #SearchText {
        width: 500px;
    }
}

@media (max-width: 699px) {
    #SearchText {
        width: 80%;
    }
}
