/* Changes from July 2023 updates */

.eyebrow-menu form.search-form {
    display: flex;
    padding: .5rem 0;
}

.eyebrow-menu form.search-form label {
    pointer-events: initial;
}

.eyebrow-menu form.search-form .search-field {
    background   : transparent;
    border       : none;
    border-bottom: 1px solid #fff;
    color        : #fff;
    font-size    : 1.2rem;
    padding      : 0;
    width        : 100%;
}

.eyebrow-menu form.search-form .search-field::placeholder {
    color: #fff;
}

.eyebrow-menu form.search-form input.search-submit {
    border     : none;
    color      : transparent;
    padding    : 0;
    margin     : 0;
    background : url(/wp-content/themes/rokwire-2021/dist/images/search-icon.png);
    flex-basis : 36px;
    flex-grow  : 0;
    flex-shrink: 0;
    height     : 26px;
    min-width  : 0;
}

/* End of changes from July 2023 updates */
