/* Shared component spacing in case theme styles are cached separately. */
.zp-component {
  box-sizing: border-box;
}

.zp-faq__answer > :first-child {
  margin-top: 0;
}

.zp-faq__answer > :last-child {
  margin-bottom: 0;
}
