.committees-page .card-header {
    border-bottom: 1px solid #e8eef5;
}

.committees-page__stats {
    background: #eef4ff;
    color: #0057b7;
    font-weight: 600;
    padding: 0.45rem 0.8rem;
}

.committees-page__intro {
    margin-bottom: 1.5rem;
}

.committees-page__pdf {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1.1rem;
    border: 1px solid #d6e4ff;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
    color: #1e3a5f;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.committees-page__pdf:hover {
    border-color: #0057b7;
    box-shadow: 0 6px 20px rgba(0, 87, 183, 0.12);
    color: #0057b7;
    transform: translateY(-1px);
}

.committees-page__pdf-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #c62828;
    color: #fff;
    font-size: 1.35rem;
}

.committees-page__pdf-title {
    display: block;
    font-weight: 600;
    line-height: 1.35;
}

.committees-page__pdf-meta {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.86rem;
    color: #5a6b7d;
}

.committees-page__pdf-external {
    margin-left: auto;
    color: #5a6b7d;
    font-size: 1.1rem;
}

.committees-page__toolbar {
    margin-bottom: 1rem;
}

.committees-page__search {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    max-width: 420px;
    color: #5a6b7d;
}

.committees-page__search .form-control {
    border-radius: 999px;
    border-color: #d6e4ff;
    padding-left: 0.25rem;
}

.committees-page__search .form-control:focus {
    border-color: #0057b7;
    box-shadow: 0 0 0 0.2rem rgba(0, 87, 183, 0.12);
}

.committees-accordion {
    --bs-accordion-border-color: #e3ebf5;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(0, 87, 183, 0.12);
}

.committees-accordion__item + .committees-accordion__item {
    margin-top: 0.65rem;
}

.committees-accordion .accordion-item {
    border: 1px solid #e3ebf5;
    border-radius: 12px !important;
    overflow: hidden;
}

.committees-accordion .accordion-button {
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    font-weight: 600;
    color: #1e3a5f;
    background: #fff;
}

.committees-accordion .accordion-button:not(.collapsed) {
    color: #0057b7;
    background: #f5f9ff;
    box-shadow: none;
}

.committees-accordion__title {
    flex: 1 1 auto;
    text-align: left;
    line-height: 1.4;
}

.committees-accordion__count {
    flex-shrink: 0;
    min-width: 1.75rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #0057b7;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
}

.committees-accordion .accordion-body {
    padding: 0.85rem 1rem 1rem;
    background: #fbfcfe;
}

.committees-accordion__empty {
    color: #6c7a89;
    font-size: 0.95rem;
}

.committees-members {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 992px) {
    .committees-members {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.committees-member {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 0.85rem 0.95rem;
    border: 1px solid #e8eef5;
    border-radius: 10px;
    background: #fff;
}

.committees-member__avatar {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef4ff;
    color: #0057b7;
    font-size: 1.15rem;
}

.committees-member__body {
    min-width: 0;
}

.committees-member__name {
    font-weight: 600;
    color: #1e3a5f;
    line-height: 1.35;
}

.committees-member__name a {
    color: inherit;
    text-decoration: none;
}

.committees-member__name a:hover {
    color: #0057b7;
    text-decoration: underline;
}

.committees-member__role {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    color: #4f6278;
    line-height: 1.45;
}

.committees-member__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
    margin-top: 0.45rem;
    font-size: 0.82rem;
    color: #6c7a89;
}

.committees-member__contact i {
    margin-right: 0.25rem;
}

.committees-page__no-results {
    margin-top: 1rem;
    color: #6c7a89;
    font-size: 0.95rem;
}
