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

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

.tendeal-banner-slot picture,
.tendeal-banner-slot img {
    display: block;
    height: 100%;
    width: 100%;
}

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

.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-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,
.tendeal-banner-layout-small_hero .tendeal-banner-text {
    max-width: 100%;
}

@media (max-width: 767px) {
    .tendeal-banner-content {
        inset: 16px;
    }

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