.sizing-sidekick-container {
  border-radius: 40px;
  display: flex;
  max-width: 461px;
  flex-direction: column;
  color: #7d7676;
  font: 400 16px "Josefin Sans", sans-serif;
}

.sizing-sidekick-subtitle {
  color: #000;
  font-size: 20px;
  text-align: center;
  align-self: center;
  margin-top: 23px;
  font-weight: 400;
}

.form-input {
  border-radius: 40px;
  background-color: #fffcf9;
  width: 100%;
  letter-spacing: 1.28px;
  line-height: 2;
  padding: 4px 33px 18px;
  border: 1px solid #666;
}

.input-group {
  display: flex;
  justify-content: space-between;
  /* margin-top: 10px; */
  /* gap: 18px; */
  letter-spacing: 1.28px;
  line-height: 2;
}

.form-note {
  color: #000;
  font-family: Roboto, sans-serif;
  line-height: 25px;
  letter-spacing: 1.28px;
  text-align: center;
  align-self: center;
  margin-top: 15px;
}

.form-actions {
  align-self: center;
  display: flex;
  margin-top: 35px;
  width: 100%;
  max-width: 438px;
  gap: 7px;
  font-size: 18px;
  color: #c63093;
  font-weight: 700;
}

.action-button {
  border-radius: 40px;
  background-color: #fffcf9;
  padding: 16px 50px;
  border: 1px solid #c63093;
}

.exit-button {
  color: #000;
  text-align: center;
  padding: 16px 55px;
}

.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;
}
