/* Cleanly hide the Add Ticket button */
a[data-id="addticket"] {
    display: none !important;
}
a[data-id="footer_newticket"] {
    display: none !important;
}
/* Hide the original footer message */
.Footer__footerDescription span {
    display: none !important;
}

/* Replace with a new message */
.Footer__footerDescription::after {
    content: "Please use the Contact Us tab at the top of the page.";
    font-size: 14px;
    color: #333;
}

.TicketDetailRightContainer__widgetSection .Button__primary {
display: none;
}

.ticketList p[data-id="no_ticket_desc"] {
    display: none !important;
}

.ticketList p[data-id="no_ticket_desc"] a.themeLink {
    display: none !important;
}
/* Hide Ticket Resolution 27/11/25 */
.ticketDetail .ticket_resolution {
    display: none;
}
