.dst-cc-cta {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 28px 0;
    padding: 22px;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.dst-cc-cta__media {
    flex: 0 0 132px;
}

.dst-cc-cta__image {
    display: block;
    width: 132px;
    height: 100px;
    object-fit: cover;
    border-radius: 14px;
}

.dst-cc-cta__body {
    flex: 1 1 auto;
    min-width: 0;
}

.dst-cc-cta__kicker {
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.dst-cc-cta__title {
    margin: 0 0 7px !important;
    color: #0f172a;
    font-size: 21px !important;
    line-height: 1.3 !important;
    font-weight: 750;
}

.dst-cc-cta__content {
    color: #334155;
    font-size: 15px;
    line-height: 1.65;
}

.dst-cc-cta__content > :first-child {
    margin-top: 0;
}

.dst-cc-cta__content > :last-child {
    margin-bottom: 0;
}

.dst-cc-cta__actions {
    margin-top: 14px;
}

.dst-cc-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 10px;
    background: #2563eb;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}

.dst-cc-cta__button:hover {
    background: #1d4ed8;
}

.dst-cc-cta--nutrition {
    border-color: #bfdbfe;
    background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 100%);
}

.dst-cc-cta--product {
    border-color: #d1fae5;
    background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
}

.dst-cc-cta--product .dst-cc-cta__kicker {
    color: #15803d;
}

.dst-cc-cta--product .dst-cc-cta__button {
    background: #15803d;
}

.dst-cc-cta--product .dst-cc-cta__button:hover {
    background: #166534;
}

.dst-cc-cta--soft {
    background: #f8fafc;
    box-shadow: none;
}

@media (max-width: 767px) {
    .dst-cc-cta {
        gap: 14px;
        margin: 22px 0;
        padding: 16px;
        border-radius: 15px;
    }

    .dst-cc-cta__media {
        flex-basis: 92px;
    }

    .dst-cc-cta__image {
        width: 92px;
        height: 82px;
        border-radius: 12px;
    }

    .dst-cc-cta__title {
        font-size: 18px !important;
    }

    .dst-cc-cta__content {
        font-size: 14px;
        line-height: 1.55;
    }

    .dst-cc-cta__button {
        min-height: 38px;
        padding: 8px 13px;
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .dst-cc-cta {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .dst-cc-cta__media {
        flex: 0 0 100%;
    }

    .dst-cc-cta__image {
        width: 100%;
        height: auto;
        max-height: 180px;
    }
}
