.cp-image-pair {
    @include oGridRespondTo(M) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--o3-spacing-2xs);
    }
}

/* Specific override while n-content-layout is being phased out, as we no longer use the .n-content-layout__slot class, which has a variety of issues (overly generic, lots of variants) */
.n-content-layout__container>.cp-image-pair {
    margin-top: 0;
}
