.cmn-home-account-cta {
    padding: clamp(42px, 7vw, 78px) 20px;
    border-top: 1px solid #efd9be;
    border-bottom: 1px solid #efd9be;
    background: #fff8f5;
}

.cmn-home-account-cta__inner {
    display: flex;
    width: min(1180px, 100%);
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: clamp(28px, 5vw, 64px);
}

.cmn-home-account-cta__eyebrow {
    margin: 0 0 8px;
    color: #c2185b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cmn-home-account-cta h2 {
    margin: 0 0 10px;
    color: #2d1f1f;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.cmn-home-account-cta__inner > div > p:last-child {
    margin: 0;
    color: #6b5a5a;
    font-size: 16px;
    line-height: 1.65;
}

.cmn-home-account-cta__actions {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    justify-items: center;
}

.cmn-home-account-cta__primary {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c2185b;
    border-radius: 14px;
    background: #c2185b;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.cmn-home-account-cta__secondary {
    min-height: 44px;
    padding: 11px 4px;
    color: #a71550;
    font-weight: 700;
    text-align: center;
}

.cmn-home-account-cta__primary:focus-visible,
.cmn-home-account-cta__secondary:focus-visible {
    outline: 3px solid rgba(231, 105, 170, .35);
    outline-offset: 3px;
}

.cmn-checkout-account-hint,
.cmn-thankyou-account-note {
    color: #6b5a5a;
    font-size: 14px;
    line-height: 1.55;
}

.cmn-checkout-account-hint {
    margin: -4px 0 18px;
}

.cmn-thankyou-account-note {
    display: flex;
    margin: 0;
    padding: 4px 2px;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

.cmn-thankyou-account-note a {
    flex: 0 0 auto;
    color: #a71550;
    font-weight: 800;
}

@media (max-width: 720px) {
    .cmn-home-account-cta__inner,
    .cmn-thankyou-account-note {
        display: block;
    }

    .cmn-home-account-cta__actions {
        margin-top: 24px;
        justify-items: stretch;
    }

    .cmn-home-account-cta__primary,
    .cmn-home-account-cta__secondary {
        width: 100%;
    }

    .cmn-thankyou-account-note a {
        display: inline-block;
        min-height: 44px;
        margin-top: 6px;
        padding: 11px 0;
    }
}
