#fd-ai-chatbox {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    width: 320px;
    height: 420px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 2147483647 !important; /* მაქსიმალური ფენა */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#fd-ai-messages {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    font-size: 14px;
}

#fd-ai-input-area {
    display: flex;
    border-top: 1px solid #eee;
}

#fd-ai-input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
}

#fd-ai-send {
    background: #1e73be;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
