/* The Bitrix24 widget injects its own inline positioning; only scale is overridden here. */
@media (min-width: 768px) and (max-width: 1279.98px) {
    .b24-widget-button-inner-container,
    .b24-crm-button-inner-container {
        scale: 0.75 !important;
        transform-origin: right bottom !important;
    }
}

/* RC16 — live-chat footer branding suppression.
 * IMPORTANT: Bitrix24 renders the chat UI in its own document. For this rule to affect
 * the chat footer, load this stylesheet from the Live Chat / Public page "Custom CSS"
 * setting (or paste the same rule into its CSS text field). The normal WordPress enqueue
 * cannot cross the chat iframe boundary.
 */
.bx-livechat-copyright,
.bx-livechat-copyright-link {
    display: none !important;
}
