.chatButton {
    display: flex;
    position: fixed;
    right: 4rem;
    bottom: 1rem;
    z-index: var(--pf-t--global--z-index--2xl, 200);
    width: 48px;
    height: 48px;
    padding: var(--global-spacer-sm, 8px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: var(--global-border-radius-pill, 999px);
    background: #e00;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

body:has(.pf-chatbot) .chatButton {
    display: none !important;
}
