/**
 * Featured Whitepaper block. Self-contained styles.
 * Purple band (Brand Purple custom/background), white heading/copy, eyebrow
 * accent via brand tokens. See css/brand-tokens.css.
 */

.featured-whitepaper {
    padding-top: 56px;
    padding-bottom: 56px;
    color: #fff;
}

.featured-whitepaper__image {
    width: 100%;
    height: auto;
}

.featured-whitepaper__content {
    margin-top: 24px;
}

.featured-whitepaper__eyebrow {
    margin: 0 0 8px;
    color: var(--kipu-accent-light); /* #C4B5FD */
    font-weight: 700;
    font-size: 18.9px;
}

.featured-whitepaper__heading {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.26;
}

.featured-whitepaper__desc {
    margin: 0 0 24px;
    color: #fff;
    font-size: 17.5px;
}

@media (min-width: 992px) {
    .featured-whitepaper {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .featured-whitepaper__content {
        margin-top: 0;
    }

    .featured-whitepaper__heading {
        font-size: 38px;
        line-height: 1.26;
    }
}
