.banner {
    background: rgb(1, 131, 128);
}

section.section-tabs>.section-inner>.tab-nav {
    background-color: #FFF;
    justify-content: center;
    border-radius: 8px;
}

section.section-tabs>.section-inner>.tab-nav li {
    padding: 14px 16px 0 !important;
}

section.section-tabs>.section-inner>.tab-nav li>a {
    padding-bottom: 12px;
}

@media (min-width: 1200px) {
    section.section-tabs>.section-inner>.tab-content {
        padding-top: 32px;
    }
}

@media (min-width: 639px) and (max-width: 1200px) {
    section.section-tabs>.section-inner>.tab-content {
        padding-top: 32px;
    }
}

.wj-cards-compare-table .compare-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.wj-cards-compare-table.table-striped:not(.table-stack) tbody tr:nth-child(odd) td {
    background-color: #F3F7F8;
}

.checkmark {
    background-image: url(/dvl/v1.0/assets/images/ui/ui-checkmark-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}


.redeem-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 370px;
    border-radius: 8px;
    background-color: #FFF;
}

.redeem-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.redeem-img {
    width: 100%;
    height: 232px;
    min-height: 232px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.priceless-container {
    background: unset;
    background-repeat: no-repeat;
    background-image: linear-gradient(87deg, #000 16.03%, rgba(0, 0, 0, 0.00) 80.97%), url(/credit-cards/transformer/img/cards/mastercard_priceless.webp);
    background-color: lightgray;
    background-position: center, right -440px bottom 0;
}

#wj-cards-compare-table th.subject-column {
    width: 22%;
}

#wj-cards-compare-table th.item-column {
    width: 26%;
}

@media screen and (max-width: 800px) {
    .redeem-container {
        max-width: 570px;
    }
}

@media screen and (max-width: 640px) {
    .redeem-container {
        max-width: unset;
    }

    .redeem-img {
        height: 150px;
        min-height: 150px;
        background-size: cover;
    }

    #discover-more-redeem .section-inner {
        padding: 32px 20px;
    }

    .priceless-container {
        background-position: center, right -100px bottom 0;
        background-size: cover;
    }
}

/* overriding the dvl style */

a>sup {
    text-decoration: none;
}

/* this is overriden by product-page.css, but we need the one from DVL, thus declare it here again */
.carousel-wpr .carousel-inner .carousel-item img, .centered, .centered-block, .centered-margin, .centered-table, .table-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* remove the compare function in WJ hub page */
.compare-card-button {
    display: none;
}

.card-action-container {
    justify-content: flex-end;
}