/**
 * Rolex RCPO Keep Exploring — CON-4 overrides only.
 * Loaded after rolex-keepExploring.css on RCPO pages.
 */

/* rolex-rcpo-landing-cms.css adds padding to nested .rolex-collection-text — reset */
.rolex-wrapper.rolexrcpo .rolexrcpo-common-keepExploring.rolex-collection-block .rolex-collection-text,
.rolex-wrapper.rolexrcpo .rolexrcpo-common-keepExploring.rolex-collection-block .rolex-collection-text.large {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-common-keepExploring .rolex-keepExploring-carousel-viewport .rolex-carousel-arrow--next {
        right: 0;
    }
}
