/* header darkening */
header.header--no-bg {
  min-height: 200px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* free sections */
div.free-section table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div#matomo-opt-out label {
  font-size: 0.9rem;
}

/* didomi related styles */
div#didomi-host div.didomi-popup-backdrop {
  /* enable access to header (for language selection) */
  top: 49px !important;
  bottom: 0px !important;
  height: auto !important;
}