/* Cache-busted desktop CTA edge alignment.
 * The copy stays inside the centered container; only the decorative artwork
 * bleeds to the right edge of the full-width section. */
@media (min-width: 992px) {
    .copp-profile-cta__visual {
        overflow: visible !important;
    }

    .copp-profile-cta__person {
        right: min(-15px, calc((var(--copp-container-xl) - 100vw) / 2)) !important;
    }
}
