[class~="Info__infoList"][class~="ticket_assigneeid"] {
display: none !important;
}
[class~="Info__infoList"][class~="ticket_duedate"] {
display: none !important;
}
[class~="Info__infoList"][class~="ticket_channel"] {
display: none !important;
}
[class~="Info__infoList"][class~="ticket_departmentid"] {
display: none !important;
}
[class~="Info__infoList"][class~="ticket_accountid"] {
display: none !important;
}
[class~="Info__infoList"][class~="ticket_layoutid"] {
display: none !important;
}
[class~="TicketDetailRightContainer__sectionName"][class~="Ticket_Information"] {
display: none !important;
}
/* Hide the field layout section by ID */
#field_layoutId,
[id="field_layoutId"],
div[id="field_layoutId"] {
  display: none !important;
}

/* Hide the label if it's separate */
label[for="layoutId"],
#title_field_layoutId {
  display: none !important;
}
/* Hide the account name */
#field_layoutId,
[id="field_accountId"],
div[id="field_accountId"] {
  display: none !important;
}

/* Hide the label if it's separate */
label[for="accountId"],
#title_field_layoutId {
  display: none !important;
}
/* Hide the footer copyright section */
.Footer__footerCopyrigt,
[class~="Footer__footerCopyrigt"],
div[class~="Footer__footerCopyrigt"] {
  display: none !important;
}

/* Hide any parent container if needed */
div:has(> .Footer__footerCopyrigt),
footer:has(> .Footer__footerCopyrigt) {
  padding-bottom: 0 !important;
}
