.test-all-questions-on-page-section-v2 {
  width: min(880px, calc(100vw - 40px));
  margin: 0 auto;
  font-size: 18px;
}

.gt-card {
  border: 1px solid #000;
  border-radius: 28px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin: 40px auto;
  padding: 2.25rem;
  max-width: 1081px;
  font-size: 20px;
}

.gt-card-first-wrapper {
  width: 100%;
  margin-top: 80px;
}

.gt-card--first {
  width: 100%;
  min-height: 440px;
  justify-content: center;
  border-radius: 28px;
  border: 2px solid #000;
  background: #e4d0ff;
  gap: 95px;
}

.gt-card--first p {
  margin: 0;
}

.gt-card--first__content p:first-child {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.gt-card--first__content p:last-child {
  color: #000;
  text-align: center;
  font-family: Wadik;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
}

@media (max-width: 767px) {
  .gt-card--first__content p:first-child {
    font-size: 16px;
  }

  .gt-card--first__content p:last-child {
    font-size: 36px;
  }
}

.gt-card__input-group {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.gt-card__input-group label {
  cursor: pointer;
  font-size: 20px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  display: inline;
}


.gt-card__input-group input {
  font-size: 16px;
  margin-top: 6px;
}

@media (max-width: 575px) {
  .gt-card__input-group label {
    font-size: 16px;
  }

  .gt-card__input-group input {
    margin-top: 4px;
  }
}

.gt-card--question {
  align-items: flex-start;
}

.gt-card__title {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: baseline;
  gap: 22px;
  margin-left: -36px;
}

.gt-card__title>h5 {
  color: #8163ef;
  font-family: Wadik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.gt-card__number {
  border: solid 1px #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Wadik;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .gt-card__title {
    font-size: 18px;
    gap: 16px;
    margin-left: -14px;
  }
}

@media (max-width: 575px) {
  .gt-card__title>h5 {
    font-size: 18px;
  }

  .gt-card__number {
    font-size: 16px;
    width: 28px;
    height: 28px;
  }

  .gt-card__title {
    margin-left: -6px;
  }
}

.gt-card__question-content {
  position: relative;
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gt-card__start-btn {
  padding: 11px 55px;
  display: block;
  margin: 0 auto;
  border-radius: 46px;
  border: 1.5px solid #000;
  background: #fff;
  color: #000;
  font-family: Wadik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.gt-card__start-btn:hover {
  background-color: #1a1a1a;
  color: #e4d0ff;
}

@media (max-width: 767px) {
  .gt-card__start-btn {
    font-size: 16px;
  }
}

/* radio button style.  Override Bootstrap classes */
.form-check-input:checked {
  background-color: #8163ef;
  border-color: #000000;
}

.form-check-input:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 203, 220, 0.25);
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none;
}

/* /radio button style */

/* Result card */
.gt-card--result {
  flex-direction: row;
  align-items: stretch;
}

.gt-card-result__first-box {
  flex: 1;
  min-width: 0;
}

.gt-card--result .gt-card__second-box {
  flex: 1;
  min-width: 0;
  border-radius: 31px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gt-card--result .gt-card__second-box img {
  max-width: 300px;
  max-height: 300px;
  border-radius: 31px;
}

.gt-card__result-buttons a {
  font-size: 14px;
}

.gt-card__icon {
  background-color: #1a1a1a;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.gt-card__result-buttons a:nth-child(1) {
  font-weight: 700;
  text-transform: uppercase;
  font-family: Wadik;
  height: 28px;
  display: flex;
  padding: 0 16px;
  align-items: center;
}

.gt-card__input-group--success label {
  background-color: var(--gt-light-mint-green);
}

.gt-card__input-group--error label {
  background-color: var(--gt-pastel-pink);
}

.blocked {
  pointer-events: none;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .gt-card--result {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3rem 1rem;
  }

  .gt-card--result .gt-card__second-box {
    order: -1;
  }
}

/* /Result card */

.gt-card__btn {
  border-radius: 46px;
  padding: 0.5rem 1rem;
}

mark.has-inline-color {
  border-radius: 1rem;
}

.gt-card__end-btn {
  border-radius: 46px;
  border: 1.5px solid #000;
  background: #fff;
  display: flex;
  height: 47px;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Wadik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.gt-card__end-btn:hover {
  background-color: #1a1a1a;
  color: #e4d0ff;
}

.gt-card-first__content {
  font-size: 20px;
}

@media (max-width: 767px) {
  .gt-card__question-content {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .gt-card-first__content {
    font-size: 16px;
  }

  .gt-card {
    padding: 1.5rem;
    font-size: 16px;
  }

  .gt-card__question-content {
    margin: 1em 0;
  }
}