.page-heading__text a,
.accordion__list-panel a {
    color: #faa634;
    text-decoration: none;
}

.page-heading__text a:hover,
.accordion__list-panel a:hover {
    color: #faa634;
    text-decoration: underline;
}

.card.trade-in-steps div.step-number {
    min-width: 75px;
}

.desc_blk .screens-nav .screens-nav-timeline .line {
    width: 67%;
}

.desc_blk .first-step .footer-buttons {
    justify-content: center !important;
}

.desc_blk {
    border: 1px solid rgb(0, 47, 109) !important;
}

#scanner-count-warning {
    display: none;
}

div.confirmation-step {
    display: none;
}

p.list-max-txt {
    text-align: center;
    font-size: 16px;
    color: #BA3A31;
    font-weight: bold;
}

div.card-row.first-row:has(button.remove-btn) {
    justify-content: right !important;
    display: flex;
}

button.remove-btn {
    padding: 5px 15px;
    font-size: 14px;
    border-color: #BA3A31;
    border-radius: 10px;
    color: #BA3A31;
    background-color: white;
}

    button.remove-btn:hover {
        background-color: rgb(240, 240, 240);
    }

div.card-row:has(button.remove-btn) {
    justify-content: right !important;
    display: flex !important;
}

.step-btn.button2 {
    background-color: #0089CF !important;
    margin-left: 15px;
    margin-right: 15px;
}

.step-btn {
    border: none;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    width: 33.33%;
    line-height: 18px;
    border-radius: 4px;
}

.row {
    margin-right: 0px !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 10px !important;
    border-color: #0089CF !important;
}

.card-body {
    padding: 8px !important;
    flex: 1 1 auto;
}

.card.trade-in-steps {
    background: none !important;
    border: none !important;
    flex-direction: row;
    align-items: center;
    padding: 2%;
    margin: 1% !important;
}

.card.trade-in-steps div.step-number {
    color: white;
    background: rgb(0, 47, 109);
    border-radius: 50%;
    height: 75px;
    width: 75px;
    border: 2px solid rgb(0, 47,109);
    text-align: center;
    font-size: 50px;
    display: inline-block;
    margin-right: 12px;
}

@media only screen and (max-width:767px) {
    .card.trade-in-steps div.step-number {
        height: 60px;
        width: 60px;
        font-size: 40px;
        min-width: 60px;
    }
}

@media only screen and (max-width:500px) {
    .card.trade-in-steps div.step-number {
        height: 44px;
        width: 44px;
        font-size: 28px;
        min-width: 44px;
    }
}

.card.trade-in-steps div.card-body.upgrade-steps p:not(.step-title) {
    margin-bottom: 0 !important;
}

div.card.S720 div.card-body.trade-in p {
    margin: 5px !important;
}

div.card.S720 div.card-body.trade-in h4 {
    margin: 10px;
}

span.product-wrapper a.product-link {
    text-decoration: none;
}

    span.product-wrapper a.product-link:hover h4.scanner-title {
        text-decoration: underline;
    }

.desc_blk .scanners-list-item {
    border: none !important;
}

.js-scanner-info {
    color: unset;
    font-weight: normal;
}

div#eligible-cash-note div.col-md-8 {
    margin: auto !important;
    float: inherit;
}

div#eligible-cash-note {
    margin-top: -10px;
    text-align: center;
}

    div#eligible-cash-note p {
        font-size: 14px;
    }

.card.S720.large-height img.upgrade-img {
    max-height: 420px !important;
}

.text-addition-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-wrapper {
    flex: 1;
}

.addition-wrapper {
    flex-shrink: 0;
}

div.text-wrapper p.inner-text {
    margin-top: 0px !important;
}

button#add-scanner {
    min-width: 43px !important;
    padding: 8px !important;
    height: 36px;
    font-size: 22px !important;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

div#additional-section .footer-buttons.verify{
    display: flex;
    justify-content: center !important;
    margin-top: 30px;
}

div#additional-section {
    margin: 5% 0%;
}


@media (max-width: 620px) {
    .text-addition-wrapper {
        flex-direction: column; 
        align-items: center;
    }

    .text-wrapper, .addition-wrapper {
        width: 100%; 
        text-align: center; 
    }

    .addition-wrapper {
        order: -1; 
        margin-bottom: 10px; 
    }
}

@media only screen and (min-width: 1200px) {
    div#regional-S720 {
        margin-top: 10%;
    }
}

@media only screen and (max-width: 1199px){
    div.trade-in-option-wrapper div.row {
        row-gap: 0rem !important;
    }

    div.trade-in-option-wrapper .row {
        --bs-gutter-x: 0rem !important;
    }

    span.product-wrapper {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
    .card {
        margin: 1% 0% !important;
    }
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .card {
        margin: 1% 5% !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 529px) {
    .card {
        margin: 1% 1% !important;
    }
}

@media only screen and (max-width: 425px) {
    .card {
        margin: 3% 2% !important;
    }
}

@media only screen and (max-width: 767px) {
    .row {
        display: contents;
    }
}

.card-body.trade-in {
    font-size: 20px;
    color: #707070;
}

    .card-body.trade-in p {
        margin: 10px 0px !important;
    }

div#upgrade-steps.card {
    border-color: rgb(0, 47, 109) !important;
}

div p.step-title {
    font-size: 22px !important;
    color: rgb(0, 47, 109) !important;
    font-weight: bold;
    margin-bottom: 0.5rem !important;
}

p.step-desc {
    font-size: 14px;
    color: #707070;
}

img.upgrade-img {
    border-radius: 10px;
}

h4.scanner-title {
    font-size: 20px;
    color: #0089CF;
    margin: 10px 0 0 0;
}

p.cash-saving {
    font-size: 20px;
    color: rgb(0, 47, 109);
    font-weight: bold;
}

div#trade-options.top-row {
    margin-bottom: 10px;
}

span.product-wrapper {
    display: block;
}

h2.congrats-eligible {
    text-align: center;
    padding-bottom: 25px;
    color: #28a745 !important;
}

p.not-sure-reader {
    text-align: center;
    padding: 0 2%;
    margin-top: 32px;
    margin-bottom: -32px;
}