/* CSS for the #sell-header container */

/* Bullets */
.uagb-icon-list__source-image {
    width: 30px !important;
}
@media only screen and (max-width: 767px) {
    .uagb-icon-list__source-image  {
        width: 20px !important;
    }
}

/* Ratings */
.ratings a {
    text-decoration: none !important;
    color: grey;
    transition: color .5s;
}
#sell-header {
    min-height: calc( 100vh - 102px );
}
.sell-header-box-1 {
    z-index: 2;
    margin-bottom: 120px !important;
}
#sell-header h1.uagb-heading-text {
    white-space: nowrap;
}
@media screen and (min-width: 1200px) {
    #sell-header {
        max-width: 100vw;
    }
}
@media screen and (min-width: 1800px) and (min-height: 1000px) {
    #sell-header {
        min-height: calc( 80vh - 102px );
        margin-bottom: -100px;
    }
}
@media only screen and (max-width: 892px) {
    .ratings img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(91deg) brightness(102%) contrast(100%);
    }
    .ratings a {
        color: #ffffff !important;
    }
    #sell-header {
        padding-top: 0px;
        padding-bottom: 0px;
        background-position: 50% 100%;
        background-image: url(https://thewatchbuyersgroup.com/wp-content/uploads/2024/12/sell-my-watch-vertical-bg.webp);
        background-clip: padding-box;
        justify-content: flex-start;
        flex-wrap: wrap;
        min-height: initial;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        overflow: hidden;
    }
    #sell-header.rolex-sell-header {
        background-image: url(https://thewatchbuyersgroup.com/wp-content/uploads/2024/04/sell-my-rolex-vertical.webp);
        height: 1050px;
    }
    #sell-header h1.uagb-heading-text {
        white-space: normal;
    }
    .sell-header-row {
        flex-direction: column !important;
    }
    .sell-header-box-1 {
        margin-bottom: 0 !important;
    }
    .sell-header-box-2 {
        max-height: 425px;
        margin-top: -50px;
        margin-bottom: 50px;
    }
    /* Ensure the button never exceeds its parent width */
    .schedule-btn a {
        width: 100% !important; 
        max-width: 365px !important;
        box-sizing: border-box; /* Ensures padding doesn't add to width */
    }

}
@media (max-width: 767px) {
    #sell-header {
        max-height: 800px;
    }
    #sell-header.rolex-sell-header {
        max-height: 820px;
    }
}
@media (max-width: 590px) {
    #sell-header {
        max-height: 750px;
    }
    .sell-header-box-2 {
        max-height: 275px;
    }
    #sell-header.rolex-sell-header {
        max-height: 770px;
    }
}
@media (max-width: 490px) {
    #sell-header {
        max-height: 700px;
    }
    #sell-header.rolex-sell-header {
        max-height: 720px;
    }
}
@media (max-width: 445px) {
    #sell-header {
        max-height: 620px;
    }
    #sell-header.rolex-sell-header {
        max-height: 650px;
    }
}
@media (max-width: 400px) {
    .sell-header-box-2 {
        max-height: 225px;
    }
}
@media (max-width: 355px) {
    #sell-header .wp-block-uagb-icon-list .uagb-icon-list__source-wrap {
    display: none;
    }
    #sell-header [data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
        transition-delay: unset;
        transition-duration: unset;
        opacity: 1;
        transform: none;
    }
}
@media (max-width: 275px) {
    #sell-header {
        max-height: 750px;
    }
}


/* CSS for the schedule buttons */

/* schedule-btn */
.schedule-btn {
    margin-bottom: 0 !important;
}
.schedule-btn a {
    width: 365px;
    /*width: 100% !important;
    max-width: 365px !important;*/
}
@media (max-width: 530px) {
    .schedule-btn a {
        width: calc(100vw - 60px)!important;
    }
}

/* in-store-on-green*/
.schedule-btn.in-store-on-green .wp-block-button__link {
    color: #444 !important;
    border: 1px solid white !important;
    background: white !important;
    transition: background-color .5s, color .5s, border .5s;
}

.schedule-btn.in-store-on-green .wp-block-button__link:hover {
    border: 1px solid #0d570c !important;
    background: #0d570c !important;
}

.schedule-btn.in-store-on-green .wp-block-button__link:hover .uagb-button__link {
    color: white !important;
}

/* email-on-green */
.schedule-btn.email-on-green .wp-block-button__link {
    color: #444 !important;
    border: 1px solid #444 !important;
    background: transparent !important;
    transition: background-color .5s, color .5s, border .5s;
}

.schedule-btn.email-on-green .wp-block-button__link:hover {
    border: 1px solid #0d570c !important;
    background: #0d570c !important;
}

.schedule-btn.email-on-green .wp-block-button__link:hover .uagb-button__link {
    color: white !important;
}

@media only screen and (max-width: 976px) {
    .schedule-btn.email-on-green .wp-block-button__link {
        border: 1px solid white !important;
    }
    .schedule-btn.email-on-green .wp-block-button__link .uagb-button__link {
        color: white !important;
    }

    .schedule-btn.email-on-green .wp-block-button__link:hover {
        border: 1px solid #0d570c !important;
        background: #0d570c !important;
    }
}

/* in-store-on-white */
.schedule-btn.in-store-on-white .wp-block-button__link {
    color: white !important;
    border: 1px solid #0d570c !important;
    background: #0d570c !important;
    transition: background-color .5s, color .5s, border .5s;
}

.schedule-btn.in-store-on-white .wp-block-button__link:hover {
    border: 1px solid #0d570c !important;
    background: white !important;
}

.schedule-btn.in-store-on-white .wp-block-button__link:hover .uagb-button__link {
    color: #0d570c !important;
}
/* email-on-white */
.schedule-btn.email-on-white .wp-block-button__link {
    color: #444 !important;
    border: 1px solid #444 !important;
    background: white !important;
    transition: background-color .5s, color .5s, border .5s;
}

.schedule-btn.email-on-white .wp-block-button__link:hover {
    border: 1px solid #0d570c !important;
    background: #0d570c !important;
}

.schedule-btn.email-on-white .wp-block-button__link:hover .uagb-button__link {
    color: white !important;
}