.lmi-product-info-box {
    margin: 35px 0;
    border: 1px solid rgba(21, 105, 71, 0.18);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, #f4fbf7 0%, #ffffff 58%, #f7faf8 100%);
    box-shadow: 0 8px 28px rgba(24, 44, 35, 0.07);
}

.lmi-product-info-box__media img,
.lmi-product-info-box__media video {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.lmi-product-info-box__body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
}

.lmi-product-info-box__icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #16734f;
    box-shadow: 0 6px 18px rgba(22, 115, 79, 0.18);
}

.lmi-product-info-box__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lmi-product-info-box__copy {
    min-width: 0;
    flex: 1;
}

.lmi-product-info-box__copy h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.lmi-product-info-box__text,
.lmi-product-info-box__text p {
    font-size: 14px;
    line-height: 1.62;
}

.lmi-product-info-box__text p {
    margin: 0 0 7px;
}

.lmi-product-info-box__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .lmi-product-info-box__body {
        padding: 16px;
        gap: 11px;
    }

    .lmi-product-info-box__icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .lmi-product-info-box__icon svg {
        width: 20px;
        height: 20px;
    }
}
