﻿/* from wayne */

.expert__search {
    grid-area: search;
    padding: 1em;
    background-color: #006747;
}

    .expert__search label {
        color: #fff;
    }

/* fixes */

.search__inline {
    display: flex;
}

.expert__search button[type="submit"] {
    display: none !important;
}

.expert__search form {
    margin-bottom: 0 !important;
}
