.course-discounted{
    height: 100%;
    
    .carousel-block{
        height: 100%;
        > a:hover::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            // background: rgba($color: #000000, $alpha: .3);
        }
        .desc-carousel{
            height: calc(100% - 165px);
        }
    }
    .course-price-wrapper {
        margin-bottom: 54px;
        .pricing-slot {
            .price{
                margin-top: -5px;
            }
        }
    }
    p{
        margin: 0 0 8px;
        line-height: 1.4;
    }
    .rating-cart-wrapper {
        position: absolute;
        width: calc(100% - 30px);
        bottom: 16px;
    }
    .hover-overlay{
        z-index: 2;
        p{
            -webkit-line-clamp: 6;
        }
        .course-price-wrapper {
            margin-bottom: 0;
        }
        .rating-cart-wrapper {
            position: static;
            width: 100%;
            bottom: initial;
        }
    }
}

.event-block-wrapper.event-hoverable{
    margin-bottom: 0;
}

/* Course Focused */
.course-discounted .desc-carousel {
    background-image: linear-gradient(-45deg, rgb(254 226 248 / 80%), rgba(220, 248, 239, .522) 74%);
}

.course-discounted.event-hoverable .hover-overlay .desc-carousel {
    background-image: linear-gradient(-45deg, rgb(254 226 248 / 80%), rgba(220, 248, 239, .522) 74%);
}

.course-discounted .separator-price-set {
    background: #e7e7e9;
}

.course-discounted.course-event-wrapper .desc-carousel .rating-cart-wrapper {
    border-top: 1px solid #e7e7e9;
}

.course-discounted .img-carousel .icon-hotsale {
	position: absolute;
	left: 12px;
	bottom: 7px;
	width: 42px;
    height: fit-content;
	padding: 0;
	min-width: initial;
	display: block;
	background: transparent;
}

.course-discounted .img-carousel .icon-hotsale:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    z-index: -1;
    opacity: .8;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 18px 22px #fff;
    border-radius: 50px;
}

.course-discounted .img-carousel .icon-hotsale img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Highlighted Tab */
.link-hot-offer {
    position: relative;
    padding-left: 10px;
    padding-right: 40px;
    background: linear-gradient(-45deg, rgb(254 226 248 / 12%) 0%, rgb(184 235 219 / 30%) 74%) !important;
}

.link-hot-offer:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 0;
    width: 27px;
    height: 27px;
    background: url("https://d2cl07xv2ii8xi.cloudfront.net/uploads/default/catalog/icon-sparkle-star.png") no-repeat 0 0/contain;
}
.mk-scroll-horizontal.mk-res-bundle-courses .mk-bundle-course-wrapper {
    display: flex;
    gap: 14px;
}

.mk-scroll-horizontal.mk-res-bundle-courses .mk-bundle-course {
    display: flex;
    gap: 14px;
    flex: none;
    width: auto;
}

.mk-scroll-horizontal.mk-res-bundle-courses .mk-bundle-course .training-course-block,
.mk-scroll-horizontal.mk-res-bundle-courses  .mk-bundle-course-wrapper .event-block{
    width: 212px;
}

.mk-scroll-horizontal.mk-res-bundle-courses .mk-bundle-course .training-course-block .desc-carousel h1 {
    min-height: 1.75rem;
}