
[data-helpbot-widget] {
    position: fixed;
    z-index: 1030;
    bottom: 20px;
    right: 20px;
    width: 360px;
    height: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Mobile responsive */
@media (max-width: 768px) {
    [data-helpbot-widget] {
        bottom: 10px;
        right: 10px;
        left: 10px;
        width: auto;
        height: 400px;
    }
}
