.elementor-16078 .elementor-element.elementor-element-8e34d78{margin:-40px 0px 0px 0px;}.elementor-16078 .elementor-element.elementor-element-b29f1eb.elementor-column > .elementor-widget-wrap{justify-content:center;}@media(max-width:767px){.elementor-16078 .elementor-element.elementor-element-8e34d78{margin:-35px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-253d6c3 */.menu-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: inherit;
  font-size: 16px;
}
.menu-row {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  padding: 12px;
}
.menu-day {
  font-weight: bold;
  width: 80px;
  min-width: 80px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.menu-item {
  flex: 1;
  display: flex;
  align-items: center;
}
/* موبایل: ستون‌ها عمودی شوند */
@media (max-width: 768px) {
  .menu-row {
    flex-direction: column;
    text-align: center;
  }
  .menu-day {
    margin: 0 0 8px 0;
    width: 100%;
  }
}/* End custom CSS */