.elementor-542 .elementor-element.elementor-element-51a390b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-296a1d4 *//* === Kouluruoka.com School Menu Page === */
.menu-page {
  background: #ffffff;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.menu-container {
  max-width: 900px;
  margin: 0 auto;
  background: #f9fff9;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(16,152,75,0.15);
  padding: 50px 40px;
  text-align: center;
}

.school-name {
  font-size: 2.4rem;
  color: #10984b;
  font-weight: 700;
  margin-bottom: 10px;
}

.menu-title {
  font-size: 1.4rem;
  color: #555;
  font-weight: 500;
  margin-bottom: 40px;
}

.menu-section {
  text-align: left;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.menu-section h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.menu-section.favorites {
  background: linear-gradient(135deg, #e8fbee, #ffffff);
  border-left: 5px solid #10984b;
}

.menu-section.dislikes {
  background: linear-gradient(135deg, #fff5f5, #ffffff);
  border-left: 5px solid #c93a3a;
}

.menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-section ul li {
  font-size: 1rem;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.menu-section ul li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .menu-container {
    padding: 35px 25px;
  }
  .school-name {
    font-size: 2rem;
  }
}/* End custom CSS */