/* Hide Available/Booked/On Hold legend dots+labels in the floor plan top bar */
[data-section-id="173037000000062101"] .fl-state-legends,
[data-section-id="173037000000916253"] .fl-state-legends {
  display: none !important;
}

/* Hide the Status section (Available/Booked/On Hold) inside the Legends popup */
[data-section-id="173037000000062101"] .mgt4,
[data-section-id="173037000000916253"] .mgt4 {
  display: none !important;
}

/* Hide "Exhibitors (n)" count label — desktop side pane */
dialog.uls-side-pane .pane-in-head span.text-tiny.medium-font,
/* Hide "Exhibitors (n)" count label — mobile bottom sheet */
dialog.uls-bottom-sheet .pane-in-head span.text-tiny.medium-font {
  display: none !important;
}