.tendeal-banner-slot {
    isolation: isolate;
    position: relative;
    overflow: hidden;
    background: #f4f6fb;
}

.tendeal-banner-link {
    color: inherit;
    display: block;
    height: 100%;
    min-height: inherit;
    position: relative;
    text-decoration: none;
}

.tendeal-banner-slot picture {
    display: block;
    height: 100%;
    inset: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.tendeal-banner-slot img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.tendeal-banner-mode-full_artwork img {
    object-fit: cover;
}

.tendeal-banner-mode-full_artwork .tendeal-banner-content {
    display: none;
}

.tendeal-banner-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    inset: 24px;
    justify-content: flex-start;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.tendeal-banner-text {
    color: #1f2937;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 75%;
}

.tendeal-banner-layout-hero .tendeal-banner-text {
    font-size: 2.625rem;
    line-height: 1.08;
    max-width: 38%;
}

.tendeal-banner-layout-small_hero .tendeal-banner-text {
    font-size: 1.125rem;
    line-height: 1.15;
    max-width: 48%;
}

.tendeal-banner-layout-wide .tendeal-banner-text {
    font-size: 1.375rem;
    line-height: 1.18;
    max-width: 52%;
}

.tendeal-banner-button {
    background: #f59f00;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 14px;
}

.tendeal-banner-layout-vertical .tendeal-banner-content {
    align-items: center;
    inset: 28px 18px;
    text-align: center;
}

.tendeal-banner-layout-vertical .tendeal-banner-text {
    max-width: 100%;
}

@media (min-width: 768px) {
    .tendeal-banner-promo_1 .tendeal-banner-content,
    .tendeal-banner-promo_2 .tendeal-banner-content,
    .tendeal-banner-top_1 .tendeal-banner-content,
    .tendeal-banner-top_2 .tendeal-banner-content,
    .tendeal-banner-bottom_1 .tendeal-banner-content,
    .tendeal-banner-bottom_2 .tendeal-banner-content {
        inset: 30px auto auto 24px;
    }

    .tendeal-banner-promo_3 .tendeal-banner-content {
        inset: 26px 24px auto auto;
        text-align: right;
    }

    .tendeal-banner-sidebar_1 .tendeal-banner-content,
    .tendeal-banner-sidebar_2 .tendeal-banner-content {
        inset: 24px 18px auto;
    }

    .tendeal-banner-promo_1 img,
    .tendeal-banner-promo_2 img,
    .tendeal-banner-promo_3 img,
    .tendeal-banner-top_1 img,
    .tendeal-banner-top_2 img,
    .tendeal-banner-bottom_1 img,
    .tendeal-banner-bottom_2 img,
    .tendeal-banner-sidebar_1 img,
    .tendeal-banner-sidebar_2 img {
        inset: auto;
        position: absolute;
        width: auto;
    }

    .tendeal-banner-promo_1 img {
        bottom: 2%;
        height: 60%;
        right: 2%;
        width: 64%;
    }

    .tendeal-banner-promo_2 img {
        bottom: 0;
        height: 74%;
        right: -4%;
        width: 66%;
    }

    .tendeal-banner-promo_3 img {
        bottom: 0;
        height: 68%;
        left: -6%;
        width: 72%;
    }

    .tendeal-banner-top_1 img {
        bottom: 0;
        height: 96%;
        right: -2%;
        width: 56%;
    }

    .tendeal-banner-top_2 img {
        bottom: 4%;
        height: 92%;
        right: -1%;
        width: 54%;
    }

    .tendeal-banner-bottom_1 img {
        bottom: 0;
        height: 82%;
        right: 1%;
        width: 54%;
    }

    .tendeal-banner-bottom_2 img {
        bottom: 0;
        height: 92%;
        right: -4%;
        width: 60%;
    }

    .tendeal-banner-sidebar_1 img,
    .tendeal-banner-sidebar_2 img {
        bottom: 0;
        height: 58%;
        left: 50%;
        transform: translateX(-50%);
        width: 82%;
    }

    [dir="rtl"] .tendeal-banner-promo_1 .tendeal-banner-content,
    [dir="rtl"] .tendeal-banner-promo_2 .tendeal-banner-content,
    [dir="rtl"] .tendeal-banner-top_1 .tendeal-banner-content,
    [dir="rtl"] .tendeal-banner-top_2 .tendeal-banner-content,
    [dir="rtl"] .tendeal-banner-bottom_1 .tendeal-banner-content,
    [dir="rtl"] .tendeal-banner-bottom_2 .tendeal-banner-content {
        inset: 30px 24px auto auto;
        text-align: right;
    }

    [dir="rtl"] .tendeal-banner-promo_3 .tendeal-banner-content {
        inset: 26px auto auto 24px;
        text-align: left;
    }

    [dir="rtl"] .tendeal-banner-promo_1 img {
        left: 2%;
        right: auto;
    }

    [dir="rtl"] .tendeal-banner-promo_2 img,
    [dir="rtl"] .tendeal-banner-top_1 img,
    [dir="rtl"] .tendeal-banner-top_2 img,
    [dir="rtl"] .tendeal-banner-bottom_1 img,
    [dir="rtl"] .tendeal-banner-bottom_2 img {
        left: -4%;
        right: auto;
    }

    [dir="rtl"] .tendeal-banner-promo_3 img {
        left: auto;
        right: -6%;
    }
}

@media (max-width: 767px) {
    .tendeal-banner-slot picture {
        position: absolute;
    }

    .tendeal-banner-slot img {
        inset: auto;
        position: absolute;
        width: auto;
    }

    .tendeal-banner-content {
        inset: 16px;
    }

    .tendeal-banner-text {
        font-size: 18px;
        max-width: 100%;
    }

    .tendeal-banner-promo_1 img,
    .tendeal-banner-promo_2 img,
    .tendeal-banner-promo_3 img {
        bottom: 0;
        height: 62%;
        right: -8%;
        width: 72%;
    }

    .tendeal-banner-promo_3 img {
        left: -10%;
        right: auto;
        width: 76%;
    }

    .tendeal-banner-top_1 img,
    .tendeal-banner-top_2 img,
    .tendeal-banner-bottom_1 img,
    .tendeal-banner-bottom_2 img {
        bottom: 0;
        height: 72%;
        right: -6%;
        width: 62%;
    }

    .tendeal-banner-sidebar_1 img,
    .tendeal-banner-sidebar_2 img {
        bottom: 0;
        height: 56%;
        left: 50%;
        transform: translateX(-50%);
        width: 72%;
    }

    [dir="rtl"] .tendeal-banner-promo_1 img,
    [dir="rtl"] .tendeal-banner-promo_2 img,
    [dir="rtl"] .tendeal-banner-top_1 img,
    [dir="rtl"] .tendeal-banner-top_2 img,
    [dir="rtl"] .tendeal-banner-bottom_1 img,
    [dir="rtl"] .tendeal-banner-bottom_2 img {
        left: -6%;
        right: auto;
    }

    [dir="rtl"] .tendeal-banner-promo_3 img {
        left: auto;
        right: -10%;
    }
}

.tendeal-banner-mode-full_artwork picture {
    inset: 0 !important;
    position: absolute !important;
}

.tendeal-banner-mode-full_artwork img {
    bottom: auto !important;
    height: 100% !important;
    left: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    position: absolute !important;
    right: auto !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
}
