.fc-container-3ad77742 {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    font-family: sans-serif;
}
.fc-pos-left-3ad77742 { left: 20px; }
.fc-pos-right-3ad77742 { right: 20px; }

.fc-bubble-3ad77742 {
    background-color: var(--fc-theme-color-3ad77742);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.2s;
}
.fc-bubble-3ad77742:hover { transform: scale(1.05); }

.fc-window-3ad77742 {
    background: white;
    width: 300px;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 15px;
    position: absolute;
    bottom: 100%;
}
.fc-pos-left-3ad77742 .fc-window-3ad77742 { left: 0; }
.fc-pos-right-3ad77742 .fc-window-3ad77742 { right: 0; }

.fc-header-3ad77742 {
    background: var(--fc-theme-color-3ad77742);
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.fc-header-3ad77742 button {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.fc-messages-3ad77742 {
    flex-grow: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f9f9f9;
}

.fc-msg-3ad77742 {
    margin-bottom: 10px;
    padding: 10px 14px;
    border-radius: 18px;
    max-width: 85%;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.4;
}
.fc-msg-bot-3ad77742 {
    background: #e9ecef;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}
.fc-msg-user-3ad77742 {
    background: var(--fc-theme-color-3ad77742);
    color: white;
    align-self: flex-end;
    margin-left: auto;
    border-bottom-right-radius: 4px;
}

.fc-faqs-3ad77742 {
    padding: 10px;
    border-top: 1px solid #eee;
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.fc-faq-btn-3ad77742 {
    background: white;
    border: 1px solid var(--fc-theme-color-3ad77742);
    color: var(--fc-theme-color-3ad77742);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}
.fc-faq-btn-3ad77742:hover {
    background: var(--fc-theme-color-3ad77742);
    color: white;
}

.fc-typing-3ad77742 {
    font-style: italic;
    color: #888;
}
