html {
    scroll-behavior: smooth;
}

.menu.committees-menu {
    margin-bottom: 3em;
}

.tax-committee .archive-description {
    margin-bottom: 20px !important;
}

nav.committees-nav {
    margin-bottom: 20px;
}

.entries.committees {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.entry.committee {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

.entry.committee .entry-header,
.entry.committee .entry-content {
    padding: 20px;
}

.entry.committee .entry-content ul {
    margin: 0;
    padding-left: 30px;
}

.entry.committee .entry-header {
    background: var(--color-archive-title);
}

.entry.committee .entry-title {
    margin-bottom: 0 !important;
}

.entry.committee .entry-title .post-edit-link {
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 28.9px;
    font-weight: normal;
    vertical-align: text-bottom;
}

.entry.committee .entry-title,
.entry.committee .entry-title a {
    color: #fff !important;
    font-size: 24px;
    line-height: 1;
    margin: 0;
}

.entry.committee .entry-contact-info {
    display: block;
    margin-top: 15px;
    background: #e9e9e9;
    padding: 12px 15px;
    border-radius: 5px;
}

.entries.committees .after-entry-text {
    align-self: flex-end;
    margin: 0;
}

.entries.committees .back-to-top {
    font-size: 15px;
}

.entries.committees .back-to-top:before {
    content: '\f0d8\0020';
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    color: gray;
}
