.cup-size-container {
  border-radius: 20px;
  background-color: #f7e9ef;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
  max-width: 543px;
  flex-direction: column;
  padding: 13px 0 21px;
}
.close-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 30px;
  align-self: flex-end;
  margin-right: 10px;
}
.content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 0 39px;
}
.question-title {
  color: #c63093;
  text-align: center;
  font: 700 24px "Josefin Sans", sans-serif;
}
.cup-size-options {
  /* align-self: stretch; */
  display: grid;
  justify-content: space-between;
  gap: 10px;
  color: #000;
  text-align: center;
  margin: 51px 24px 0 23px;
  font: 500 24px Roboto, sans-serif;
  min-width: 90%;
  max-width: 90%;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row;
}
.cup-size-button {
  /* background-color: #e63883; */
  border-radius: 50%;
  padding: 25px 22px;
  border: 1px solid #c63093;
  width: 80px;
  height: 40px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1.2rem;
}
.cup-size-button sub {
  font-size: 12px !important;
  margin-left: -5px;
}
.cup-size-button-large {
  /* font-size: 30px; */
}
.cup-size-button-small {
  font-size: 12px;
  font-weight: 400;
}
.progress-bar {
  border-radius: 100px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  margin-top: 37px;
}
.progress-indicator-3 {
  border-radius: 100px;
  background-color: #c63093;
  width: 60%;
  max-width: 100%;
  height: 18px;
}
.q3 {
  display: none;
}
@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .cup-size-options {
    margin: 40px 10px 0;
  }
  .cup-size-button {
    padding: 25px 20px;
  }
  .navigation-buttons {
    margin-top: 40px;
  }
  .nav-button {
    padding: 14px 20px;
  }
}
