.popup-content-schedule {
  width: 90%;
  max-width: 32vw;
}

.time-selection-input {
  display: flex;
  flex-direction: column;
}

.time-selection-input label {
  text-align: left;
  font-size: 1.1vw;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Poppins Regular";
  color: #364153;
  line-height: 14px;
}

.time-selection-input input,
.time-selection-input select {
  text-decoration: none;
  padding: 1vw;
  border: 2px solid #E5E7EB;
  border-radius: 1vw;
  font-family: "Poppins Regular";
  background-color: white;
  width: 100%;
  font-size: 1rem;
}

.separator {
  font-family: "Poppins Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  margin: 2.5vw 0;
}

.separator span {
  font-family: "Poppins Regular";
  color: #6B7A5A;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 14px;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #d8dfe3;
}

.chip {
  font-size: 1.1vw;
  margin-top: 2.5vw;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1vw;
  border-radius: 1vw;
  background-color: #f1f1ee;
}

.chip span {
  font-family: "Poppins Regular";
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1vw;
  color: #6F6B4D;
}

.chip img {
  width: 20px;
}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
  .popup-content-schedule {
    width: 90%;
    height: auto;
    max-width: 90%;
  }

  .popup-content-schedule #step-2-summary .popup-header img {
    margin-bottom: 1rem !important;
  }

  .popup-content-schedule h1 {
    margin-bottom: 1rem;
  }

  .time-selection-input {
    margin-bottom: 1rem;
  }

  .time-selection-input label {
    font-size: 1.2rem;
  }

  .time-selection-input input,
  .time-selection-input select {
    padding: 1rem;
    border-radius: 1rem;
  }

  .separator span {
    font-size: 1.2rem;
  }

  .chip {
    padding: 1rem;
    border-radius: 1rem;
  }

  .chip span {
    font-size: 1.2rem;
  }

  .popup-content-schedule .white-button,
  .popup-content-schedule .black-button {
    height: 3.8vh;
    border-radius: 1rem;
  }

  .popup-content-schedule .white-button {
    width: 20%;
  }

  .popup-content-schedule .black-button {
    width: 70%;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .popup-content-schedule {
    width: 90%;
    height: auto;
    max-width: 90%;
  }

  .popup-content-schedule #step-2-summary .popup-header img {
    margin-bottom: 1rem !important;
  }

  .popup-content-schedule h1 {
    margin-bottom: 1rem;
  }

  .time-selection-input {
    margin-bottom: 1rem;
  }

  .time-selection-input label {
    font-size: 1.2rem;
  }

  .time-selection-input input,
  .time-selection-input select {
    padding: 1rem;
    border-radius: 1rem;
  }

  .separator span {
    font-size: 1.2rem;
  }

  .chip {
    padding: 1rem;
    border-radius: 1rem;
  }

  .chip span {
    font-size: 1.2rem;
  }

  .popup-content-schedule .white-button,
  .popup-content-schedule .black-button {
    height: 3.8vh;
    border-radius: 1rem;
  }

  .popup-content-schedule .white-button {
    width: 20%;
  }

  .popup-content-schedule .black-button {
    width: 70%;
    font-size: 1rem;
  }
}