/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 19:37:58 */
/* Fix floating issue: push SB button behind Calendly UI */
.sb-rich-btn.sb-btn,
.sb-rich-message.sb-rich-button {
    position: relative !important;
    z-index: 1 !important;
}

/* Calendly should always stay above chat buttons */
.calendly-overlay,
.calendly-inline-widget {
    position: relative !important;
    z-index: 9999 !important;
}

/* Optional: hide buttons entirely when Calendly opens */
body.calendly-open .sb-rich-btn.sb-btn {
    display: none !important;
}
