.link-button {
    background: none;
    border: 0;
    color: #8b2722;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
}

.search-box {
    background: #fff;
    border: 1px solid #c9c3b8;
    border-radius: 6px;
    font: inherit;
    margin: 28px 0 12px;
    max-width: 760px;
    padding: 15px;
    width: 100%;
}

.faq-category {
    margin-top: 52px;
}

.faq-category h2 {
    font-size: 36px;
}

.faq-count {
    color: #6d6962;
    font-size: 13px;
}

.phrase-table td:first-child {
    font-weight: 700;
}

.download-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
}

@media (max-width: 650px) {
    .download-list {
        grid-template-columns: 1fr;
    }
}
