/* ── BSB Plan Content Block ── */
.bsb-creative-about {
    position:   relative;
    background: var(--bsb-color-bg);
    padding:    8rem 0;
}

.bsb-creative-about__inner {
    max-width:  1000px;
    margin:     0 auto;
    text-align: center;
}

.bsb-creative-about__inner.text-left {
    text-align: left;
}

.bsb-creative-about__heading {
    font-family:    var(--bsb-font-display);
    font-size:      clamp(1.25rem, 2.4vw, 2rem);
    font-weight:    800;
    text-transform: uppercase;
    color:          currentColor;
    margin:         0 0 3rem;
    line-height:    1.2;
}

.bsb-creative-about__body {
    margin: 0 0 2.5rem;
}

.bsb-creative-about__body p {
    font-family: var(--bsb-font-primary);
    /* font-size:   clamp(1rem, 1.5vw, 1.5rem); */
    font-size: 1.25rem;
    line-height: 1.5;
    color:       currentColor;
    margin:      0 0 1.75rem;
    font-weight: 400;
}

.bsb-creative-about__body p:last-child {
    margin-bottom: 0;
}

.bsb-creative-about__body p strong {
    font-weight: 700;
}

.bsb-creative-about__cta {
    display:    inline-flex;
    margin-top: 0.75rem;
}

/* Inherit section colour so button respects the custom text-color setting */
.bsb-creative-about .btn-outline {
    color:        currentColor;
    border-color: currentColor;
}

.bsb-creative-about .btn-outline:hover {
    background:   var(--bsb-pink);
    border-color: var(--bsb-pink);
    color:        var(--bsb-color-text);
}

@media (max-width: 768px) {
    .bsb-creative-about {
        padding: 5rem 0;
    }

    .bsb-creative-about__heading {
        margin-bottom: 2rem;
    }
}
