@charset "UTF-8";
.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;
}

/* Desktop - din eksisterende stil
	@media only screen and (min-width: 777px) {
	.wp-block-table .has-fixed-layout td, 
	.wp-block-table .has-fixed-layout th {
	//word-break: break-word;
	//width: min-content;
	//white-space: nowrap;
}


}


	/* Mobil - første kolonne 75% 
	@media only screen and (max-width: 776px) {
	.wp-block-table .has-fixed-layout th:first-child,
	.wp-block-table .has-fixed-layout td:first-child {
	width: 75%;
}

	.wp-block-table .has-fixed-layout th:last-child,
	.wp-block-table .has-fixed-layout td:last-child {
	width: 25%;
}
}

}




	*/