/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 10:31:12 */
@charset "UTF-8";
.prisliste {
  /* Desktop - din eksisterende stil */
  /* Mobil - første kolonne 75% */
}
.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;
}
@media only screen and (min-width: 777px) {
  .prisliste .wp-block-table .has-fixed-layout td, .prisliste .wp-block-table .has-fixed-layout th {
    word-break: break-word;
    width: min-content;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 776px) {
  .prisliste .wp-block-table .has-fixed-layout th:first-child, .prisliste .wp-block-table .has-fixed-layout td:first-child {
    width: 75%;
  }
  .prisliste .wp-block-table .has-fixed-layout th:last-child, .prisliste .wp-block-table .has-fixed-layout td:last-child {
    width: 25%;
  }
}
