/* Move BotPenguin HIGHER to avoid reCAPTCHA overlap */
#botpenguin-chat-widget,
.botpenguin-widget-container,
[id*="botpenguin"],
[class*="botpenguin"] {
    bottom: 170px !important;
    /* Moved up to clear reCAPTCHA badge */
}

/* Mobile adjustment */
@media (max-width: 767px) {

    #botpenguin-chat-widget,
    .botpenguin-widget-container,
    [id*="botpenguin"],
    [class*="botpenguin"] {
        bottom: 170px !important;
    }
}

/* Ensure scroll button stays LOW on right */
.scroll-top {
    bottom: 20px !important;
    z-index: 998 !important;
}

/* BotPenguin gets highest z-index */
#botpenguin-chat-widget,
.botpenguin-widget-container {
    z-index: 9999 !important;
}

/* reCAPTCHA Badge Position Fix - Move UP to avoid overlap with scroll button */
.grecaptcha-badge {
    bottom: 90px !important;
    /* Placed between scroll-top (20px) and chatbot (170px) */
}