/* Hide Tickets tab and Sign In / Sign Up buttons in header */
[data-id="portal_tabCases"],
[data-id="portal_signin"],
[data-id="portal_signup"],
a[href*="/signin"],
a[href*="/signup"] {
    display: none !important;
}

/* Hide the "Still can't find an answer? / Contact Support" footer block */
#placardBlock,
.PlacardBlock__primary,
[data-id="footer_newTicket"] {
    display: none !important;
}

/* Also hide any direct links to the new ticket form (defense in depth) */
a[href*="/newticket"] {
    display: none !important;
}
