body {
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.6;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 2rem;
}

h1, h2, h3, h4 {
  color: #000000;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h2 {
  font-size: 2rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  margin-top: 40px;
}

h3 {
  font-size: 1.5rem;
  margin-top: 30px;
}

h4 {
  font-size: 1.2rem;
  margin-top: 20px;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 0.5em;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
}

th, td {
  border: 1px solid #000000;
  padding: 12px;
  text-align: left;
}

thead {
  background-color: #f2f2f2;
}

.menu-page {
  background: #fff;
  color: #111;
  padding: 1.25rem;
  margin: 0 auto 1.25rem auto;
  border-radius: 8px;
  max-width: 8.5in;
}

.menu-title {
  text-align: center;
  color: #222;
  border-bottom: 3px solid #0ea5b0;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .5rem 0;
  border-bottom: 1px solid #eee;
}

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

.item-name {
  font-weight: 600;
}

.item-price {
  font-weight: 600;
  color: #15803d;
}

.vendor-title {
  margin-top: .75rem;
  margin-bottom: .25rem;
  padding: .25rem .5rem;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #a7f3d0, #93c5fd 60%, transparent);
  border-left: 4px solid #0ea5b0;
  border-radius: 4px;
}

.price-title {
  margin-top: .5rem;
  margin-bottom: .25rem;
  padding-bottom: .1rem;
  color: #111827;
  font-weight: 700;
  border-bottom: 1px dashed #9ca3af;
}