.the-lavie-bot-container {
    max-width: 900px;
    margin: 1.5rem auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.75rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.the-lavie-bot-window {
    height: 320px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.75rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.the-lavie-bot-message {
    max-width: 85%;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    line-height: 1.35;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.the-lavie-bot-message-user {
    align-self: flex-end;
    background: #e9f2ff;
}

.the-lavie-bot-assistant {
    align-self: flex-start;
    background: #f1f1f1;
}

.the-lavie-bot-form {
    margin-top: 0.75rem;
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.the-lavie-bot-input {
    flex: 1;
    resize: vertical;
    min-height: 70px;
    padding: 0.6rem 0.7rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.the-lavie-bot-submit {
    padding: 0.6rem 0.9rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f7f7f7;
    cursor: pointer;
}

.the-lavie-bot-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
