body {
  line-height: 1.5;
}

.top {
  text-align: center;
  margin-bottom: 22px;
}

.subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.62;
}

h2 {
  margin: 0 0 10px;
  color: var(--lv-ink);
  font-size: 1.38rem;
  line-height: 1.2;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}

.menu-list li:last-child {
  border-bottom: none;
}

.dish {
  font-weight: 600;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
}

.dish-details {
  font-weight: 400;
  color: var(--muted);
}

.price {
  color: var(--text);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
}

.hint {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.6;
}

@media (max-width: 700px) {
  h2 { font-size: 1.24rem; }
  .menu-list li { gap: 10px; }
  .price { font-size: 0.95rem; }
}
