.live-chat-composer-wrap {
    border-top: 1px solid #e5e7eb;
    background: #fff;
    padding: 12px 16px;
}

.live-chat-composer-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 12px 0;
}

.live-chat-composer-table td {
    vertical-align: bottom;
    padding: 0;
}

.live-chat-composer-table td.live-chat-composer-field {
    width: 100%;
}

.live-chat-composer-table td.live-chat-composer-action {
    width: 1%;
    white-space: nowrap;
}

.live-chat-composer-table textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 52px;
    margin: 0;
    resize: none;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: #fff;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.live-chat-composer-table textarea:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgb(59 130 246 / 0.2);
}

.live-chat-composer-table input[type="submit"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    height: 52px !important;
    min-width: 88px !important;
    width: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #2563eb !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 52px !important;
    color: #fff !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.live-chat-composer-table input[type="submit"]:hover {
    background: #1d4ed8;
}

.live-chat-composer-table input[type="submit"]:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.live-chat-alert-prompt {
    position: fixed;
    top: 5rem;
    right: 1rem;
    z-index: 80;
    width: 22rem;
    max-width: calc(100vw - 2rem);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
