.sizing-sidekick-container {
  border-radius: 40px;
  display: flex;
  max-width: 665px;
  flex-direction: column;
  align-items: center;
  color: #c63093;
  text-align: center;
  font: 500 20px "Josefin Sans", sans-serif;
}

.sizing-sidekick-title {
  font-size: 24px;
}

@media (max-width: 991px) {
  .sizing-sidekick-title {
    max-width: 100%;
  }
}

.button-container {
  display: flex;
  /* margin-top: 14px; */
  width: 100%;
  max-width: 465px;
  gap: 20px;
  color: #fff;
  font-weight: 700;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .button-container {
    max-width: 100%;
  }
}

.primary-button {
  border-radius: 40px;
  background-color: #c63093;
  color: white;
}

@media (max-width: 991px) {
  .primary-button {
    padding: 0 20px;
  }
}

.secondary-button {
  border-radius: 40px;
  background-color: #c63093;
  color: white;
}

@media (max-width: 991px) {
  .secondary-button {
    padding: 0 20px;
  }
}

.sizing-sidekick-question {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.44px;
  margin-top: 31px;
}

.sizing-sidekick-description {
  color: #000;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.6px;
  align-self: stretch;
  width: 100%;
}

@media (max-width: 991px) {
  .sizing-sidekick-description {
    max-width: 100%;
  }
}

.exit-button {
  border-radius: 40px;
  background-color: #fffcf9;
  margin-top: 31px;
  width: 141px;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  padding: 16px 55px;
  border: 1px solid #c63093;
}

@media (max-width: 991px) {
  .exit-button {
    white-space: initial;
    padding: 0 20px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
