input, button {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em;
    font-size: 1.5em;
}

mark {
    color: HighlightText;
    background: Highlight;
}

.pagefind-ui__message {
    font-family: var(--sans);
    font-size: 1.25em;
    margin-left: 0rem;
}

.pagefind-ui__results {
    list-style: none;
    padding-left: 0rem;
    border-width: 1px 0px;
    border-style: solid;
    border-color: ButtonBorder;
}

.pagefind-ui__result {
    border-width: 1px 0px;
    border-style: solid;
    border-color: ButtonBorder;
}

.pagefind-ui__result-title {
    font-family: var(--sans);
    font-size: 1.5em;
    list-style: none;
    margin-left: 0rem;
}

.pagefind-ui__result-image,
.pagefind-ui__search-clear {
    display: none;
}
