/* obyavlyay-order-auto-chat-v1 */
.checkout-auto-chat {
    display: grid;
    gap: 12px;
}
.checkout-auto-chat-card {
    display: grid;
    gap: 10px;
    padding: 15px;
    border: 1px solid rgba(107, 68, 119, .14);
    border-radius: 16px;
    background: rgba(248, 245, 250, .74);
}
.checkout-auto-chat-card > strong {
    font-size: 14px;
}
.checkout-auto-chat-card small {
    color: #716a74;
    line-height: 1.45;
}
.checkout-auto-chat-preview {
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    color: #5d5661;
    font-size: 12px;
    line-height: 1.45;
}
.admin-seller-chat-panel {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(117, 57, 132, .2);
    border-radius: 16px;
    background: rgba(249, 245, 251, .85);
}
.admin-seller-chat-panel summary {
    cursor: pointer;
    font-weight: 800;
}
.admin-seller-chat-panel form {
    margin-top: 12px;
}
.admin-seller-chat-note {
    display: block;
    margin: 8px 0 12px;
    color: #716a74;
    font-size: 12px;
    line-height: 1.45;
}
.chat-admin-origin {
    display: inline-flex;
    margin-left: 7px;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(114, 58, 128, .1);
    color: #71427d;
    font-size: 10px;
    font-weight: 800;
    vertical-align: middle;
}
@media (max-width: 720px) {
    .checkout-auto-chat-card,
    .admin-seller-chat-panel {
        padding: 12px;
        border-radius: 14px;
    }
}

/* obyavlyay-order-live-chat-v1.6 */
.order-live-chat {
    display: grid;
    gap: 12px;
}
.order-live-chat-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.order-live-chat-toolbar > div {
    display: grid;
    gap: 3px;
}
.order-live-chat-toolbar small,
.order-live-chat-feedback {
    color: #756d79;
    font-size: 12px;
}
.order-chat-sound {
    border: 1px solid rgba(116, 60, 131, .18);
    border-radius: 999px;
    padding: 8px 12px;
    background: #fff;
    color: #5d4964;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
}
.order-chat-sound.is-enabled {
    background: rgba(121, 53, 139, .1);
    color: #722d83;
}
.order-live-chat-list {
    max-height: 520px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.order-live-chat-list .chat-message p {
    white-space: pre-wrap;
}
.order-live-chat-form {
    align-items: stretch;
}
.order-live-chat-feedback {
    min-height: 18px;
}
.order-live-chat-feedback.is-error {
    color: #a72f46;
}
.telegram-payment-chat {
    margin-top: 18px;
}
.telegram-payment-chat .detail-title {
    margin-bottom: 14px;
}
.order-live-chat.is-compact .order-live-chat-list {
    max-height: 430px;
}
@media (max-width: 720px) {
    .order-live-chat-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .order-chat-sound {
        align-self: flex-start;
    }
    .order-live-chat-list {
        max-height: 460px;
    }
}
