.light-grey {
    background-color: #F3F7F8 !important;
}

.gap-16 {
    gap: 16px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

p.disclaimer:not(:last-child) {
    padding-bottom: 15px;
}

.is-sticky .asc-link {
    display: block !important;
}

.is-sticky .nav-bar.breadcrumb-true .nav-inner {
    padding: 1.5rem !important;
}

.ba-gn-banner {
    background: #F3F4F6;
    height: 490px;
}

.ba-gn-banner .section-inner, .banner-wpr {
    height: 490px;
}

.banner.html-bnr .banner-wpr {
    border: 0 !important;
}

.right-border {
    border-right: 1px solid #E0E0E0;
}

.big-num {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

#discover-travel .table-row>.table-cell {
    padding-bottom: 24px !important;
}

/* Exclusive offers */

.exclusive-offer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

#petro-canada-img {
    max-width: 76.05px;
    width: 100%;
    max-height: 60px;
}

#rexall-img {
    max-width: 242px;
    width: 100%;
    max-height: 60px;
}

#doordash-img {
    max-width: 268px;
    width: 100%;
}

.exclusive-offer-content {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 24px;
}

.exclusive-offer-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.exclusive-offer-item .img-container {
    height: 60px;
    display: flex;
    align-items: center;
}

.rate-table table {
    border: none;
}

.rate-table .col-wpr {
    margin-bottom: 24px !important;
}

.rate-table table tr td {
    padding: 0;
    background: transparent;
}

.card-img {
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.standalone-link-after {
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.standalone-link-after:after {
    content: url(/dvl/v1.0/assets/images/ui/ui-chevron-right-blue.svg);
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 10px;
    line-height: 0;
}

@media screen and (max-width: 768px) {
    .exclusive-offer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 639px) {
    .ba-gn-banner, .ba-gn-banner .section-inner, .banner-wpr {
        height: auto;
    }
    
    .rate-table .col-wpr {
        padding-left: 0px !important;
    }

    .rate-table .col-wpr .col-6 {
        padding-left: 0px !important;
    }

    .rate-table table {
        width: 100%;
    }
    
    .card-img {
        min-height: 180px !important;
        height: 180px !important;
    }

    .eh {
        min-height: 0 !important;
    }
    
    .right-border {
        border: none !important;
    }
}

/* hidding the social links in the footer */
.social-links {
    display: none !important;
}