/* =============================================
   CRM PAGE — GLOBAL OVERRIDES
   Loaded after crm.css for specificity
   ============================================= */

/* Disable custom animated cursor site-wide on this page */
html, body, a, button, * {
    cursor: auto !important;
}

/* Hide the custom cursor container elements */
.target-cursor-wrapper,
.cursor-animation,
#cursor {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* Footer menu spacing fix on large screens */
@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .footer-menu li,
    .footer-menu-2 li {
        padding-left: 34px;
    }
}