.mmt-search {
    display: flex;
    align-items: flex-start;
    max-width: none !important;
}

/** Hide label visually without stopping it from being read out in screen readers **/
.mmt-search label.field {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.mmt-search div.field:not(.submit) {
    flex-grow: 1;
}

.mmt-search .proFormText {
    width: 100%;
    margin: 0 0 1.5rem;
    background: none;
}

.mmt-search .submit.field {
    margin: 0 0 1rem 1rem;
}
