.bugContentColumn__QlWiw {
  border-right: 0.0625rem solid var(--light-gray);
  box-sizing: border-box;
  flex-grow: 1;
  max-height: 100%;
  overflow-y: scroll;
  padding: 0.5rem 1.25rem 0;
}

@media screen and (max-width: 768px) {
  .bugContentColumn__QlWiw {
    border-right: none;
    padding: 0.25rem 0.5rem 0;
  }
}

.surveyContent__Wtgqn, .surveyItemContent__HJ_f0 {
  width: 100%;
}

.headingWrapper__JSy9K {
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}

.headingWrapper__JSy9K small {
    font-weight: 200;
  }

.heading__HikMi {
  font-size: 1.375rem;
}

.description__WtsKK {
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}

.questionHeading__vlbk7 {
  font-size: 1rem;
}

.buttonGroup__A72Sj {
  margin-top: 1.875rem;
}

.imageWrapper__UwWxm {
  margin-bottom: 0.75rem;
  max-width: var(--content-max-width);
  text-align: center;
  width: 100%;
}

.imageInner__vztIM {
  border-radius: 25rem;
  border: 0.1875rem solid var(--secondary);
  cursor: pointer;
  display: inline-flex;
  margin: 0 auto;
  position: relative;
}

.imageInner__vztIM .avatar__XjyOk {
    margin: 0;
  }

.imageInner__vztIM svg {
    color: var(--white);
    left: 50%;
    top: 50%;
    translate: -50% -50%;
  }

.imageInner__vztIM:before {
    background-color: var(--black);
    border-radius: inherit;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

.imageInner__vztIM svg, .imageInner__vztIM:before {
    opacity: 0;
    position: absolute;
    transition: opacity 100ms ease-in-out;
  }

.imageInner__vztIM:hover:before {
      opacity: 0.2;
    }

.imageInner__vztIM:hover svg {
      opacity: 1;
    }

.compositeLabel__Q8xK3 {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

  .compositeLabel__Q8xK3 small {
    color: var(--dark-gray);
    font-size: 0.75rem;
    font-weight: normal;
  }

.button__MRKIm {
  margin-top: 0.75rem;
}

.inputWrapper__eYP8g {
  max-width: var(--content-max-width);
  width: 100%;
}

.inputWrapper__eYP8g input {
    width: 100%;
  }

