.article-full .container-narrow {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-inline: calc(var(--kilden-container-gutter-x) * 0.5);
}
@media (min-width: 992px) {
  .article-full .container-narrow {
    max-width: calc(656px + var(--kilden-container-gutter-x));
  }
}
.article-full__header {
  padding-top: 1.875rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .article-full__header {
    padding-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .article-full__header {
    padding-top: 6.25rem;
  }
}
.article-full__kicker {
  color: #006875;
  margin-bottom: 0.75rem;
  line-height: 1.15;
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
}
.article-full__title {
  margin-top: 0;
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .article-full__title {
    font-size: 3rem;
  }
}
.article-full__lead {
  margin-bottom: 1.25rem;
}
.article-full__lead p {
  margin: 0;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media (min-width: 992px) {
  .article-full__lead p {
    font-size: 1.5rem;
  }
}
.article-full .field--name-field-featured-image .field--name-field-media-image {
  max-height: 745px;
  overflow: hidden;
}
.article-full .field--name-field-featured-image .media--view-mode-hero img {
  max-height: 745px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-full__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  margin: 44px 0 25px;
  color: #000;
}
.article-full__date {
  color: #000;
}
.article-full__share-wrapper {
  position: relative;
}
.article-full__share {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #1F1F1F;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .article-full__share {
    font-size: 1rem;
  }
}
.article-full__share:hover, .article-full__share[aria-expanded=true] {
  color: #006875;
}
.article-full__share a {
  color: #000;
}
.article-full__share-popup {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.75rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  min-width: 250px;
}
.article-full__share-popup::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 12px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.article-full__share-popup[hidden] {
  display: none;
}
.article-full__share-popup .a2a_kit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.article-full__old-notice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #F1F1F1;
  border-radius: 4px;
  padding: 24px;
  margin: 26px 0 20px;
  color: #1F1F1F;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .article-full__old-notice {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .article-full__old-notice {
    padding: 24px 48px;
  }
}
.article-full__old-notice span {
  flex: 1;
}
.article-full__old-notice[hidden] {
  display: none;
}
.article-full__old-notice-icon {
  flex-shrink: 0;
  color: #006875;
}
.article-full__old-notice-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  color: var(--bs-secondary-color);
  flex-shrink: 0;
}
.article-full__old-notice-close:hover {
  color: #1F1F1F;
}
.article-full__hero {
  width: 100%;
  margin-bottom: 0.5rem;
}
.article-full__hero img,
.article-full__hero video {
  width: 100%;
  height: auto;
  display: block;
}
.article-full__hero-caption {
  text-align: center;
  margin: 16px auto;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .article-full__hero-caption {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .article-full__hero-caption {
    max-width: 67%;
  }
}
.article-full__byline {
  padding-top: 1.875rem;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .article-full__byline {
    padding-top: 2.8125rem;
  }
}
.article-full__byline .paragraph--type--byline {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.article-full__byline .field--name-field-byline-label,
.article-full__byline .field--name-field-byline-custom-label {
  color: #006875;
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
}
.article-full__byline .field--name-field-profile-reference {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25;
}
.article-full__body {
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.article-full__text > * + *, .article-full__paragraphs > * + * {
  margin-top: 2rem;
}
.article-full__text h2, .article-full__paragraphs h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.article-full__text h3, .article-full__paragraphs h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.article-full__text ul,
.article-full__text ol, .article-full__paragraphs ul,
.article-full__paragraphs ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.article-full__text .les-ogsa,
.article-full__text .read-also, .article-full__paragraphs .les-ogsa,
.article-full__paragraphs .read-also {
  border-left: 3px solid #006875;
  padding-left: 1rem;
  margin: 1.5rem 0;
}
.article-full__text details, .article-full__paragraphs details {
  background: #F1F1F1;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.article-full__text details summary, .article-full__paragraphs details summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25;
}
.article-full__text details summary::-webkit-details-marker, .article-full__paragraphs details summary::-webkit-details-marker {
  display: none;
}
.article-full__text details summary::after, .article-full__paragraphs details summary::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.article-full__text details[open] summary::after, .article-full__paragraphs details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article-full__text details .details-body, .article-full__paragraphs details .details-body {
  padding-top: 0.75rem;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .article-full__text details .details-body, .article-full__paragraphs details .details-body {
    font-size: 1rem;
  }
}
.article-full__text details .details-body, .article-full__paragraphs details .details-body {
  color: var(--bs-secondary-color);
}
.article-full__footer {
  margin-top: 1.5rem;
  margin-bottom: 90px;
}
.article-full__tags {
  margin: 32px 0;
}
@media (min-width: 992px) {
  .article-full__tags {
    margin: 64px 0 32px;
  }
}
.article-full__tags a {
  background: #006875;
  padding: 6px 12px;
  color: #fff;
  border-radius: 30px;
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.article-full__tags a:is(a) {
  transition: 0.3s ease-in-out;
}
.article-full__tags a:is(a):hover {
  background: rgb(0, 58.6666666667, 66);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.article-full__tags .field--name-field-tags .field__item {
  display: inline-block;
  margin: 6px 6px 6px 0;
}
.article-full__timestamps {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 32px;
}
.article-full__timestamp {
  color: var(--bs-secondary-color);
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .article-full__timestamp {
    font-size: 1rem;
  }
}
.article-full__related {
  padding: 2rem 0 3rem;
}
.article-full__related-header {
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .article-full__related-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.article-full__related-title {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .article-full__related-title {
    font-size: 1.875rem;
  }
}
.article-full__related-title {
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .article-full__related-title {
    margin: 0;
  }
}

/*# sourceMappingURL=node--article.css.map*/