#bbr-chatbot-root {
    position: fixed !important;
    right: 22px !important;
    bottom: 22px !important;
    z-index: 999999999 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

#bbr-chatbot-root summary {
    list-style: none !important;
}

#bbr-chatbot-root summary::-webkit-details-marker {
    display: none !important;
}

#bbr-chatbot-toggle {
    width: 62px !important;
    height: 62px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #003b8f !important;
    color: #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

#bbr-chatbot-root[open] #bbr-chatbot-toggle {
    display: none !important;
}

.bbr-chatbot-icon {
    font-weight: 800 !important;
    font-size: 18px !important;
    color: #ffffff !important;
}

#bbr-chatbot-box {
    position: absolute !important;
    right: 0 !important;
    bottom: 78px !important;
    width: 380px !important;
    max-width: calc(100vw - 32px) !important;
    height: 560px !important;
    max-height: calc(100vh - 130px) !important;
    background: #ffffff !important;
    border-radius: 22px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.bbr-chatbot-header {
    background: linear-gradient(135deg, #003b8f, #061b3d) !important;
    color: #ffffff !important;
    padding: 16px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-shrink: 0 !important;
}

.bbr-chatbot-header strong {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.bbr-chatbot-header small {
    display: block !important;
    font-size: 12px !important;
    opacity: 0.9 !important;
    margin-top: 3px !important;
    color: #ffffff !important;
}

#bbr-chatbot-close {
    width: 42px !important;
    height: 42px !important;
    border: none !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.18) !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 999999999 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
}

#bbr-chatbot-messages {
    flex: 1 !important;
    padding: 16px !important;
    overflow-y: auto !important;
    background: #f8fafc !important;
}

.bbr-message {
    max-width: 86% !important;
    padding: 11px 13px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    border-radius: 16px !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
}

.bbr-bot-message {
    background: #ffffff !important;
    color: #111827 !important;
    border-top-left-radius: 4px !important;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.08) !important;
}

.bbr-user-message {
    margin-left: auto !important;
    background: #003b8f !important;
    color: #ffffff !important;
    border-top-right-radius: 4px !important;
}

.bbr-loading-message {
    background: #ffffff !important;
    color: #64748b !important;
    font-style: italic !important;
    border-top-left-radius: 4px !important;
}

.bbr-chatbot-suggestions {
    display: flex !important;
    gap: 8px !important;
    padding: 10px 12px !important;
    background: #ffffff !important;
    border-top: 1px solid #e5e7eb !important;
    overflow-x: auto !important;
    flex-shrink: 0 !important;
    scrollbar-width: none !important;
}

.bbr-chatbot-suggestions::-webkit-scrollbar {
    display: none !important;
}

.bbr-chatbot-suggestions button {
    border: 1px solid rgba(0, 59, 143, 0.18) !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    border-radius: 999px !important;
    padding: 8px 11px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.bbr-chatbot-suggestions button:hover {
    background: #003b8f !important;
    color: #ffffff !important;
}

#bbr-chatbot-form {
    display: flex !important;
    gap: 8px !important;
    padding: 12px !important;
    background: #ffffff !important;
    border-top: 1px solid #e5e7eb !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

#bbr-chatbot-input {
    flex: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 999px !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    outline: none !important;
    background: #ffffff !important;
    color: #111827 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

#bbr-chatbot-input:focus {
    border-color: #003b8f !important;
    box-shadow: 0 0 0 3px rgba(0, 59, 143, 0.12) !important;
}

#bbr-chatbot-form button {
    border: none !important;
    border-radius: 999px !important;
    background: #003b8f !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 0 18px !important;
    height: 44px !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.bbr-bot-message a {
    color: #003b8f !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

@media (max-width: 480px) {
    #bbr-chatbot-root {
        right: 14px !important;
        bottom: 14px !important;
    }

    #bbr-chatbot-box {
        width: calc(100vw - 28px) !important;
        height: 72vh !important;
        bottom: 76px !important;
    }

    #bbr-chatbot-toggle {
        width: 58px !important;
        height: 58px !important;
    }
}