#chefSpecialDiv {
  overflow-y: scroll;
}

#chefSpecial {
  height: 100vh;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
}

.chefSpecial-header-container {
  background-image: url("../images/chefSpecial.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.chefSpecial-header-container h5 {
  margin-bottom: 0px;
}

.chefSpecial-main-container {
  width: 100%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px 25px 0 0 !important;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffb600;
  padding-bottom: 150px;
}

.chefSpecial-intro {
  font-size: 6vw;
  padding: 6vw 5vw;
  font-weight: bold;
  margin-bottom: 0px;
}

#chefSpecial-options-container {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
}

#chefSpecial-options-container h5 {
  margin-bottom: 1px;
  font-size: 1.1rem;
}

.chefSpecial-mealType {
  background-color: #ffe197;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 10px 1px;
}

.chefspecial-mealType-img {
  border-radius: 16px;
  padding: 2px;
}

.chefspecial-mealType-title {
  color: #4d4d4d;
}

.chefSpecial-item {
  width: 90%;
  padding: 5px 1px 3px;
  border-bottom: 1px solid rgba(180, 129, 2, 0.6);
}

.chefSpecial-item p {
  margin-bottom: 0px;
}
