/* styles.css */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  /* background-color: #f9f9f9; */
}

/* header {
    background: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
} */

/* header h1 {
    margin: 0;
}

header p {
    margin: 5px 0;
} */

.flex-container {
  max-width: 1500px;
  margin: 0 auto;
  gap: 10px;
  justify-content: space-between;
  display: flex;
}
.menu h2 {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-top: calc(5rem - 20px);
}
.subtitle {
  color: #fff;
  font-size: 20px;
}

.menu-item {
  background: #fff;
  margin: 10px auto;
  padding: 20px;
  border: 1px solid #ddd;
  max-width: 1500px;
  border-radius: 10px;
}
.menu-item1 {
  display: grid;
  grid-template-areas:
    "item1 item3 item3"
    "item2 item3 item3"
    "item2 . item4";
}
.menu-item__title {
  margin: 0;
  padding: 15px;
  color: #fff;
  grid-area: item1;
  max-height: 60px;
  font-size: clamp(1.375rem, 1.1106rem + 0.3846vw, 1.5625rem);
}
.menu-item__title--blue {
  background-color: rgb(0, 176, 240);
}
.menu-title-size {
  max-width: 776.79px;
}
.menu-item-wrapper {
  grid-area: item2;
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.6987rem + 0.2564vw, 1rem);
  /* max-height: 190px; */
}
.menu-item-wrapper p {
  font-size: clamp(0.875rem, 0.6987rem + 0.2564vw, 1rem);
  margin: 0;
}
.menu-item-wrapper__text {
  margin-bottom: 20px;
}
.menu-item-wrapper__text::before {
  content: "□";
  color: rgb(0, 128, 191);
}
.menu-item-wrapper__text--red {
  color: #e60000;
}
.menu-item-wrapper__text--blue {
  color: rgb(68, 114, 196);
}
.menu-item .menu-item-wrapper__text--large {
  font-size: 40px;
}
.menu-item__img {
  margin-top: 55px;
  grid-area: item3;
}
.menu-item__price {
  grid-area: item4;
  color: #e60000;
  font-size: clamp(1.875rem, 0.9936rem + 1.2821vw, 2.5rem);
  font-weight: bold;
  margin: 0;
  text-align: right;
}
.menu-item__text {
  color: red;
}
.menu-item-border {
  border: 2px solid gray;
  padding: 40px 0 0 0;
}
.Working-hours {
  padding-right: 30px;
  padding-left: initial;
  margin-bottom: initial;
}
.margin-small {
  margin-top: 20px;
}
.margin-middle {
  margin-top: 45px;
}
.Working-hours__item {
  list-style: none;
  text-align: right;
}
.Working-hours__item::before {
  content: "■";
  color: rgb(0, 128, 191);
}
.menu-item2 {
  display: grid;
  grid-template-areas:
    "item1 item1 item1 item1"
    "item5 . . ."
    "item2 . . item3"
    ". . . item4";
  grid-template-rows: 70px 30px auto auto;
  grid-template-columns: minmax(220px, 350px) 1fr;
}
.margin-none {
  margin: 0;
}
.img-box {
  width: 100%;
  grid-area: item3;
}
.menu-item__img2 {
  /* width: 315px; */
  width: 80%;
  margin-left: 50px;
  /* margin-bottom: 30px; */
}
.menu-item__text {
  grid-area: item5;
  margin: 0;
}
.menu-item__title--green {
  background-color: rgb(112, 173, 71);
}
thead th {
  text-align: center;
  color: #000;
}

.price-table h2 {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-top: calc(5rem - 20px);
}

.price-table table {
  /* width: 100%; */
  border-collapse: collapse;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.price-table th {
  background: rgb(66, 128, 193);
}

.camera-img-size {
  max-width: 180px;
}

.camera-container {
  background-color: #fff;
  border: 2px solid #000;
}
.camera-wrapper td {
  color: #000;
}

.header {
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-top: 5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  color: #fff;
}
.table-wrapper {
  margin: 3rem 0;
}
.sub-header {
  background-color: rgb(66, 128, 193);
}
.result {
  background-color: rgb(255, 255, 0);
  color: red;
}
table,
th,
td {
  border: 1px solid #ddd;
}

th,
td {
  padding: 10px;
  text-align: center;
}

th {
  background-color: #f4f4f4;
}

.price {
  color: red;
  font-weight: bold;
}

.note {
  color: red;
  font-size: 0.9em;
  text-align: right;
}

.Notes-container p {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .flex-container {
    display: block;
  }
  .menu-item-wrapper {
    max-height: 190px;
  }
}
@media screen and (max-width: 992px) {
  .camera-table {
    overflow-x: scroll;
    max-width: initial;
    padding: initial;
  }
  .camera-wrapper {
    width: 960px;
  }
  .table-wrapper {
    overflow-x: scroll;
    padding: 10px;
  }
  .price-table-scroll {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .price-table {
    max-width: 540px;
  }
  .Notes-container {
    max-width: 540px;
  }
  .menu-item {
    display: block;
    border: none;
  }
  .menu-item__img {
    margin-top: 10px;
  }
  .menu-item-border {
    padding: initial;
  }
  .img-box {
    width: 100%;
    text-align: center;
  }
  .menu-item__img2 {
    margin: 0;
    width: 50%;
  }
  .menu-item__title {
    font-size: clamp(1.125rem, 1.0054rem + 0.5102vw, 1.25rem);
  }
}
