.tsl-chat-widget {
    position: fixed;
    z-index: 99999;
    font-family: Arial, Helvetica, sans-serif;
}

.tsl-chat-bottom-right {
    right: 20px;
    bottom: 20px;
}

.tsl-chat-bottom-left {
    left: 20px;
    bottom: 20px;
}

.tsl-chat-toggle,
.tsl-chat-shortcode-button,
.tsl-chat-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.tsl-chat-toggle:hover,
.tsl-chat-shortcode-button:hover,
.tsl-chat-open:hover {
    color: #ffffff;
    text-decoration: none;
    background: #374151;
}

.tsl-chat-panel {
    display: none;
    width: 320px;
    max-width: calc(100vw - 40px);
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.tsl-chat-widget.is-open .tsl-chat-panel {
    display: block;
}

.tsl-chat-bottom-left .tsl-chat-panel,
.tsl-chat-bottom-right .tsl-chat-panel {
    position: absolute;
    bottom: 58px;
}

.tsl-chat-bottom-right .tsl-chat-panel {
    right: 0;
}

.tsl-chat-bottom-left .tsl-chat-panel {
    left: 0;
}

.tsl-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #111827;
    color: #ffffff;
}

.tsl-chat-close {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.tsl-chat-body {
    padding: 18px 16px;
    color: #111827;
}

.tsl-chat-body p {
    margin: 0 0 16px;
}
