.faq--teaser {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 20px;
  padding: 10px 0 10px 24px;
}

.faq--teaser + .faq--teaser {
  border-top: 1px solid #DDD;
}

.faq--teaser svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  fill: #000;
  transition: all 0.2s ease;
}

.faq--teaser:focus, .faq--teaser:hover {
  fill: #e30613;
}

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