#sla-chatbot-root,
#sla-chatbot-root * {
    box-sizing: border-box !important;
}

#sla-help-teaser {
    position: fixed !important;
    right: 105px !important;
    bottom: 38px !important;
    max-width: 260px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    border: 1px solid #d4dfec !important;
    border-radius: 16px !important;
    padding: 12px 15px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    box-shadow: 0 14px 35px rgba(0,0,0,.16) !important;
    z-index: 999997 !important;
    display: none;
}

#sla-help-teaser:after {
    content: "" !important;
    position: absolute !important;
    right: -8px !important;
    bottom: 18px !important;
    width: 16px !important;
    height: 16px !important;
    background: #ffffff !important;
    border-right: 1px solid #d4dfec !important;
    border-bottom: 1px solid #d4dfec !important;
    transform: rotate(-45deg) !important;
}

#sla-help-teaser.sla-visible {
    display: block !important;
}

#sla-bubble {
    position: fixed !important;
    right: 28px !important;
    bottom: 28px !important;
    width: 66px !important;
    height: 66px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #124b7a !important;
    color: #ffffff !important;
    font-size: 26px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 999999 !important;
    box-shadow: 0 14px 35px rgba(0,0,0,.22) !important;
}

#sla-chat {
    position: fixed !important;
    right: 28px !important;
    bottom: 105px !important;
    width: 410px !important;
    max-width: calc(100vw - 32px) !important;
    height: 560px !important;
    max-height: calc(100vh - 140px) !important;
    background: #f5f7fb !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    display: none;
    flex-direction: column !important;
    z-index: 999998 !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.25) !important;
    border: 1px solid rgba(255,255,255,.65) !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

#sla-chat.sla-open {
    display: flex !important;
}

#sla-chat .sla-chat-header {
    flex: 0 0 auto !important;
    background: #124b7a !important;
    color: #ffffff !important;
    padding: 18px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#sla-chat .sla-chat-header strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
    margin: 0 0 5px 0 !important;
}

#sla-chat .sla-chat-header span {
    display: block !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

#sla-chat .sla-chat-actions {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
}

#sla-min,
#sla-close {
    position: static !important;
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 24px !important;
    cursor: pointer !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#sla-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    background: #f5f7fb !important;
}

.sla-message {
    background: #ffffff !important;
    color: #1f2937 !important;
    border: 1px solid #e3e9f2 !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
    margin: 0 0 12px 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.035) !important;
}

.sla-message strong {
    color: #124b7a !important;
}

.sla-options {
    display: grid !important;
    gap: 10px !important;
    margin: 14px 0 8px 0 !important;
}

#sla-chat .sla-btn,
#sla-chat .sla-link {
    width: 100% !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    border: 1px solid #d4dfec !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    padding: 14px 16px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    opacity: 1 !important;
}

#sla-chat .sla-btn:hover,
#sla-chat .sla-link:hover {
    border-color: #124b7a !important;
    background: #eef6ff !important;
    color: #124b7a !important;
}

@media (max-width: 600px) {
    #sla-help-teaser {
        right: 88px !important;
        bottom: 28px !important;
        max-width: 220px !important;
        font-size: 13px !important;
    }

    #sla-chat {
        right: 12px !important;
        left: 12px !important;
        bottom: 92px !important;
        width: auto !important;
        height: 70vh !important;
        max-height: 70vh !important;
    }

    #sla-bubble {
        right: 18px !important;
        bottom: 18px !important;
    }
}
