/* Актуальные отличия общей плашки быстрых действий. */
.act__title {
    font-size: 16px;
}

.act__offer-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.act__offer-gift {
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: none;
    overflow: hidden;
}

.act__offer-gift img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.act__chat-offer-copy {
    display: none;
}

@media (min-width: 1024px) {
    .act__offer-content {
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 12px;
    }

    .act__offer-content > div {
        display: contents;
    }

    .act__offer-content .act__title {
        grid-column: 2;
    }

    .act__offer-content .act__sub {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1023px) {
    /* The legacy cookie widget is rendered by the theme in a separate layer. */
    .act {
        z-index: 2147483000;
    }

    .act__panel--offer {
        pointer-events: auto;
    }

    .act__ico--offer .act__ico__image {
        width: 24px;
        height: 24px;
        filter: none;
    }

    .act__offer-content {
        gap: 10px;
    }

    .act__offer-gift {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        cursor: pointer;
    }

    .act__panel--chat.act__panel--from-offer .act__chat-default-title,
    .act__panel--chat.act__panel--from-offer .act__gift {
        display: none;
    }

    .act__panel--chat.act__panel--from-offer .act__chat-offer-copy {
        display: block;
    }

    .act__panel--chat.act__panel--from-offer .act__chat-offer-copy .act__title {
        margin-bottom: 2px;
        font-size: 16px;
    }

    .act__panel--chat.act__panel--from-offer .act__chat-offer-copy .act__sub {
        margin-bottom: 12px;
        font-size: 11px;
        line-height: 1.2;
    }
}
