
.mark {
    background-color: yellow;
}
/* MW override chevron style */
.banner a.text-blue.standalone-link:before {
    content: url('/dvl/v1.0/assets/images/ui/ui-chevron-right-blue.svg');
}
/* MW limit banner background size style */
@media screen and (min-width: 1920px) {
    #banner-text .mobile-hidden.banner {
        background-size: 1920px;
    }
}

.offer-carousel-container {
    position: relative;
}

.carousel {
    display: flex;
    gap: 30px;
    transition: transform 0.3s ease-in-out;
    cursor: grab;
}

.carousel-item {
    min-width: 570px;
    max-width: 570px;
    min-height: 566px;
    border-radius: 13px;
    border: 1px solid #919191;
    background: linear-gradient(114deg, #EDF7FC 0%, #FFF 100%);
    padding: 64px 32px 32px 32px;
}

@media screen and (max-width: 650px) {
    .carousel-item {
        min-width: 300px;
        min-height: 527px;
        padding: 24px;

        h2 {
            font-size: 20px;
            font-weight: 500;
        }

        img {
            width: 200px !important;
            height: 120px !important;
        }
    }

    /*
 .card-tools-grid-item {
     min-height: 230px;
 }*/
}

.tool-style-1 {
    height: 100%;
    align-self: end;
    margin-bottom: -20px;
    margin-left: 15px;

    @media screen and (max-width: 639px) {
        &.reward {
            max-width: 157px;
        }
        &.compare {
            max-width: 152px;
            margin-bottom: -30px;
            margin-right: -30px;
        }
        &.cashback {
            max-width: 217px;
            margin-bottom: -30px;
            margin-right: -30px;
        }
        &.help {
            max-width: 125px;
        }
    }

    @media screen and (min-width: 640px) {
        &.reward {
            max-width: 226px;
        }
        &.compare {
            max-width: 152px;
            margin-right: -30px;
        }
        &.cashback {
            max-width: 217px;
            margin-right: -30px;
        }
        &.help {
            max-width: 125px;
        }
    }
}


.card-tools-grid-item {
    display: flex;
    height: 100%;
    flex-grow: 1;
}

@media screen and (max-width: 940px) {
.banner .empty-grid {
  width: 20%;
}

/*
.card-tools-grid-item {
  min-height: 250px;
}*/

    #card-type .grid-one-fourth {
        width: 50%;
    }

    #card-type .disc-list {
        margin-bottom: 30px !important;
    }
}


/* DVL mobile */
@media screen and (max-width: 639px) {


    #card-type .grid-one-fourth {
        width: 50%;
    }

    #card-type .eh-wpr {
        display: flex;
    }

    .type-img-wpr {
        min-height: 157px;
    }


}


/* DVL desktop */
@media screen and (min-width: 640px) {

    .types-half-half {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .type-img-wpr {
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


}

.phone-block-wpr {

    .block-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 230px;
        height: 100%;
        flex-grow: 1;
    }

    .phone-block-inner-grow {
        height: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .phone-block-img {
        justify-content: end;
        flex-grow: 1;
        height: 100%;
        flex-direction: column;
        align-content: center;

        img {
            max-width: 70%;

            @media screen and (max-width: 639px) {
                max-width: 200px;
                margin-left: 20vw;
                margin-bottom: -40px;
            }
        }
    }

}

