/* Hide while choosing graphic service */
body:has(.b2p-fullpage-modal) #fc-bubble, body:has(.b2p-fullpage-modal) #fc-window {
    display: none !important;
}

/* Hide while the callback dialog is open.
   639px = @screen__s - 1, where the dialog becomes a full-width bottom sheet. */
@media (max-width: 639px) {
    body.b2p-callback-open #fc-bubble,
    body.b2p-callback-open #fc-window {
        display: none !important;
    }
}
