.menu-section {
  min-width: 0;
  overflow: hidden;
}

.menu-section h2,
.menu-section h3,
.menu-section h4 {
  max-width: 100%;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.menu-section table {
  font-size: clamp(.78rem, 1vw, .95rem);
}

.menu-section td,
.menu-section th {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal !important;
}

.menu-section table {
  table-layout: fixed;
}

/* Independent columns prevent short cards from stretching to match long lists. */
.menu-content {
  display: block;
  columns: 2;
  column-gap: 1.2rem;
}

.menu-section {
  display: inline-block;
  width: 100%;
  margin: 0 0 1.2rem;
  break-inside: avoid;
  vertical-align: top;
}

@media (max-width: 760px) {
  .menu-content {
    columns: 1;
  }
}

.menu-legal {
  margin-top: 1rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(21, 89, 101, .2);
  border-bottom: 1px solid rgba(21, 89, 101, .2);
  color: var(--teal);
  background: transparent;
  font-size: .85rem;
}

.menu-legal p {
  margin: .35rem 0;
}

.menu-legal a {
  overflow-wrap: anywhere;
}

.happy-info {
  margin-top: 20px;
  font-family: system-ui, sans-serif;
  text-align: center;
}

.happy-info p {
  margin: 6px 0;
}

.happy-info .disclaimer {
  color: #555;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
