h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  text-transform: unset;
  hyphens: manual;
}

/* Hide without removing visibilty for screen readers. */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}

/* Prevent floating image from overflowing into following elements. */
.ce-text .bodytext {
  overflow: auto;
}

.ce-text .bodytext img {
    max-width: 100%;
    object-fit: contain;
    padding: 10px;
}

.ce-text .bodytext img.richtext-image.left {
  float: left;
  margin-right: 20px;
}

.ce-text .bodytext img.richtext-image.right {
  float: right;
  margin-left: 20px;
}

.ce-text .bodytext ul {
  list-style: none;
  padding-left: 0;

  li {
    word-break: normal;
    padding-left: 1.8125rem;
    list-style-image: none;
    background-image: url("/static/Img/Icons/diamond-list.e4d9a7dd4c62.svg");
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left 7px;
    list-style-position: outside;
  }

  li::before {
    content: unset;
  }

  li::marker {
    font-size: 0;
  }
}

.image-popup-content img {
  max-height: 100vh;
  max-width: 100vw;
}

.anchor-icon {
  text-decoration: none;
  font-size: 0.5em;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.3s ease;
}
h2:hover .anchor-icon {
  opacity: 1;
}

.filter-options {
  max-height: 300px;
  overflow-y: auto;
}