.c1006-faq {
  min-height: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c1006-faq:nth-child(1) {
  padding-top: 16px;
}

.c1006-faq-content {
  max-height: 0;
  transition: max-height .35s;
}

.c1006-faq input:checked ~ .c1006-faq-content {
  max-height: 100vh;
}

.c1006-question {
  min-height: 24px;
}

.c1006-faq input:checked ~ .c1006-question svg {
  transform: rotate(90deg);
}

.c1006-expand, .c1006-collapse {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}

@media (min-width: 1026px) {
  .c1006-faq {
    min-height: 24px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .c1006-faq:nth-child(1) {
    padding-top: 16px;
  }
}

