.hostillaFaqHubSearch {
    margin: 28px 0 20px;
    padding: 24px 0;
    border-top: 1px solid #dce8d7;
    border-bottom: 1px solid #dce8d7;
}

.hostillaFaqHubSearchIntro {
    max-width: 780px;
    margin-bottom: 18px;
}

.hostillaFaqHubSearch h2,
.hostillaFaqPopular h2 {
    margin: 0 0 8px;
    color: #18382d;
    font-size: 24px;
    line-height: 1.25;
}

.hostillaFaqHubSearch p,
.hostillaFaqPopular p {
    margin: 0;
    color: #4d6259;
}

.hostillaFaqHubSearch label {
    display: block;
    margin-bottom: 8px;
    color: #18382d;
    font-weight: 700;
}

.hostillaFaqSearchField {
    position: relative;
    max-width: 760px;
}

.hostillaFaqSearchField input {
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    padding: 12px 52px 12px 16px;
    border: 1px solid #8fba78;
    border-radius: 6px;
    background: #fff;
    color: #15251f;
    font: inherit;
}

.hostillaFaqSearchField input:focus {
    border-color: #4c9f2f;
    outline: 3px solid #f1d978;
    outline-offset: 2px;
}

.hostillaFaqSearchField span {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    font-size: 21px;
    pointer-events: none;
}

.hostillaFaqSearchStatus {
    min-height: 22px;
    margin-top: 10px !important;
    font-size: 14px;
}

.hostillaFaqSearchResults {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin-top: 14px;
}

.hostillaFaqSearchResults[hidden] {
    display: none;
}

.hostillaFaqSearchResults a {
    display: flex;
    min-width: 0;
    padding: 12px 14px;
    flex-direction: column;
    gap: 4px;
    border-left: 3px solid #68aa3a;
    background: #f7fbf4;
    color: #18382d;
    text-decoration: none;
}

.hostillaFaqSearchResults a:hover,
.hostillaFaqSearchResults a:focus-visible {
    background: #fff8d6;
    outline: 2px solid #e1c14b;
    outline-offset: 1px;
}

.hostillaFaqSearchResults strong {
    line-height: 1.35;
}

.hostillaFaqSearchResults span {
    color: #607268;
    font-size: 13px;
}

.hostillaFaqPopular {
    margin: 0 0 30px;
}

.hostillaFaqPopular > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.hostillaFaqPopular a {
    padding: 9px 12px;
    border: 1px solid #b9d4aa;
    border-radius: 5px;
    background: #f8fbf6;
    color: #2f7d24;
    font-weight: 700;
    text-decoration: none;
}

.hostillaFaqPopular a:hover,
.hostillaFaqPopular a:focus-visible {
    border-color: #d2ad31;
    background: #fff8d6;
    color: #245d1e;
    outline: 2px solid #f1d978;
    outline-offset: 2px;
}

@media (max-width: 720px) {
    .hostillaFaqHubSearch {
        margin-top: 20px;
        padding: 20px 0;
    }

    .hostillaFaqHubSearch h2,
    .hostillaFaqPopular h2 {
        font-size: 21px;
    }

    .hostillaFaqSearchResults {
        grid-template-columns: minmax(0, 1fr);
    }

    .hostillaFaqPopular > div {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
}
