.elementor-516 .elementor-element.elementor-element-9711de9{--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;}.elementor-516 .elementor-element.elementor-element-6f5e4ee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-516 .elementor-element.elementor-element-64b825c{--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;}.elementor-516 .elementor-element.elementor-element-bb1ca28{--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;}.elementor-516 .elementor-element.elementor-element-bcc4d9e{--display:flex;}.elementor-516 .elementor-element.elementor-element-a775809{--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;}@media(min-width:768px){.elementor-516 .elementor-element.elementor-element-64b825c{--width:50%;}.elementor-516 .elementor-element.elementor-element-bb1ca28{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-606e732 */.restaurant-menu {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
  font-family: Georgia, "Times New Roman", serif;
  color: #2f2a24;
}

.restaurant-menu * {
  box-sizing: border-box;
}

.restaurant-menu .menu-header {
  text-align: center;
  margin-bottom: 28px;
}

.restaurant-menu .menu-header h1 {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.restaurant-menu .menu-header p {
  margin: 0;
  font-size: 16px;
  color: #8b7355;
}

.restaurant-menu .menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.restaurant-menu .menu-tab {
  appearance: none;
  border: 1px solid #cdb89b;
  background: #f8f4ef;
  color: #5a4632;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  transition: all 0.25s ease;
}

.restaurant-menu .menu-tab:hover,
.restaurant-menu .menu-tab.active {
  background: #b89a6a;
  color: #ffffff;
  border-color: #b89a6a;
}

.restaurant-menu .menu-tab-content {
  display: none;
  background: #fffdf9;
  border: 1px solid #ede2d3;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.restaurant-menu .menu-tab-content.active {
  display: block;
}

.restaurant-menu .menu-tab-content h2 {
  margin: 0 0 22px;
  text-align: center;
  font-size: 28px;
  color: #7e6748;
}

.restaurant-menu .menu-subsection {
  margin-top: 26px;
}

.restaurant-menu .menu-subsection h3 {
  margin: 0 0 14px;
  font-size: 20px;
  color: #7e6748;
  border-left: 4px solid #c7ab7e;
  padding-left: 10px;
}

.restaurant-menu .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px dashed #d8c9b4;
}

.restaurant-menu .menu-item:last-child {
  border-bottom: none;
}

.restaurant-menu .menu-item-text {
  flex: 1;
}

.restaurant-menu .menu-item-text h3,
.restaurant-menu .menu-item-text h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #2f2a24;
}

.restaurant-menu .menu-item-text p {
  margin: 0;
  font-size: 15px;
  color: #6f6558;
  line-height: 1.5;
}

.restaurant-menu .menu-price {
  min-width: 110px;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: #8f6b38;
  font-size: 16px;
}

.restaurant-menu .menu-note {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #6f6558;
  background: #f8f4ef;
  padding: 14px 16px;
  border-radius: 12px;
}

.restaurant-menu .menu-highlight {
  margin-bottom: 18px;
  background: #f3ece2;
  border-left: 4px solid #b89a6a;
  padding: 14px 16px;
  border-radius: 10px;
  line-height: 1.6;
  color: #4a3d31;
}

.restaurant-menu .menu-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #b89a6a;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 767px) {
  .restaurant-menu {
    padding: 14px;
  }

  .restaurant-menu .menu-header h1 {
    font-size: 28px;
  }

  .restaurant-menu .menu-tabs {
    gap: 8px;
  }

  .restaurant-menu .menu-tab {
    font-size: 14px;
    padding: 10px 14px;
  }

  .restaurant-menu .menu-tab-content {
    padding: 18px;
    border-radius: 14px;
  }

  .restaurant-menu .menu-tab-content h2 {
    font-size: 22px;
  }

  .restaurant-menu .menu-item {
    flex-direction: column;
    gap: 8px;
  }

  .restaurant-menu .menu-price {
    min-width: auto;
    text-align: left;
  }

  .restaurant-menu .menu-item-text h3,
  .restaurant-menu .menu-item-text h4 {
    font-size: 17px;
  }
}/* End custom CSS */