.saidwp-plink-cta {
    clear: both;
    margin: 2.5rem 0;
    padding: 2.25rem 2rem;
    border: 1px solid rgba(39, 37, 144, 0.18);
    border-radius: 0.5rem;
    background: #f6f7ff;
}

.saidwp-plink-cta__content {
    max-width: 48rem;
    margin: 0 auto;
    text-align: center;
}

.saidwp-plink-cta__eyebrow {
    margin: 0 0 0.8rem;
    color: #5d5a91;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.saidwp-plink-cta__title {
    margin: 0 0 0.9rem;
    color: #272590;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.saidwp-plink-cta__description {
    margin: 0;
    color: #3d3d4d;
}

.saidwp-plink-cta__description p {
    margin: 0;
}

.saidwp-plink-cta__description p + p {
    margin-top: 0.75rem;
}

.saidwp-plink-cta__description p:last-child {
    margin-bottom: 0;
}

.saidwp-plink-cta__button {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.7rem 1.1rem;
    border-radius: 0.3rem;
    background: #272590;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.saidwp-plink-cta__button:hover,
.saidwp-plink-cta__button:focus {
    background: #1c1b6d;
    color: #fff;
}

@media (max-width: 600px) {
    .saidwp-plink-cta {
        margin: 2rem 0;
        padding: 2rem 1.25rem;
    }
}
