/* ==========================================================================
   CPT Sections — Committees / Portfolios / Special Projects
   Used by the [committees], [portfolios] and [projects] shortcodes.
   ========================================================================== */

.cpt-section {
    padding: 1rem 0 0;
}

.cpt-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1040px;
    margin: 0 auto;
}

/* Card -------------------------------------------------------------------- */
.cpt-card {
    background: var(--tertiaryColor);
    border-radius: 22px;
    padding: 3.25rem 3.5rem;
}

.cpt-card__eyebrow {
    display: block;
    color: var(--primaryColor);
    font-family: 'Axiforma', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.cpt-card__title {
    font-family: 'Gambetta', serif;
    font-size: 2.4rem;
    line-height: 112%;
    color: #2a2a2a;
    letter-spacing: -1px;
    margin-bottom: 1.35rem;
}

.cpt-card__colead {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1.35rem;
    padding: 0 !important;
}

/* Body / intro / closing rich text */
.cpt-card__body p,
.cpt-card__intro p,
.cpt-card__closing p {
    font-size: 1rem;
    line-height: 162%;
    color: #2a2a2a;
    margin-bottom: 1.25rem;
    padding: 0 !important;
}

.cpt-card__body p:last-child,
.cpt-card__intro p:last-child,
.cpt-card__closing p:last-child {
    margin-bottom: 0;
}

.cpt-card__closing {
    margin-top: 1.75rem;
}

/* Focus box --------------------------------------------------------------- */
.cpt-focus {
    background: var(--lightColor);
    border-radius: 14px;
    padding: 2rem 2.25rem;
    margin-top: 1.75rem;
}

.cpt-focus__heading {
    color: var(--primaryColor);
    font-family: 'Axiforma', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
    padding: 0 !important;
}

.cpt-focus__content ul {
    list-style: disc;
    padding-left: 2.35rem;
    margin: 0;
}

.cpt-focus__content li {
    font-size: 1rem;
    line-height: 152%;
    color: #2a2a2a;
    letter-spacing: -0.16px;
    margin-bottom: 0.55rem;
}

.cpt-focus__content li:last-child {
    margin-bottom: 0;
}

/* Sub-grouped lists (e.g. Health portfolio) */
.cpt-focus__content p {
    font-size: 1rem;
    color: #2a2a2a;
    margin: 1rem 0 0.5rem;
    padding: 0 !important;
}

.cpt-focus__content > p:first-child {
    margin-top: 0;
}

.cpt-focus__content ul + p {
    margin-top: 1.1rem;
}

/* Responsive -------------------------------------------------------------- */
@media (max-width: 768px) {
    .cpt-section .container {
        padding: 0;
    }
    .cpt-card {
        padding: 2.25rem 1.75rem;
        border-radius: 18px;
    }

    .cpt-card__title {
        font-size: 1.9rem;
    }

    .cpt-focus {
        padding: 1.5rem 1.35rem;
    }
}
