/* Force floating buttons to display as blocks centered on a new line */
[class*="help-button"], 
[class*="support-button"],
.uae-button-wrapper, 
.floating-button {
    position: relative !important;
    display: block !important;
    margin: 20px auto !important;
    text-align: center !important;
    clear: both !important;
    inset: auto !important;
    transform: none !important;
    width: max-content !important;
    z-index: 9999 !important;
}
