
.lrz-feature {
    width: 100%;
    box-sizing: border-box;
}

.lrz-feature__row {
    display: grid;
    grid-template-columns: 637.384px 1fr;
    grid-template-rows: auto auto;
    column-gap: 32px;
    max-width: 1204.242px;
    margin: 128px auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* ---- Image right ---- */
.lrz-feature--right .lrz-feature__row {
    grid-template-columns: 1fr 637.384px;
}

/* ---- Image box ---- */
.lrz-feature__image-box {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    width: 637.384px;
    height: 637.384px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}

.lrz-feature--right .lrz-feature__image-box {
    grid-column: 2;
}

.lrz-feature__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- Content wrapper ---- */
.lrz-feature__content {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.lrz-feature--right .lrz-feature__content {
    grid-column: 1;
}

/* ---- Button ---- */
.lrz-feature__btn {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.lrz-feature--right .lrz-feature__btn {
    grid-column: 1;
}

/* ---- Typography ---- */
.lrz-feature__title {
    color: var(--BZEN---Black, #000);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 24.32px !important;
}

.lrz-feature__price-title {
    color: var(--Secondary, #888);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 0 0 24.32px !important;
}

.lrz-feature__price {
    color: #22E243;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin: 0 0 32px !important;
}

.lrz-feature__desc {
    color: var(--Shades-Dark-Side-Rich-Black, #000);
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    max-width: 378.544px;
    margin: 0 0 30px !important;
}

@supports (text-box: trim-both cap alphabetic) {
    .lrz-feature__title,
    .lrz-feature__price-title,
    .lrz-feature__price,
    .lrz-feature__desc {
        text-box: trim-both cap alphabetic;
    }
}

/* ---- Button styles ---- */
.lrz-feature__btn {
    display: flex;
    margin-top: 32px;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 64px;
    background: #22E243;
    border: 2px solid #22E243;
    color: var(--Shades-Dark-Side-Rich-Black, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-decoration: none;
    width: max-content;
    height: 64px;
    box-sizing: border-box;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.lrz-feature__btn:hover {
    background: #f7f7f7;
    background-image: url('https://www.zen.com/wp-content/themes/zen/images/deals-landing/patern.webp');
    background-position: center;
    background-size: cover;
    border-color: #000;
    color: #222;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.lrz-feature__btn-icon {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

/* ---- Mobile ---- */
@media (max-width: 800px) {
    .lrz-feature__row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 94px auto;
        padding: 0 24px;
    }

    .lrz-feature__content {
        align-self: center;
    }

    .lrz-feature__title,
    .lrz-feature__price-title,
    .lrz-feature__price,
    .lrz-feature__desc {
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .lrz-feature__title {
        font-size: 28px;
        line-height: 36px;
    }

    .lrz-feature__price-title {
        font-size: 24px;
    }

    .lrz-feature__price {
        font-size: 28px;
    }

    .lrz-feature__image-box {
        width: min(480px, 100%);
        height: auto;
        align-self: center;
    }

    .lrz-feature__desc {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .lrz-feature__btn {
        align-self: center;
        margin-top: 48px;
        height: 48px;
        font-size: 14px;
        padding: 12px 24px;
    }
}
