.db-quiz {
  .banner {
    height: auto;
    img {
      width: 100%;
      height: auto;
    }
  }
}
#block-tarsus-webform-3 {
  form {
    display: flex;
    flex-direction: column;
  }
  .form-actions {
    order: 10;
    .webform-button--previous,
    .webform-button--next {
      text-transform: uppercase;
    }
  }
  .fieldset-wrapper {
    display: flex;
    justify-content: center;
  }
  .form-checkboxes,
  .form-radios {
    max-width: 1022px;
    justify-content: center;
    gap: 20px;
    .form-checkbox,
    .form-radio {
      position: absolute;
      left: 50px;
      top: 15px;
      z-index: -1;
    }
    label {
      background: #eee 0% 0% no-repeat padding-box !important;
      border: 0 !important;
      border-radius: 86px;
      box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.16);
      cursor: pointer;
      padding: 30px 40px;
      color: black !important;
      font-size: 30px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 0;
      text-transform: uppercase;
      text-transform: unset;
      white-space: nowrap;
      p {
        color: black !important;
        font-size: 30px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 0;
        text-transform: uppercase;
        text-transform: unset;
        white-space: nowrap;
      }
    }
    input:checked + label {
      background: #ac0d22 !important;
      color: white !important;
      p {
        color: white !important;
      }
    }
  }
  .form-radios {
    label {
      width: 200px;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
  #edit-what-eye-issues-are-you-currently-experiencing {
    @media (max-width: 992px) {
      flex-direction: column;
    }
  }
  label.error {
    color: #ac0d22;
    display: block;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    width: 100%;
  }
  .webform-progress {
    .webform-progress-tracker {
      justify-content: center;
      gap: 56px;
      .progress-step {
        max-width: 35px;
      }
    }
  }
  @media (max-width: 992px) {
    .fieldset-wrapper {
      display: block;
      .form-item {
        margin-bottom: 25px;
      }
    }
    .form-checkboxes,
    .form-radios {
      label {
        p {
          width: 100%;
          font-size: 26px;
          white-space: normal;
        }
      }
    }
    .form-actions {
      .webform-button--previous,
      .webform-button--next {
        min-width: 160px;
      }
    }
  }
}

.btn-grey {
  font-size: 23px;
  line-height: 25px;
  padding: 22px 34px 19px !important;
  max-width: none !important;
  border-radius: 50px !important;
  background: #eee 0% 0% no-repeat padding-box !important;
  box-shadow: inset -3px -3px 3px rgba(0, 0, 0, 0.16);
  text-transform: uppercase;
  color: black !important;
  border: 0 !important;
}
