.tbe-upsell-banner {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding: 12px 24px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 48px;
}

.tbe-upsell-banner__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-width: 0;
    align-self: stretch;
    padding-top: 24px;
}

.tbe-upsell-banner__eyebrow {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}

.tbe-upsell-banner__title {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 37px;
    line-height: 1.25;
    letter-spacing: 0.37px;
    color: #ffffff;
    margin: 0;
}

.tbe-upsell-banner__description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.75px;
    letter-spacing: -0.15px;
    color: #ffffff;
    margin: 0;
}

.tbe-upsell-banner__btn {
    display: inline-block;
    padding: 11px 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    text-decoration: none;
    border: 1px solid #ffffff;
    align-self: flex-start;
    transition: opacity 0.15s ease;
}

.tbe-upsell-banner__btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

/* Book images */
.tbe-upsell-banner__images {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    height: 252px;
}

.tbe-upsell-banner__images-inner {
    flex: 1;
    min-width: 0;
    aspect-ratio: 528 / 252;
    position: relative;
    overflow: hidden;
}

.tbe-upsell-banner__images-inner img {
    position: absolute;
    top: 0.16%;
    left: 0.28%;
    width: 99.63%;
    height: 139.23%;
    max-width: none;
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 768px) {
    .tbe-upsell-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .tbe-upsell-banner__images {
        height: 200px;
    }

    .tbe-upsell-banner__title {
        font-size: 26px;
    }
}
