/* Hide the Sign In link */
a[data-id="tab_signin"] {
    display: none !important;
}.zs-submit-ticket { display: none !important; }
/* Hide Submit Ticket buttons globally across header, home cards, and footer widgets */
.Header__headerBtn,
.Button__headerBtn,
.Footer__footerBtn,
.Home__submitTicketCard,
[class*="submitTicket"],
[class*="submit-ticket"] {
    display: none !important;
}
.custom-footer-link {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
}
