.fb-private-programme {
    display: grid;
    max-width: 1220px;
    margin: 0 auto;
    padding: 16px clamp(16px, 3vw, 28px) 28px;
    gap: 12px;
    color: var(--vds-text, #20263b);
}

.fb-private-programme__hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 2px 0;
}

.fb-private-programme__hero h1 {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.fb-private-programme__eyebrow,
.fb-private-access-banner__eyebrow {
    margin: 0 0 4px;
    color: var(--vds-primary, #5b43d6);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fb-private-programme__plan {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.fb-private-programme__plan span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid #d7d2f6;
    border-radius: 999px;
    background: #f2efff;
    color: #4f39bd;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.fb-private-programme__plan a,
.fb-private-panel__link {
    color: var(--vds-primary, #5b43d6);
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.fb-private-programme__plan a:hover,
.fb-private-panel__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fb-private-access-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px;
    border: 1px solid #d8d2fb;
    border-radius: 14px;
    background:
        radial-gradient(circle at 90% 10%, rgb(105 81 211 / 16%), transparent 34%),
        #f2efff;
}

.fb-private-access-banner--ended {
    border-color: #f0d1cd;
    background:
        radial-gradient(circle at 90% 10%, rgb(182 77 70 / 10%), transparent 34%),
        #fff6f4;
}

.fb-private-access-banner--notice {
    border-color: #cddff2;
    background:
        radial-gradient(circle at 90% 10%, rgb(48 104 166 / 10%), transparent 34%),
        #f4f8fc;
}

.fb-private-access-banner h2 {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: clamp(1.02rem, 2vw, 1.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.fb-private-access-banner > div > p:last-child {
    margin: 3px 0 0;
    color: var(--vds-text-muted, #667085);
    font-size: 0.8rem;
}

.fb-private-access-banner > a {
    display: inline-flex;
    min-height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 11px;
    background: var(--vds-primary, #5b43d6);
    box-shadow: 0 8px 20px rgb(91 67 214 / 19%);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
}

.fb-private-access-banner--ended > a {
    background: #873d3d;
    box-shadow: 0 8px 20px rgb(135 61 61 / 16%);
}

.fb-private-access-banner--notice > a {
    background: #315c91;
    box-shadow: 0 8px 20px rgb(49 92 145 / 16%);
}

.fb-private-access-banner > a:hover {
    filter: brightness(0.93);
}

.fb-private-panel {
    border: 1px solid var(--vds-border, #e1e5ee);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgb(31 38 66 / 5%);
    padding: 14px 16px;
}

.fb-private-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.fb-private-panel__head h2 {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    font-weight: 800;
    letter-spacing: -0.025em;
}

.fb-private-panel__head > div > p:last-child {
    margin: 8px 0 0;
    color: var(--vds-text-muted, #667085);
    font-size: 0.88rem;
}

.fb-private-panel__link {
    display: inline-flex;
    min-height: 36px;
    flex: 0 0 auto;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #d8d2fb;
    border-radius: 10px;
    background: #f8f6ff;
}

.fb-private-panel__link--practice {
    border-color: transparent;
    background: var(--vds-primary, #5b43d6);
    color: #fff;
}

.fb-private-panel__link--practice:hover {
    color: #fff;
    filter: brightness(0.93);
    text-decoration: none;
}

.fb-private-activity-groups {
    display: grid;
    gap: 10px;
}

.fb-private-activity-groups > section {
    overflow: hidden;
    border: 1px solid var(--vds-border, #e1e5ee);
    border-radius: 14px;
    background: #fafbfe;
}

.fb-private-activity-groups h3 {
    margin: 0;
    padding: 8px 14px;
    border-bottom: 1px solid var(--vds-border, #e1e5ee);
    color: #5b657b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fb-private-activity-groups ul {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fb-private-activity-groups li {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 14px;
    background: #fff;
}

.fb-private-activity-groups li + li {
    border-top: 1px solid var(--vds-border, #e1e5ee);
}

.fb-private-activity-groups strong {
    display: block;
    color: var(--vds-text, #20263b);
    font-size: 0.95rem;
}

.fb-private-activity-groups span {
    display: block;
    margin-top: 3px;
    color: var(--vds-text-muted, #667085);
    font-size: 0.76rem;
}

.fb-private-activity-groups li > a,
.fb-private-empty a {
    display: inline-flex;
    min-width: 90px;
    min-height: 36px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 10px;
    background: var(--vds-primary, #5b43d6);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
}

.fb-private-empty {
    padding: 12px;
    border: 1px dashed #d5d9e4;
    border-radius: 13px;
    background: #fafbfe;
    text-align: center;
}

.fb-private-empty p {
    margin: 0 0 14px;
    color: var(--vds-text-muted, #667085);
}

.fb-private-activity-stats {
    padding: 10px 14px 12px;
}

.fb-private-activity-stats .fb-private-panel__head {
    margin-bottom: 8px;
}

.fb-private-activity-stats .fb-private-panel__head h2 {
    color: var(--vds-primary, #5b43d6);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fb-private-stats.vds-page-stats {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px 0;
    margin: 0;
}

.fb-private-stats .vds-page-stats__item {
    min-width: 0;
    padding: 0 14px;
    border-right: 1px solid var(--vds-border, #e1e5ee);
}

.fb-private-stats .vds-page-stats__item:first-child {
    padding-left: 0;
}

.fb-private-stats .vds-page-stats__item:last-child {
    padding-right: 0;
    border-right: 0;
}

.fb-private-stats .vds-page-stats__card,
.fb-private-stats .vds-card {
    height: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fb-private-stats .vds-page-stats__label {
    margin: 0;
    color: var(--vds-text-muted, #667085);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fb-private-stats .vds-page-stats__icon {
    display: none;
}

.fb-private-stats .vds-page-stats__value {
    margin: 4px 0 0;
    overflow-wrap: anywhere;
    color: var(--vds-text, #20263b);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.fb-private-stages .fb-home-stage-grid {
    margin-top: 4px;
}

.fb-private-programme__disclaimer {
    max-width: 870px;
    margin: 2px auto 0;
    color: var(--vds-text-muted, #667085);
    font-size: 0.76rem;
    line-height: 1.6;
    text-align: center;
}

.fb-private-stage__back {
    display: inline-flex;
    width: fit-content;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    color: var(--vds-primary, #5b43d6);
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.fb-private-stage__back:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fb-private-stage__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: clamp(28px, 5vw, 48px);
    border: 1px solid #d8d2fb;
    border-radius: 22px;
    background:
        radial-gradient(circle at 85% 12%, rgb(91 67 214 / 14%), transparent 30%),
        #f4f2ff;
}

.fb-private-stage__hero h1 {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.fb-private-stage__hero > div:first-child > p:last-child {
    max-width: 680px;
    margin: 13px 0 0;
    color: var(--vds-text-muted, #667085);
}

.fb-private-stage__progress {
    display: flex;
    width: 124px;
    height: 124px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 9px solid #d9d3fb;
    border-radius: 50%;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 8px 24px rgb(66 48 145 / 10%);
}

.fb-private-stage__progress strong {
    color: var(--vds-primary, #5b43d6);
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.fb-private-stage__progress span {
    margin-top: 5px;
    color: var(--vds-text-muted, #667085);
    font-size: 0.7rem;
    font-weight: 700;
}

.fb-private-stage__progress-track {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8e8f0;
}

.fb-private-stage__progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--vds-primary, #5b43d6);
}

.fb-private-activity-groups--stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fb-private-activity-groups--stage > .fb-private-programme__eyebrow {
    grid-column: 1 / -1;
    margin: 12px 0 0;
}

.fb-private-programme a:focus-visible {
    outline: 3px solid #2368d8;
    outline-offset: 3px;
}

@media (max-width: 880px) {
    .fb-private-programme__hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .fb-private-stats.vds-page-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fb-private-stats .vds-page-stats__item {
        border-right: 1px solid var(--vds-border, #e1e5ee);
        padding: 0 14px;
    }

    .fb-private-stats .vds-page-stats__item:nth-child(3n+1) {
        padding-left: 0;
    }

    .fb-private-stats .vds-page-stats__item:nth-child(3n) {
        padding-right: 0;
        border-right: 0;
    }

    .fb-private-activity-groups--stage {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .fb-private-programme {
        padding-top: 12px;
        gap: 12px;
    }

    .fb-private-programme__hero h1 {
        font-size: 1.7rem;
    }

    .fb-private-programme__plan {
        width: 100%;
        justify-content: space-between;
    }

    .fb-private-access-banner {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

    .fb-private-access-banner > a {
        width: 100%;
    }

    .fb-private-stats.vds-page-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fb-private-stats .vds-page-stats__item:nth-child(3n) {
        padding-right: 14px;
        border-right: 1px solid var(--vds-border, #e1e5ee);
    }

    .fb-private-stats .vds-page-stats__item:nth-child(2n+1) {
        padding-left: 0;
    }

    .fb-private-stats .vds-page-stats__item:nth-child(2n) {
        padding-right: 0;
        border-right: 0;
    }

    .fb-private-panel__head {
        flex-direction: column;
    }

    .fb-private-panel__link {
        width: 100%;
        justify-content: center;
    }

    .fb-private-stage__hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .fb-private-stage__progress {
        width: 104px;
        height: 104px;
    }

    .fb-private-activity-groups li {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .fb-private-activity-groups li > a {
        width: 100%;
    }
}

.fb-private-stage-complete {
    max-width: 640px;
    gap: 16px;
}

.fb-private-stage-complete__hero {
    display: grid;
    justify-items: start;
    gap: 8px;
    padding: 4px 2px 0;
}

.fb-private-stage-complete__hero h1 {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.fb-private-stage-complete__hero p {
    margin: 0;
    max-width: 34rem;
    color: var(--vds-text-muted, #5b6278);
    font-size: 1.02rem;
    line-height: 1.45;
}

.fb-private-stage-complete__mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    background: #e8f6ee;
    color: #1d7a46;
    font-size: 1.15rem;
    font-weight: 800;
}

.fb-private-stage-complete__section {
    padding: 14px 16px 8px;
}

.fb-private-stage-complete__section .fb-private-panel__head {
    margin-bottom: 4px;
}

.fb-private-stage-complete__section h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.fb-private-stage-complete__modules {
    display: grid;
    gap: 6px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.fb-private-stage-complete__module {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 2px;
    border-top: 1px solid var(--vds-border, #e1e5ee);
}

.fb-private-stage-complete__module:first-child {
    border-top: 0;
}

.fb-private-stage-complete__icon {
    display: inline-flex;
    width: 1.25rem;
    flex: 0 0 auto;
    justify-content: center;
    margin-top: 2px;
    color: #1d7a46;
    font-weight: 800;
}

.fb-private-stage-complete__module--locked .fb-private-stage-complete__icon {
    color: var(--vds-text-muted, #5b6278);
    font-weight: 600;
}

.fb-private-stage-complete__module strong {
    display: block;
    font-size: 0.98rem;
    font-weight: 750;
}

.fb-private-stage-complete__module span {
    display: block;
    color: var(--vds-text-muted, #5b6278);
    font-size: 0.82rem;
    font-weight: 600;
}

.fb-private-stage-complete__value {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: 0.98rem;
    line-height: 1.45;
}

.fb-private-stage-complete__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fb-private-stage-complete__actions .vds-btn {
    min-height: 44px;
}

@media (max-width: 640px) {
    .fb-private-stage-complete__actions {
        flex-direction: column;
    }

    .fb-private-stage-complete__actions .vds-btn {
        width: 100%;
        justify-content: center;
    }
}

.fb-private-billing-page .fb-private-billing {
    display: grid;
    max-width: 720px;
    gap: 14px;
    padding-bottom: 12px;
}

.fb-private-billing .fb-private-panel__head {
    align-items: flex-start;
}

.fb-private-billing__facts {
    display: grid;
    gap: 8px 24px;
    margin: 0;
}

.fb-private-billing__facts > div {
    display: grid;
    gap: 2px;
}

.fb-private-billing__facts dt {
    color: var(--vds-text-muted, #667085);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fb-private-billing__facts dd {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: 1rem;
    font-weight: 700;
}

.fb-private-billing__plan-action {
    margin-top: 12px;
}

.fb-private-billing__trial {
    margin: 0 0 14px;
    padding: 10px 12px;
    border: 1px solid #d8d2fb;
    border-radius: 12px;
    background: #f8f6ff;
    color: var(--vds-text, #20263b);
    font-size: 0.92rem;
    line-height: 1.4;
}

.fb-private-billing__trial strong {
    display: block;
    margin-bottom: 2px;
}

.fb-private-billing__form {
    display: grid;
    gap: 14px;
}

.fb-private-billing__choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    min-inline-size: 0;
}

.fb-private-price-option {
    position: relative;
    display: grid;
    justify-items: start;
    gap: 2px;
    min-height: 112px;
    padding: 14px 16px;
    border: 1px solid var(--vds-border, #e1e5ee);
    border-radius: 14px;
    background: #fafbfe;
    cursor: pointer;
}

.fb-private-price-option--solo {
    cursor: default;
    max-width: 320px;
}

.fb-private-price-option input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.fb-private-price-option.is-selected,
.fb-private-price-option:has(input:checked) {
    border-color: var(--vds-primary, #5b43d6);
    background: #fff;
    box-shadow: 0 0 0 2px rgb(91 67 214 / 18%);
}

.fb-private-price-option:focus-within {
    outline: 2px solid var(--vds-primary, #5b43d6);
    outline-offset: 2px;
}

.fb-private-price-option__label {
    color: var(--vds-primary, #5b43d6);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fb-private-price-option__amount {
    color: var(--vds-text, #20263b);
    font-size: clamp(1.8rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.fb-private-price-option__period,
.fb-private-price-option__equivalent {
    color: var(--vds-text-muted, #667085);
    font-size: 0.82rem;
    font-weight: 650;
}

.fb-private-billing__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.fb-private-billing__actions .vds-btn--primary {
    min-height: 44px;
}

.fb-private-billing__copy,
.fb-private-billing__hint {
    margin: 0;
    color: var(--vds-text, #20263b);
    font-size: 0.95rem;
    line-height: 1.45;
}

.fb-private-billing__hint {
    margin-top: 10px;
    color: var(--vds-text-muted, #667085);
}

@media (max-width: 640px) {
    .fb-private-billing__choices,
    .fb-private-billing__actions {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .fb-private-billing__actions .vds-btn {
        width: 100%;
        justify-content: center;
    }

    .fb-private-price-option--solo {
        max-width: none;
    }
}

.fb-private-progress__lead {
    margin: 8px 0 0;
    color: var(--vds-text-muted, #667085);
    font-size: 0.95rem;
    line-height: 1.45;
}

.fb-private-progress__lead a {
    color: var(--vds-primary, #5b43d6);
    font-weight: 750;
    text-decoration: none;
}

.fb-private-progress__lead a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fb-private-progress-list,
.fb-private-progress-modules,
.fb-private-progress-activities {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 8px;
}

.fb-private-progress-stage__details,
.fb-private-progress-module__details {
    overflow: hidden;
    border: 1px solid var(--vds-border, #e1e5ee);
    border-radius: 14px;
    background: #fff;
}

.fb-private-progress-stage__summary {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

.fb-private-progress-module__summary {
    display: grid;
    grid-template-columns: 1.4rem minmax(0, 1fr) auto;
    justify-content: stretch;
    justify-items: stretch;
    align-items: center;
    gap: 0 10px;
    width: 100%;
    min-height: 52px;
    padding: 8px 4px;
    cursor: pointer;
    list-style: none;
    text-align: left;
}

.fb-private-progress-stage__summary::-webkit-details-marker,
.fb-private-progress-module__summary::-webkit-details-marker {
    display: none;
}

.fb-private-progress-stage__summary:focus-visible,
.fb-private-progress-module__summary:focus-visible {
    outline: 2px solid var(--vds-primary, #5b43d6);
    outline-offset: 2px;
}

.fb-private-progress-stage__copy,
.fb-private-progress-module__copy {
    display: grid;
    min-width: 0;
    gap: 2px;
    text-align: left;
    justify-items: start;
}

.fb-private-progress-stage__title,
.fb-private-progress-module__name {
    color: var(--vds-text, #20263b);
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.3;
}

.fb-private-progress-stage__meta,
.fb-private-progress-module__status {
    color: var(--vds-text-muted, #667085);
    font-size: 0.78rem;
    line-height: 1.35;
}

.fb-private-progress-stage__aside {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.fb-private-progress-stage__chevron {
    color: var(--vds-text-muted, #667085);
    font-size: 0.9rem;
    transition: transform 0.16s ease;
}

.fb-private-progress-stage__details[open] > .fb-private-progress-stage__summary .fb-private-progress-stage__chevron,
.fb-private-progress-module__details[open] > .fb-private-progress-module__summary .fb-private-progress-stage__chevron {
    transform: rotate(180deg);
}

.fb-private-progress-stage__panel,
.fb-private-progress-module__panel {
    border-top: 1px solid var(--vds-border, #e1e5ee);
}

.fb-private-progress-modules {
    gap: 0;
}

.fb-private-progress-module + .fb-private-progress-module {
    border-top: 1px solid var(--vds-border, #e1e5ee);
}

.fb-private-progress-module__details {
    border: 0;
    border-radius: 0;
}

.fb-private-progress-module__summary--static {
    cursor: default;
}

.fb-private-progress-module__copy {
    justify-self: stretch;
    width: 100%;
}

.fb-private-progress-module__name,
.fb-private-progress-module__status {
    display: block;
    width: 100%;
    text-align: left;
}

.fb-private-progress-module__summary > .fb-private-progress-stage__chevron {
    justify-self: end;
}

.fb-private-progress-module__mark {
    display: inline-flex;
    width: 1.4rem;
    flex: 0 0 1.4rem;
    justify-content: center;
    color: var(--vds-primary, #5b43d6);
    font-size: 1.05rem;
    font-weight: 800;
}

.fb-private-progress-activity {
    display: flex;
    min-height: 48px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 4px;
    text-align: left;
}

.fb-private-progress-activity .fb-private-progress-module__copy {
    flex: 1 1 auto;
}

.fb-private-progress-activity + .fb-private-progress-activity {
    border-top: 1px solid var(--vds-border, #e1e5ee);
}

.fb-private-progress-empty {
    margin: 0;
    color: var(--vds-text-muted, #667085);
    font-size: 0.9rem;
}

@media (max-width: 640px) {
    .fb-private-progress-stage__summary,
    .fb-private-progress-module__summary {
        align-items: flex-start;
    }

    .fb-private-progress-module__summary {
        grid-template-columns: 1.4rem minmax(0, 1fr) auto;
        justify-content: stretch;
        text-align: left;
    }

    .fb-private-progress-stage__aside {
        padding-top: 2px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fb-private-programme *,
    .fb-private-programme *::before,
    .fb-private-programme *::after {
        transition-duration: 0.01ms !important;
    }
}
