/**
 * Rolex RCPO landing footer — crown bar + back to top (black).
 * Migrated from rolex.min.css (.rolexrcpo-common-footerTop, .rolexrcpo-common-backtotop).
 */

.rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop :focus-visible,
.rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop :focus-visible {
    outline-color: #9bf9ce;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop {
    display: flex;
    justify-content: center;
    height: 160px;
    background-color: #000;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop {
        height: 120px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop .rolexrcpo-common-footerTop-logoBtn {
    display: block;
    align-self: center;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop .rolexrcpo-common-footerTop-logoBtn img {
    display: block;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-common-footerTop .rolexrcpo-common-footerTop-logoBtn img {
        width: 32px;
        height: 32px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop {
    display: flex;
    justify-content: center;
    height: 80px;
    position: relative;
    background-color: #000;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop {
        height: 60px;
    }
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop .rolexrcpo-common-backtotop-backtotopBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop .rolexrcpo-common-backtotop-backtotopBtn .icon {
    display: block;
    align-self: center;
    width: 15px;
    height: 15px;
    transform: rotate3d(0, 0, 1, -90deg);
}

.rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop .rolexrcpo-common-backtotop-backtotopBtn span {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .rolex-wrapper.rolexrcpo .rolexrcpo-common-backtotop .rolexrcpo-common-backtotop-backtotopBtn span {
        font-size: 12px;
        line-height: 1.1em;
    }
}
