.generated-at {
  margin-left: auto;
  font-size: 6px;
  white-space: nowrap;
}

.public-dish-copy {
  flex: 1;
  min-width: 0;
}

.public-dish-meta {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.public-price {
  color: var(--wine);
  font: 700 14px Georgia, serif;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .public-dish-meta {
    min-width: 0;
    margin-top: 8px;
    align-items: flex-start;
  }
}

.supplement-choice {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--ink) !important;
}

.supplement-choice input {
  width: auto;
  margin: 0;
}

.supplements {
  margin-top: 3mm;
  padding-top: 2mm;
  border-top: 1px dotted #d6b4b1;
}

.supplements h4 {
  margin: 0 0 2mm;
  color: var(--wine);
  font: italic 700 9px Georgia, serif;
}

.supplements article {
  margin-bottom: 1.5mm;
}

.category-note {
  margin: 2.5mm 0 0 !important;
  padding-top: 2mm;
  border-top: 1px dotted #d6b4b1;
  color: var(--muted);
  font: italic 7px/1.4 Georgia, serif !important;
}

.menu-message {
  margin: 1mm 12mm 2.5mm;
  text-align: center;
  color: var(--wine-dark);
  font: italic 700 9px/1.35 Georgia, serif;
}

.bottom-text-field {
  grid-column: 1 / 3;
}

.bottom-text-field textarea {
  resize: vertical;
  min-height: 58px;
}

.category-notes-form {
  display: grid;
  gap: 18px;
  max-width: 850px;
  padding: 26px;
  border-radius: 14px;
  background: #fff;
}

.category-notes-form label {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.allergen-icon {
  width: 72%;
  height: 72%;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
}

.allergen-icon .solid {
  fill: currentColor;
  stroke: none;
}

.allergen-options i .allergen-icon {
  width: 16px;
  height: 16px;
}

.menu-paper + .menu-paper {
  page-break-before: always;
}

.qr-code {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
}

.dessert-layout {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 7mm 10mm;
}

.dessert-layout section {
  break-inside: avoid;
}

.dessert-layout h2 {
  margin: 0 0 4mm;
  padding-bottom: 2mm;
  border-bottom: 1px solid #d6b4b1;
  text-align: center;
  color: var(--wine);
  font: 700 18px Georgia, serif;
}

.dessert-coupes {
  grid-column: 1 / -1;
}

.dessert-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10mm;
}

.dessert-subtitle {
  margin: 0 0 3mm;
  text-align: center;
  color: var(--wine-dark);
  font: italic 700 13px Georgia, serif;
}

.dessert-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5mm;
  margin-bottom: 3mm;
}

.dessert-item h3 {
  margin: 0;
  font: 700 10px Georgia, serif;
}

.dessert-item p {
  margin: 1mm 0;
  color: var(--muted);
  font-size: 7px;
}

.dessert-item b {
  color: var(--wine);
  font: 700 9px Georgia, serif;
  white-space: nowrap;
}

.subgroup-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 10px;
  background: var(--cream);
  color: var(--wine);
  font-size: 8px;
  font-weight: 700;
}

@media print {
  .menu-paper + .menu-paper {
    page-break-before: always;
  }
}

/* V10: leesbare typografie voor A4-afdruk */
.menu-columns h2,
.dessert-layout h2 {
  font-size: 15pt;
}

.menu-columns h3,
.dessert-item h3 {
  font-size: 9pt;
  line-height: 1.15;
}

.menu-columns p,
.dessert-item p,
.category-note {
  font-size: 7pt !important;
  line-height: 1.25;
}

.menu-columns article > b,
.dessert-item > b {
  font-size: 9pt;
}

.menu-columns article,
.dessert-item {
  margin-bottom: 2.4mm;
}

.dessert-subtitle {
  font-size: 11pt;
}

.supplements h4 {
  font-size: 8.5pt;
}

.mini-symbols i {
  width: 3.7mm;
  height: 3.7mm;
}

.print-legend {
  gap: 2mm 3.5mm;
}

.print-legend span {
  font-size: 5.5pt;
}

.print-legend i {
  width: 4mm;
  height: 4mm;
}

.mini-symbols .allergen-icon,
.print-legend .allergen-icon {
  width: 80%;
  height: 80%;
}

.menu-paper footer {
  font-size: 6pt;
  line-height: 1.2;
  column-gap: 4mm;
}

.menu-paper footer span:nth-child(2) {
  margin-right: auto;
}

.menu-message {
  font-size: 8.5pt;
}

.menu-paper {
  padding: 12mm 14mm 8mm;
}

.menu-paper > header {
  padding-bottom: 4mm;
  margin-bottom: 4mm;
}

.menu-columns {
  column-gap: 8mm;
}

.menu-columns section {
  margin-bottom: 4mm;
}

.menu-columns h2 {
  margin-bottom: 2.5mm;
}

@media print {
  .menu-paper {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    padding: 10mm 12mm 7mm;
  }
}

/* V13: grotere tekst door smallere, printerveilige A4-marges */
.menu-paper {
  padding: 8mm 9mm 7mm;
}

.menu-columns {
  column-gap: 6mm;
}

.menu-columns h2,
.dessert-layout h2 {
  font-size: 16pt;
}

.menu-columns h3,
.dessert-item h3 {
  font-size: 10pt;
  line-height: 1.14;
}

.menu-columns p,
.dessert-item p,
.category-note {
  font-size: 7.6pt !important;
  line-height: 1.22;
}

.menu-columns article > b,
.dessert-item > b {
  font-size: 10pt;
}

.menu-columns section {
  margin-bottom: 3.5mm;
}

.menu-columns h2 {
  margin-bottom: 2mm;
}

.dessert-subtitle {
  font-size: 12pt;
}

.supplements h4 {
  font-size: 9pt;
}

.menu-message {
  font-size: 9pt;
}

@media print {
  .menu-paper {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    padding: 8mm 9mm 7mm;
  }
}
