
.block-container.promotion-banner-container {
    width: 100%;
    direction: rtl;
}
.block-container.promotion-banner-container {
    .content-wrapper {
        width: 100%;
        padding: 72px 16px 24px 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        row-gap: 24px;
        box-sizing: border-box;
        background:
                linear-gradient(133deg, rgba(0, 0, 0, 0.00) 0.41%, #000 108.57%),
                var(--promotion-bg);;
        background-blend-mode: multiply;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
    }

    .top-text {
        position: absolute;
        top: 23px;
        right: -32px;
        border-radius: 3px;
        background: var(--Dark-Grey, #D9D9D9);
        color: var(--Dark-Blue, #002846);
        height: auto;
        padding: 12px 48px 12px 16px;
        font-family: Demo;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

    .block-title {
        max-width: 100%;
        color: #FFF;
        font-family: Demo;
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    .block-content {
        color: #FFF;
        text-align: right;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    .btn-container {
        display: flex;
        width: 100%;
        min-height: 44px;
        height: auto;
        padding: 10px 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 50px;
        background: #00B5D3;
        box-sizing: border-box;
    }

    .btn-form, .btn-link {
        color: #FFF;
        font-family: Demo;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        background-color: #00b5d3;
        border: 0;
        text-decoration: none;
        text-align: center;
        width: 100%;
        cursor: pointer;
    }
}
