/* Semantic labels for the no-registration guest table.
   Kept separate so both preserved visual themes remain independently reversible. */
@media (max-width: 768px) {
  #guestTable td[data-label]::before {
    content: attr(data-label) !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html[data-ui="apple"] #guestTable td[data-label]::before {
    content: attr(data-label) !important;
  }
}
