.menu-section {
  background: #fff;
  padding: 2rem;
}

.menu-category {
  margin: 2rem 0;
}

.menu-category h4 {
  font-size: 1.5rem;
  color: #271f1f;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.menu-items li {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0;
  border-bottom: 1px dashed #ccc;
  font-size: 1rem;
}

.menu-intro {
  font-style: italic;
  font-size: 1rem;
  color: #444;
}

.footer-partfour {
  flex: 1;
  min-width: 200px;
  margin: 20px 0;
}

.footer-partfour .footer-subhead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.footer-partfour ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-partfour ul li {
  margin: 0;
}

.footer-partfour ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: text-decoration 0.2s ease;
  white-space: nowrap;
}

.footer-partfour ul li a:hover {
  text-decoration: underline;
}

.footer-font a {
  text-decoration: none !important;
  color: white;
}
