.faq-item.active .faq-item-body {
  max-height: 200em !important;
}

.prisliste figure.wp-block-table.is-style-stripes {
  margin-bottom: 3rem !important;
}
.prisliste .faq-item.active {
  background-color: var(--wp--preset--color--custom-fcfbfa) !important;
}

.wp-block-table table {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table table thead tr th:first-child,
.wp-block-table table thead tr td:first-child,
.wp-block-table table tbody tr th:first-child,
.wp-block-table table tbody tr td:first-child {
  width: calc(100% - 120px) !important;
  text-align: left;
}
.wp-block-table table thead tr th:nth-child(2),
.wp-block-table table thead tr td:nth-child(2),
.wp-block-table table tbody tr th:nth-child(2),
.wp-block-table table tbody tr td:nth-child(2) {
  width: 120px !important;
  text-align: right;
}