.nrhc-page.loading {
    pointer-events: none;
    opacity: .7;
}

.section {
    margin-block: 3rem;
    background-color: #fff;
    border-radius: .75rem;
    padding: 2rem;
    border-width: 1px;
}

.section-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.section hr {
    margin-block: 1.5rem;
}

.section :last-child {
    margin-bottom: 0;
}

.results-table {
    width: 100%;
}

.results-table + .results-table {
    margin-top: 2rem;
}

.results-table td {
    padding: 14px 16px;
    border-width: 1px;
}

.totals-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    padding: .75rem 1rem;
}

.survey-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom-width: 1px;
    margin-bottom: 1.5rem;
}

.survey-filter-groups {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
}

.survey-filter-group-title {
    font-weight: 700;
    margin-bottom: .5rem;
}

.survey-filter-group-item + .survey-filter-group-item {
    margin-top: .25rem;
}

.survey-filter-group-item [type=checkbox] {
    margin-right: .5rem;
}

.open-questions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 1.5rem;
}

.open-questions-nav {
    display: flex;
    gap: 1rem;
}

.open-questions-nav button:hover {
    text-decoration: underline;
}
