.jyty-chatbot {
    max-width: 720px;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    font-family: inherit;
}

.jyty-chatbot__header {
    padding: 14px 16px;
    background: #f3f4f6;
    border-bottom: 1px solid #d7d7d7;
}

.jyty-chatbot__messages {
    min-height: 220px;
    max-height: 420px;
    overflow-y: auto;
    padding: 16px;
}

.jyty-chatbot__message {
    margin-bottom: 14px;
}

.jyty-chatbot__label {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.jyty-chatbot__bubble {
    padding: 10px 12px;
    border-radius: 10px;
    line-height: 1.45;
    background: #f3f4f6;
}

.jyty-chatbot__message--user .jyty-chatbot__bubble {
    background: #e8f0ff;
}

.jyty-chatbot__form {
    padding: 16px;
    border-top: 1px solid #d7d7d7;
}

.jyty-chatbot__textarea {
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    padding: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    font-family: inherit;
}

.jyty-chatbot__actions {
    margin-top: 10px;
    text-align: right;
}

.jyty-chatbot__button {
    border: 0;
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 600;
}

.jyty-chatbot__button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}
