/*[data-id="plus_icon"] {
  display: none !important;
}*/
/* 
29/05/2026 Brendan Bell - Removed the Dropdown eSpport
*/
li[role="option"][aria-label="eSupport"] {
  display: none !important;
}

/* 
01/06/2026 Brendan Bell - Removed from Ticket
*/
#field_priority,#field_cf_invoice_status,#field_cf_invoice_number,#field_cf_imaging_support {
  display: none !important;
}

/* 06/08/2026 Brendan Bell - Removed from Ticket
Hide specific Additional Information fields in the ticket detail view 
*/
.TicketDetailContainer__ticketInfo.ticket_imagingsupport,
.TicketDetailContainer__ticketInfo.ticket_invoicestatus,
.TicketDetailContainer__ticketInfo.ticket_invoicenumber {
  display: none !important;
}

/* 06/08/2026 Brendan Bell - Removed from Ticket
Hide specific Additional Information fields in the ticket detail view 
*/
.TicketDetailContainer__sectionName.Additional_information {
  display: none !important;
}

div[data-id="20192000000567812_department_filter_item"] {
  display: none !important;
}

* Submit-a-ticket form: hide eSupport from the Department dropdown */
li[data-id="field_departmentId_20192000000567812"] {
  display: none !important;
}

/* Vertically centre the numbered icons with their heading text */
.CustomWidgets__customDescription .docsimage {
  vertical-align: middle !important;
}

@media (max-width: 550px) {
  #tab_Cases  .Header__tabsLink,
  #tab_Community .Header__tabsLink {
    font-size: 0;                 /* hides the full label incl. "(coming soon)" */
  }
  #tab_Cases  .Header__tabsLink::after { content: "Tickets";   font-size: 14px; }
  #tab_Community .Header__tabsLink::after { content: "Community"; font-size: 14px; }
}
