.elementor-2080 .elementor-element.elementor-element-9b351c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-2080:not(.elementor-motion-effects-element-type-background), body.elementor-page-2080 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-2080 .elementor-element.elementor-element-9b351c2{--content-width:100%;}}/* Start custom CSS */.menu-section {
  direction: rtl;
  font-family: 'Tahoma', 'Vazirmatn', sans-serif;
  background-color: #fffdf9;
  padding: 24px;
  margin-bottom: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.menu-section h2 {
  color: #b00000;
  font-size: 1.6rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 6px;
}

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

.menu-section li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 1rem;
  flex-wrap: wrap;
}

.menu-section li span {
  color: #333;
  font-size: 1rem;
}

.menu-section li .price {
  color: red;
  font-weight: bold;
  font-size: 1rem;
}

/* واکنش‌گرایی برای موبایل و تبلت */
@media (max-width: 768px) {
  .menu-section li {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-section li .price {
    align-self: flex-end;
    margin-top: 4px;
  }

  .menu-section h2 {
    font-size: 1.3rem;
  }

  .menu-section li span,
  .menu-section li .price {
    font-size: 0.95rem;
  }
}/* End custom CSS */