.medical-promo-offer {
    margin: 28px 0 84px;
    padding: 0;
    font-family: 'Manrope', sans-serif;
}

.medical-promo-offer__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 26px 24px 24px;
    border: 1px solid #e2e7e4;
    border-radius: 24px;
    background: #f7f9f7;
    display: flex;
    align-items: center;
    gap: 42px;
    box-sizing: border-box;
}

.medical-promo-offer__media {
    position: relative;
    width: 280px;
    min-width: 280px;
    height: 260px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3ef;
}

.medical-promo-offer__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medical-promo-offer__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #8a9690;
    font-size: 14px;
}

.medical-promo-offer__placeholder i {
    font-size: 24px;
}

.medical-promo-offer__badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    min-width: 86px;
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: #2a6a4f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(25, 67, 50, 0.22);
}

.medical-promo-offer__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.medical-promo-offer__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
    margin-bottom: 20px;
    align-self: center;
    border-radius: 999px;
    background: rgba(30, 46, 38, 0.05);
    color: #8c948f;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.medical-promo-offer__title {
    margin: 0 0 16px;
    color: #1f2926;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.medical-promo-offer__text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    color: #6f7773;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.medical-promo-offer__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.medical-promo-offer__button {
    min-height: 56px;
    padding: 0 36px;
    border-radius: 14px;
    background: #1f5a44;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px rgba(29, 80, 60, 0.2);
    cursor: pointer;
}

.medical-promo-offer__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6f7773;
    font-size: 14px;
    font-weight: 600;
}

.medical-promo-offer__note i {
    font-size: 16px;
    color: #6f7773;
}

.medical-promo-offer--editor .medical-promo-offer__media,
.medical-promo-offer--editor .medical-promo-offer__content {
    outline: 1px dashed rgba(31, 90, 68, 0.12);
    outline-offset: 6px;
}

@media (max-width: 767px) {
    .medical-promo-offer {
        margin: 20px 0 56px;
    }

    .medical-promo-offer__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 16px;
        border-radius: 20px;
    }

    .medical-promo-offer__media {
        width: 100%;
        min-width: 0;
        height: 210px;
        border-radius: 16px;
    }

    .medical-promo-offer__badge {
        left: 12px;
        bottom: 12px;
        min-width: 74px;
        height: 38px;
        padding: 0 14px;
        font-size: 16px;
        border-radius: 10px;
    }

    .medical-promo-offer__content {
        width: 100%;
    }

    .medical-promo-offer__label {
        margin-bottom: 14px;
        padding: 0 12px;
        min-height: 28px;
        font-size: 10px;
        letter-spacing: 0.18em;
    }

    .medical-promo-offer__title {
        margin-bottom: 12px;
        font-size: 26px;
        line-height: 1.18;
    }

    .medical-promo-offer__text {
        max-width: none;
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.6;
    }

    .medical-promo-offer__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .medical-promo-offer__button {
        width: 100%;
        min-height: 48px;
        padding: 0 18px;
        border-radius: 12px;
        font-size: 14px;
        text-align: center;
    }

    .medical-promo-offer__note {
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }

    .medical-promo-offer__note i {
        font-size: 15px;
    }
}
