.card-itself {
  position: relative;
}
.text-center {
  text-align: center;
}
.close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.band-size-container {
  border-radius: 20px;
  background-color: #f7e9ef;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  max-width: 543px;
  flex-direction: column;
  padding: 13px 0 20px;
}

.content-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0 41px;
  align-items: center;
}

.question-title {
  color: #c63493;
  text-align: center;
  align-self: center;
  font: 700 24px "Josefin Sans", sans-serif;
}

.size-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
  margin-top: 57px;
}
.size-grid-cup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  margin-top: 57px;
}

button.size-button {
  background-color: #ffeedd;
  border-radius: 50%;
  padding: 12px 27px;
  border: 1px solid #c63493;
  color: #000;
  font: 500 24px Roboto, sans-serif;
}
button.size-button:hover {
  background-color: #c63493;
  border-radius: 50%;
  padding: 12px 27px;
  border: 1px solid #c63493;
  color: #ffffff;
  font: 400 24px Roboto, sans-serif;
}

.navigation-buttons {
  display: flex;
  justify-content: center;
  margin-top: 67px;
  gap: 9px;
}

button.nav-button[type="button"],
button.nav-button[type="submit"] {
  border-radius: 40px;
  background-color: #c63493;
  color: #fff;
  padding: 14px 38px;
  font: 400 20px "Josefin Sans", sans-serif;
  border: none;
  cursor: pointer;
}

.progress-bar {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 37px;
  height: 18px;
  width: 500px;
}

.progress-indicator-1 {
  border-radius: 100px;
  background-color: #c63493;
  width: 20%;
  height: 100%;
}

button.start-over-button[type="button"] {
  border-radius: 40px;
  background-color: #fff;
  color: #000;
  border: 1px solid #c63493;
  padding: 13px 16px;
  font: 500 20px "Josefin Sans", sans-serif;
  margin: 37px auto 0;
  display: block;
  cursor: pointer;
}

.assistance-link {
  color: #c63493;
  letter-spacing: 1.28px;
  text-align: center;
  margin-top: -5px;
  font: 600 16px/2 "Josefin Sans", sans-serif;
  display: block;
}
.choice {
  background-color: #ffeedd;
  border: solid 1px #c63493 !important;
}
.choice:hover {
  background-color: #c63493;
}
.selected {
  background-color: #c63493 !important;
}
.q1 {
  display: none;
}
@media (max-width: 551px) {
  .band-size-container {
    max-width: 100%;
  }

  .content-wrapper {
    padding: 0 20px;
  }

  .size-grid {
    margin-top: 40px;
  }

  .size-button {
    padding: 12px 20px;
  }

  .navigation-buttons {
    margin-top: 40px;
  }

  .nav-button {
    padding: 14px 30px;
  }
}

.survey-flex-center {
  display: flex;
  justify-content: center;
}
