.customer-review-icon-benefits {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 1150px;
    margin: 48px 0;

    @media (max-width: 992px) {
        margin-left: 24px;
        margin-right: 24px;
        padding: 0;
    }

    @media (max-width: 768px) {
        gap: 2rem;
        margin-bottom: 48px;
    }
}

.wp-block-column {
    .customer-review-icon-benefits {
        max-width: 100%;
        padding: 0;
        margin-bottom: 48px;
    }
    .customer-review-icon-benefits {
        @media (max-width: 992px) {
            margin-left: 0;
            margin-right: 0;
            padding: 0;
            margin-bottom: 0;
        }
    }
}

.customer-review-icon-benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;

    @media (max-width: 768px) {
        gap: 1rem;
        flex-direction: column;
    }
}

.customer-review-icon-benefits__icon {
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    i {
        font-size: 34px;
        line-height: 1;

        &::before {
            display: block;
        }
    }

    @media (max-width: 768px) {
        width: 56px;
        height: 56px;
        padding: 14px;
        border-radius: 14px;

        i {
            font-size: 28px;
        }
    }
}

.customer-review-icon-benefits__content {
    flex: 1;
    padding-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.customer-review-icon-benefits__title {
    margin: 0;
    color: #202223;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;

    @media (max-width: 768px) {
        font-size: 18px;
        line-height: 26px;
    }
}

.customer-review-icon-benefits__description {
    margin: 0;
    color: #6e7191;
    font-family: Inter, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    @media (max-width: 768px) {
        font-size: 16px;
        line-height: 26px;
    }
}

/* Sequential color scheme based on item position */
.customer-review-icon-benefits__item--1 {
    .customer-review-icon-benefits__icon {
        background-color: #fceed9;
        color: #ff8c00;
    }
}

.customer-review-icon-benefits__item--2 {
    .customer-review-icon-benefits__icon {
        background-color: #dbefff;
        color: #0080ea;
    }
}

.customer-review-icon-benefits__item--3 {
    .customer-review-icon-benefits__icon {
        background-color: #e5f3e2;
        color: #69bc35;
    }
}

.customer-review-icon-benefits__item--4 {
    .customer-review-icon-benefits__icon {
        background-color: #f3e8ff;
        color: #8b5cf6;
    }
}

.customer-review-icon-benefits__item--5 {
    .customer-review-icon-benefits__icon {
        background-color: #fef3e2;
        color: #f59e0b;
    }
}

.customer-review-icon-benefits__item--6 {
    .customer-review-icon-benefits__icon {
        background-color: #fee2e2;
        color: #ef4444;
    }
}
