

/* Start:/local/components/trn/highloadblock/templates/faq/style.css?1764598929857*/
.faq {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 150px;
}
.faq-item-question {
  height: 54px;
}
.faq-item-answer {
  display: none;
}
.faq-item-toogle {
  opacity: 0;
}
.faq-item-toogle-wrapper {
  min-width: 54px;
  width: 54px;
  height: 54px;
  background-image: url("/local/components/trn/highloadblock/templates/faq/img/plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-item-toogle-wrapper:hover {
  background-image: url("/local/components/trn/highloadblock/templates/faq/img/plus-hover.svg");
}
.faq-item:has(.faq-item-toogle:checked) .faq-item-toogle-wrapper {
  background-image: url("/local/components/trn/highloadblock/templates/faq/img/minus.svg");
}
.faq-item:has(.faq-item-toogle:checked) .faq-item-answer {
  display: block;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/trn/highloadblock/templates/faq/style.css?1764598929857 */
