/* Fix Syncfusion popups inside SimpleBar (offcanvas) */
#newShare .simplebar-content-wrapper {
    overflow: visible !important;
}

#newShare .simplebar-mask,
#newShare .simplebar-offset,
#newShare .simplebar-wrapper,
#newShare .simplebar-content {
    overflow: visible !important;
}

/* Customer Hub readability improvements */
.customer-hub-shell {
    font-family: "Rubik", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.customer-hub-shell .badge {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

