.pbSearchForm__header:has(fieldset) {
    margin-bottom: 2.5em;
}

.pbSearchForm__fieldset {
    position: relative;
    margin: 0;
}

.pbSearchForm__input {
    width: 100%;
}

.pbSearchForm__button {
    padding: .6em 1.2em .7em;
}

input.pbSearchForm__input {
    margin: 0;
    padding: .6em;
}

.pbSearchForm__alternativeSearch {
    margin-top: 0.2em;
    font-size: 0.9em;
}

.pbSearchForm__searchOptionItem {
    display: inline-block;
    margin-right: 0.5em;
}

.pbSearchForm__skipToSearchResultsLink,
.pbSearchForm__fieldsetTitle.--filters {
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pbSearchForm__fieldsetTitle,
.pbSearchForm__label {
    font-size: 1.1em;
    font-weight: 600;
}

@media (min-width: 768px) {
    .probaseSearchWrapper .pbSearchForm {
        width: 420px;
        max-width: 100%;
    }

    .probaseSearchWrapper:has(.pbSearchForm__mainColumn) {
        display: flex;
        justify-content: space-between;
        gap: 2rem;

        .pbSearchForm {
            width: 30%;
        }

        .pbSearchForm__mainColumn {
            width: 70%;
        }
    }
}
