html {
  cursor: default;
  font:
    100%/1.5 'Helvetica Neue',
    Helvetica,
    Arial,
    sans-serif;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
input {
  font-feature-settings: 'liga' 0;
  text-rendering: optimizeSpeed;
}
body,
img,
svg,
a {
  margin: 0;
  border: 0;
  color: inherit;
  fill: currentColor;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
.nrk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.nrk-button {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin: 3px 1px;
  padding: 0 19px;
  border: 0 solid;
  border-radius: 99px;
  height: 41px;
  min-width: 41px;
  font: inherit;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  color: inherit;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.nrk-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  right: 0.5px;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  border: inherit;
  border-radius: inherit;
  border-width: 1px;
  transition: border 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.nrk-button:active {
  transform: scale(0.95);
}
.nrk-button:hover,
.nrk-button:focus {
  outline: 0;
  border-color: transparent;
  box-shadow: 0 0 2px 1px #00b9f2;
}
.nrk-button:disabled {
  cursor: default;
  box-shadow: none;
  opacity: 0.6;
}
.nrk-pagination {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}
.nrk-pagination::before,
.nrk-pagination::after {
  content: '';
  display: inline-block;
  width: 50%;
  border-top: 1px solid;
  opacity: 0.22;
}
.nrk-pagination::before {
  margin-left: -50%;
}
.nrk-pagination::after {
  margin-right: -50%;
}
.nrk-pagination > .nrk-button:only-child {
  min-width: 200px;
}
.nrk-sr-focus:not(:focus) {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

/*! NRK-sans v2.0.2 - Copyright 2022 NRK. All rights reserved */
@font-face {
  font-family: 'NRK Sans Variable';
  font-display: swap;
  src:
    url('../fonts/NRKSans_Variable.woff2') format('woff2 supports variations'),
    url('../fonts/NRKSans_Variable.woff2') format('woff2-variations');
  font-weight: 1 950;
}
@font-face {
  font-family: 'NRK Sans Variable';
  font-style: italic;
  font-display: swap;
  src:
    url('../fonts/NRKSans_Variable_Italic.woff2')
      format('woff2 supports variations'),
    url('../fonts/NRKSans_Variable_Italic.woff2') format('woff2-variations');
  font-weight: 1 950;
}
:root {
  --nrk-sans-weight-hairline: 1;
  --nrk-sans-weight-thin: 90;
  --nrk-sans-weight-extralight: 180;
  --nrk-sans-weight-light: 290;
  --nrk-sans-weight-regular: 400;
  --nrk-sans-weight-medium: 560;
  --nrk-sans-weight-bold: 700;
  --nrk-sans-weight-extrabold: 800;
  --nrk-sans-weight-heavy: 890;
  --nrk-sans-weight-black: 950;
  --nrk-sans-width-regular: 100;
  --nrk-sans-width-compressed: 50;
  --nrk-sans-width-condensed: 80;
  --nrk-sans-width-semi-condensed: 90;
  --nrk-sans-width-extended: 120;
  --nrk-sans-width-ultra-extended: 200;
  --nrk-sans-regular: 'wdth' var(--nrk-sans-width-regular);
  --nrk-sans-compressed: 'wdth' var(--nrk-sans-width-compressed);
  --nrk-sans-condensed: 'wdth' var(--nrk-sans-width-condensed);
  --nrk-sans-semi-condensed: 'wdth' var(--nrk-sans-width-semi-condensed);
  --nrk-sans-extended: 'wdth' var(--nrk-sans-width-extended);
  --nrk-sans-ultra-extended: 'wdth' var(--nrk-sans-width-ultra-extended);
  --nrk-sans-features-super: 'ss01', 'ss02';
  --nrk-sans-features-animation: 'ss04';
}

/* normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */
article,
aside,
figure,
footer,
header,
nav,
section {
  display: block;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
}
body,
button,
input {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
}
a:hover,
a:active {
  outline: 0;
}
b {
  font-weight: 600;
}
ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
}
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.col {
  width: 100%;
  float: left;
}
@media screen and (min-width: 720px) {
  .g100 {
    width: 100%;
  }
  .g94 {
    width: 94.4444444444%;
  }
  .g70 {
    width: 70%;
  }
  .g55 {
    width: 55.5555555556%;
  }
  .g27 {
    width: 27.7777777778%;
  }
  .g22 {
    width: 22.2222222222%;
  }
  .g11 {
    width: 11.1111111111%;
  }
}
.container-widget > .col > .widget {
  margin: 0 10px 25px 10px;
  margin: 0 0.625rem 1.5625rem 0.625rem;
}
@media screen and (min-width: 720px) {
  .container-widget > .col > .widget {
    margin: 0 15px 30px 15px;
    margin: 0 0.9375rem 1.875rem 0.9375rem;
  }
}
.container-widget {
  margin: 0 !important;
}
.container-widget-content {
  margin: 0 10px 10px 10px;
  margin: 0 0.625rem 0.625rem 0.625rem;
}
@media screen and (min-width: 720px) {
  .container-widget-content {
    margin: 0 15px 10px 15px;
    margin: 0 0.9375rem 0.625rem 0.9375rem;
  }
}
#container > .group-reference.s18,
.grid {
  margin: 0 auto 0 auto;
  max-width: 1180px;
  float: none;
  clear: both;
}
#container > .group-reference.s18 > .group {
  padding-top: 10px;
  padding-top: 0.625rem;
}
@media screen and (min-width: 720px) {
  #container > .group-reference.s18 > .group {
    padding: 30px 0 0 0;
    padding: 1.875rem 0 0 0;
  }
}
body {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  background-color: #fff;
  font-size: 100%;
  height: 100%;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.inline-block {
  display: inline-block;
}
.cf:after {
  clear: both;
}
.cf:after,
.cf:before {
  content: ' ';
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  visibility: hidden;
}
a.skin-text-hover:hover {
  color: #061629;
  opacity: 0.7;
}
.skin-border {
  border-color: #1767ce;
}
.skin-plug-icon {
  background-image: url('../img/plug-sprite.webp');
}
.skin-plug-icon {
  background-image: url('../img/plug-sprite.webp');
  background-repeat: no-repeat;
  background-position: 0 4px;
  background-position: 0 0.25rem;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .skin-plug-icon {
    background-size: 16px auto;
    background-position: 0 -52px;
    background-position: 0 -3.25rem;
  }
}
body,
button,
input {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  color: #061629;
}
.title {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.375em;
  font-size: 1.375rem;
  line-height: 1.23;
  text-decoration: none !important;
  display: block;
  margin: 0 0 0.3em 0;
  color: #061629;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: break-word;
  text-rendering: optimizelegibility;
  font-weight: 740;
}
.title-large {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
  font-size: 2em;
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: -0.035em;
  font-weight: 740;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 480px) {
  .title-large {
    font-size: 2.375em;
    font-size: 2.375rem;
    line-height: 1.157894736842105;
  }
}
@media screen and (min-width: 720px) {
  .title-large {
    font-size: 3.125em;
    font-size: 3.125rem;
    line-height: 1.16;
  }
}
@media screen and (min-width: 850px) {
  .title-large {
    font-size: 3.25em;
    font-size: 3.25rem;
    line-height: 1.153846153846154;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a[href=''] {
  cursor: default;
}
a.skin-text-hover {
  color: #061629;
}
.text-body {
  color: #061629;
  font-size: 18px;
  font-size: 1.125rem;
  counter-reset: numbered-heading;
}
.text-body-sans-serif {
  font-family: 'NRK Sans Variable', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125em;
  font-size: 1.125rem;
  line-height: 1.333333333333333;
}
.text-body > p {
  margin: 0 0 1em 0;
  font-weight: 400;
  line-height: 1.55;
}
.text-body > ol li::marker {
  font-weight: 700;
  font-size: 0.875em;
}
.text-body > p:last-child {
  margin-bottom: 0;
}
.widget-title {
  margin: 0 -10px 20px -10px;
  margin: 0 -0.625rem 1.25rem -0.625rem;
  padding: 0 0 3px 10px;
  padding: 0 0 3px 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #061629;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: normal;
}
@media screen and (min-width: 720px) {
  .widget-title {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 3px 0;
  }
}
.sr-only {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
  margin: 0 -1px -1px 0;
}
.darkmode .plug-feature .plug-teaser:not(class*='skin-background') {
  background-color: #061629;
}
.plug .title {
  line-height: 1.16;
  margin: 0.3em 0 0.2em 0;
  font-weight: 740;
}
.plug a .widget:not(.video) {
  position: relative;
  z-index: 1;
}
.plug a .widget:not(.video)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.plug-teaser {
  position: relative;
  z-index: 2;
}
.plug-teaser h2 {
  font-variation-settings: 'wdth' 90;
}
@media screen and (min-width: 720px) {
  .s5 > .plug .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.push-button:no(.skin-border) {
  border-color: #dedede;
}
.nrk-button .button-icon {
  display: inline-block;
  margin: -1px 3px 0 0;
  opacity: 0.8;
}
.title-large {
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.title-large:not(.review) {
  font-variation-settings: 'wdth' 90;
  font-weight: 740;
}
.article-lead {
  margin-bottom: 1.5em;
  color: #061629;
}
.article-lead > p {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 520;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  .article-lead > p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.article-dateline__short {
  display: none;
}
.article-dateline {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #6c6c6c;
  line-height: 1.2em;
}
.article-dateline .article-publish-date {
  margin-bottom: 2px;
}
.article-metadata--mobile {
  display: none;
}
@media screen and (max-width: 719px) {
  .article-dateline__full {
    display: none;
  }
  .article-dateline__short {
    display: inline;
  }
  .article-header-sidebar .article-metadata--mobile {
    display: block;
    height: 41px;
    height: 2.5625rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -10px;
    margin: 0 -0.625rem;
  }
  .article-header-sidebar .article-metadata--mobile .article-dateline {
    display: block;
    height: 21px;
    height: 1.3125rem;
    font-size: calc(9px + 1rem / 4);
    font-size: calc(0.5625rem + 1rem / 4);
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .article-dateline:not(.article-footer) {
    display: none;
    line-height: 1.85em;
  }
  .article-lead-media {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
  }
  .article-lead-media > .widget {
    margin-bottom: 0 !important;
  }
  .article-lead-media.col.fl:before {
    content: '';
  }
  .article-lead-media {
    margin-bottom: 5px !important;
    margin-bottom: 0.3125rem !important;
  }
  .article-lead-media > .widget {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .article-header-sidebar .authors {
    padding-top: 5px;
    padding-top: 0.3125rem;
    line-height: 1;
  }
  .article-dateline {
    display: block;
    padding: 10px 10px 10px 10px;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .article-dateline:not(.article-footer) {
    display: none;
    line-height: 1.85em;
  }
  .article-title {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}
.article-dateline {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(38, 41, 42, 0.8);
  line-height: 1.2em;
}
.article-publish-date {
  display: inline-block;
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  .article-header-sidebar {
    width: 27.7777777778% !important;
  }
  .article-sidebar {
    width: 33.333333333% !important;
  }
}
@media screen and (min-width: 720px) {
  .article-header {
    margin-right: 35px !important;
    margin-right: 2.1875rem !important;
    margin-bottom: 1.5rem;
  }
  .article:not(.reference):not(.bulletin-attachment) {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }
  .s12.article-lead-media {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .s12.article-lead-media > .widget {
    margin-bottom: 0 !important;
  }
  .s17 > .container-widget-content > .article-lead {
    max-width: 680px;
  }
  .article-sidebar {
    padding-top: 6px;
    padding-top: 0.375rem;
  }
  .article-sidebar > .widget,
  .article-sidebar .container-widget-content,
  .article-sidebar .col > .widget,
  .article-header-sidebar > .container-widget-content {
    max-width: 228px;
  }
  .article-header-sidebar > .container-widget-content {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .article-sidebar .plug-teaser > .title {
    font-size: 16px;
    font-size: 1rem;
  }
  .article-sidebar > .universe > .container-widget-content {
    display: none;
  }
  .article-sidebar > .widget.container-widget {
    max-width: none;
  }
  .article-header-sidebar .authors {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .article-header-sidebar .author__image {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
  .article-dateline {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .s12.article-lead-media:not(.review) {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
  .s12.article-lead-media > .widget {
    margin-bottom: 0 !important;
  }
  .s5.article-sidebar > .universe:first-child {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
}
@media print {
  figure.image {
    background: #000;
  }
}
.article-feature .authors__expand:not(:target) {
  display: inline;
}
.article-feature .authors__expand:not(:target) ~ .author {
  display: none;
}
@media (min-width: 900px) {
  .article-feature__body
    > .fl.video-reference:is(:has([data-aspect-ratio='16x9'])),
  .article-feature__body
    > .fr.video-reference:is(:has([data-aspect-ratio='16x9'])),
  .article-feature__body
    > .fl.remoterenderedcontent-reference:is(:has(.widget.should-popout)),
  .article-feature__body
    > .fl.inlinesanitycontent-reference:is(:has(.widget.should-popout)) {
    width: calc(100% + 13vw);
    margin-left: -4vw;
  }
}
.author {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #6c6c6c;
}
.author a {
  border: 0 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #1767ce;
  margin-top: 2px;
  line-height: 1.4;
}
.author__name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.authors--expandable .author:first-of-type {
  display: inline-block;
}
.authors--expandable .author__image,
.author__image,
.authors__expand:not(:target) ~ .author,
.authors__expand:target {
  display: none;
}
.authors__expand {
  border: 0 !important;
  color: #1767ce;
  font-weight: 700;
  font-size: 0.9375rem;
  float: right;
  margin-top: 0.3rem;
}
@media (min-width: 720px) {
  .author {
    white-space: nowrap;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    line-height: 1.3;
  }
  .author__image,
  .author__body {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
  }
  .author__image {
    overflow: hidden;
    margin-right: 9px;
    margin-right: 0.5625rem;
    border-radius: 100%;
    background: #eee url('../img/d3b6969f6c2080266f8954f05aa0d0d9250ed86d.svg')
      0 100%/100% no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 50px;
    height: 50px;
    height: 3.125rem;
  }
  .author__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .authors--expandable .author {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
  .authors__expand {
    display: block;
    font-size: 0.875rem;
    margin-top: 0;
    float: none;
  }
}
@media print {
  .nrk-bottommenu-footer.nrk-bottommenu-footer {
    background: #fff;
  }
}
.universe-title {
  padding-right: 50px;
  padding-right: 3.125rem;
}
.universe-title > .skin-plug-icon {
  background-position: 100% 2px;
  padding-right: 37px;
  padding-right: 2.3125rem;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .universe-title > .skin-plug-icon {
    background-position: 100% -54px;
    background-position: 100% -3.375rem;
    padding-right: 21px;
    padding-right: 1.3125rem;
  }
}
figure {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.image .responsive-img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index: 0;
}
.image .responsive-img.F169 {
  /* padding-bottom: 56.25%; */
}
.image .responsive-img img {
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flow-content > .col {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.flow {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 720px) {
  .flow .pagination {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
@media print {
  .flow {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .sg9.stream-reference .stream-content .bulletin-wrapper:has(.plug-feature) {
    overflow: visible;
  }
  .sg9.stream-reference
    .stream-content
    .bulletin-wrapper:has(.plug-feature)
    .plug-feature
    .plug-teaser {
    -webkit-box-shadow:
      0 0 13px -7px rgba(0, 0, 0, 0.25),
      2px 3px 10px -1px rgba(0, 0, 0, 0.1);
    box-shadow:
      0 0 13px -7px rgba(0, 0, 0, 0.25),
      2px 3px 10px -1px rgba(0, 0, 0, 0.1);
  }
}
.bulletin-attachment.plug .plug-image + .plug-teaser:has(.review-summary),
.bulletin-attachment.plug .plug-teaser:has(.review-summary) {
  padding: 0 0 1.5rem;
}
.bulletin .bulletin-attachment.plug .plug-teaser:has(.review-summary) {
  padding: 1.5rem 0;
  gap: 0;
}
.bulletin
  .bulletin-attachment.plug
  .plug-teaser:has(.review-summary)
  .review-summary {
  background-color: inherit;
  height: 0;
}
.bulletin
  .bulletin-attachment.plug
  .plug-teaser:has(.review-summary)
  .review-summary
  .review-tag {
  position: absolute;
  top: calc(28px / -2);
}
.plug-teaser:has(.review-summary) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: calc(28px / -2);
  margin-top: calc(1.75rem / -2);
}
.plug-teaser:has(.review-summary):before {
  margin: 0;
  text-align: center;
}
.plug-teaser:has(.review-summary) .review-summary {
  padding: 0;
  margin: 0;
}
.plug-teaser:has(.review-summary) .title {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  max-width: 100%;
}
.review-summary .review-tag .review-rating:has(svg) {
  width: 28px;
  height: 28px;
  height: 1.75rem;
}
html.darkmode
  .ntbsport.widget
  [data-style-id='nrk']
  [data-component-id='team-lineup']
  > div
  > div:last-of-type
  > div:last-of-type
  > div:last-of-type
  > div
  > div
  > div
  svg:not(
    .card,
    html.darkmode
      .ntbsport.widget
      [data-style-id='nrk']
      [data-component-id='team-lineup']
      > div
      > div:last-of-type
      > div:last-of-type
      > div:last-of-type
      > div
      > div
      .css-onkibi
  ) {
  color: #000;
}
html.darkmode .ntbsport.widget > div > div:last-of-type div svg path {
  fill: #b2cff5;
}

html.darkmode #tips-form textarea:focus-visible,
html.darkmode #tips-form input:focus-visible {
  outline: 2px solid #8bb5eb;
}
html.darkmode #tips-form textarea.invalid:not(:focus-visible),
html.darkmode #tips-form input.invalid:not(:focus-visible) {
  border-color: #e81502;
}

.widget {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
}
.widget,
.widget *,
.widget::before,
.widget::after {
  box-sizing: border-box;
}

.widget:not(:last-child) {
  margin-bottom: 10px;
}

/*! NRK-sans v2.0.2 - Copyright 2022 NRK. All rights reserved */
@font-face {
  font-display: swap;
  font-family: NRK Sans Variable;
  font-weight: 1 950;
  src:
    url('NRKSans_Variable.woff2') format('woff2 supports variations'),
    url('../fonts/NRKSans_Variable.woff2') format('woff2-variations');
}
@font-face {
  font-display: swap;
  font-family: NRK Sans Variable;
  font-style: italic;
  font-weight: 1 950;
  src:
    url('../fonts/NRKSans_Variable_Italic.woff2')
      format('woff2 supports variations'),
    url('../fonts/NRKSans_Variable_Italic.woff2') format('woff2-variations');
}
:root {
  --nrk-sans-weight-hairline: 1;
  --nrk-sans-weight-thin: 90;
  --nrk-sans-weight-extralight: 180;
  --nrk-sans-weight-light: 290;
  --nrk-sans-weight-regular: 400;
  --nrk-sans-weight-medium: 560;
  --nrk-sans-weight-bold: 700;
  --nrk-sans-weight-extrabold: 800;
  --nrk-sans-weight-heavy: 890;
  --nrk-sans-weight-black: 950;
  --nrk-sans-width-regular: 100;
  --nrk-sans-width-compressed: 50;
  --nrk-sans-width-condensed: 80;
  --nrk-sans-width-semi-condensed: 90;
  --nrk-sans-width-extended: 120;
  --nrk-sans-width-ultra-extended: 200;
  --nrk-sans-regular: 'wdth' var(--nrk-sans-width-regular);
  --nrk-sans-compressed: 'wdth' var(--nrk-sans-width-compressed);
  --nrk-sans-condensed: 'wdth' var(--nrk-sans-width-condensed);
  --nrk-sans-semi-condensed: 'wdth' var(--nrk-sans-width-semi-condensed);
  --nrk-sans-extended: 'wdth' var(--nrk-sans-width-extended);
  --nrk-sans-ultra-extended: 'wdth' var(--nrk-sans-width-ultra-extended);
  --nrk-sans-features-super: 'ss01', 'ss02';
  --nrk-sans-features-animation: 'ss04';
}
.nrk-masthead {
  background: #1767ce;
  border: 0 solid rgba(6, 22, 41, 0.15);
  border-bottom: 1px solid #d9e9ff;
  color: #061629;
  font-family:
    NRK Sans Variable,
    sans-serif;
  font-size: 1rem;
  line-height: 3.75rem;
  position: relative;
}
@media (min-width: 1020px) {
  .nrk-masthead {
    padding-top: 40px;
  }
}
.nrk-masthead:after {
  clear: both;
  content: '';
  display: table;
}
.nrk-masthead *,
.nrk-masthead :after,
.nrk-masthead :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nrk-masthead * {
  border: 0 solid;
  border-color: inherit;
}
.nrk-masthead svg {
  fill: currentColor;
  vertical-align: middle;
}
.nrk-masthead__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1767ce;
  color: inherit;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6em;
  height: 3.75rem;
  margin-right: 0.75rem;
  padding: 0 1.375rem;
  text-decoration: none;
  vertical-align: top;
}

.nrk-masthead__logo > div {
  display: flex;
  align-items: center;
}
@media (min-width: 1020px) {
  .nrk-masthead__logo {
    float: left;
    margin-right: 1.75rem;
  }
}
.nrk-masthead__logo:hover {
  -webkit-transition: -webkit-box-shadow 0.15s linear;
  transition: -webkit-box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
  transition:
    box-shadow 0.15s linear,
    -webkit-box-shadow 0.15s linear;
}
.nrk-masthead__desktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-animation: nrkno-masthead-fade 0.2s ease-out backwards;
  animation: nrkno-masthead-fade 0.2s ease-out backwards;
  background: inherit;
  -webkit-box-shadow:
    0 1px 1px 0 rgba(6, 22, 41, 0.1),
    0 30px 70px -10px rgba(6, 22, 41, 0.1);
  box-shadow:
    0 1px 1px 0 rgba(6, 22, 41, 0.1),
    0 30px 70px -10px rgba(6, 22, 41, 0.1);
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  margin-top: 0;
  order: 3;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1020px) {
  .nrk-masthead__desktop {
    -webkit-animation: none;
    animation: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline;
    position: static;
    vertical-align: top;
  }
}
.nrk-masthead__user-and-search-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}
@media (max-width: 1019px) {
  .nrk-masthead__user-and-search-wrapper .nrk-masthead__user--desktop {
    display: none;
  }
}
.nrk-masthead__user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-right: 1rem;
  min-height: 3.75rem;
  position: relative;
  color: #fff;
}
.nrk-masthead__user--mobile {
  float: right;
}
@media (min-width: 1020px) {
  .nrk-masthead__user--mobile {
    display: none;
  }
}
.nrk-masthead__user:after {
  background: currentColor;
  content: '';
  display: block;
  height: 2rem;
  opacity: 0.15;
  position: absolute;
  right: -1rem;
  width: 1px;
}
@media (min-width: 1020px) {
  .nrk-masthead__user:after {
    content: none;
  }
}
.nrk-masthead__user a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  text-decoration: none;
}
.nrk-masthead__user a:hover {
  opacity: 0.7;
}
.nrk-masthead__user a svg {
  margin: 0 0.5rem 0 0;
}
.nrk-masthead__user a span {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nrk-masthead__apps {
  background: #0a2343;
  color: #eef5ff;
  font-size: 0.9rem;
  height: 40px;
  line-height: 40px;
  overflow-x: auto;
  text-align: center;
}
@media (min-width: 1020px) {
  .nrk-masthead__apps {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.nrk-masthead__apps ul {
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  min-width: 20rem;
  padding: 0 0.9375rem;
  padding-left: 40px;
}
@media (min-width: 1020px) {
  .nrk-masthead__apps ul {
    margin: auto;
    max-width: 40rem;
  }
}
.nrk-masthead__apps li {
  display: inline-block;
  margin: 0 0.3125rem;
}
.nrk-masthead__apps a {
  color: currentColor;
  display: block;
  font-weight: 200;
  text-decoration: none;
}
.nrk-masthead__apps a:hover {
  opacity: 1;
  text-decoration: underline;
}
.nrk-masthead__promo {
  -webkit-box-flex: 1;
  display: inline;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nrk-masthead__promo li {
  display: inline;
  margin: 0 0.25rem;
}
.nrk-masthead__promo a {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
}
.nrk-masthead__promo a:hover {
  opacity: 0.7;
}
@media (max-width: 1019px) {
  .nrk-masthead__promo {
    display: none;
  }
}
.nrk-masthead__more {
  -webkit-font-smoothing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family:
    NRK Sans Variable,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 0.25rem;
  padding: 0.375rem 0.75rem;
  vertical-align: baseline;
}
.nrk-masthead__more-icon {
  font-size: 0.6em;
  vertical-align: middle;
}
.nrk-masthead__more:hover {
  opacity: 0.7;
}
@media (max-width: 1019px) {
  .nrk-masthead__more {
    display: none;
  }
}
.nrk-masthead__bars {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  height: 3.75rem;
  justify-content: center;
  order: 2;
  padding: 0;
  width: 3.75rem;
}
@media (min-width: 1020px) {
  .nrk-masthead__bars {
    display: none;
  }
}
.nrk-masthead__bars svg {
  height: 1.5rem;
  width: 1.5rem;
}
.nrk-masthead__bars rect {
  -webkit-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition:
    transform 0.15s ease-in,
    -webkit-transform 0.15s ease-in;
}
.nrk-masthead__search {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  margin: 0 auto;
  order: 1;
  padding: 0 0.625rem 1.75rem;
  width: 100%;
}
@media (min-width: 720px) {
  .nrk-masthead__search {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1020px) {
  .nrk-masthead__search {
    float: right;
    max-width: 12rem;
  }
}
.nrk-masthead__search .nrk-masthead__search-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1020px) {
  .nrk-masthead__search .nrk-masthead__search-form {
    margin: 0.625rem 0 0;
  }
}
.nrk-masthead__search input {
  -webkit-box-flex: 1;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: #eef5ff;
  border: 2px solid transparent;
  border-radius: 0.3125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: currentColor;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  margin: 0;
  min-height: 2.5rem;
  min-width: 0;
  padding: 0.25rem 0.75rem 0.25rem 2rem;
  width: 100%;
}
.nrk-masthead__search input:focus {
  border-color: #061629;
  outline: 0;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
}
.nrk-masthead__search input::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
  color: #061629;
  font-weight: 400;
}
.nrk-masthead__search input::-moz-placeholder {
  -webkit-font-smoothing: antialiased;
  color: #061629;
  font-weight: 400;
}
.nrk-masthead__search input:-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
  color: #061629;
  font-weight: 400;
}
.nrk-masthead__search input::-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
  color: #061629;
  font-weight: 400;
}
.nrk-masthead__search button {
  background: none;
  border: 0;
  border-left: none;
  color: currentColor;
  font-size: 0.75rem;
  left: 0;
  min-height: 2.25rem;
  min-width: 2.25rem;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes nrkno-masthead-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes nrkno-masthead-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.maplibregl-map:fullscreen {
  height: 100%;
  width: 100%;
}
.maplibregl-ctrl button:not(:disabled):hover {
  background-color: rgb(0 0 0/5%);
}
.maplibregl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}
.maplibregl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
input {
  -webkit-font-feature-settings: 'liga' 0;
  font-feature-settings: 'liga' 0;
  text-rendering: optimizeSpeed;
}
svg {
  fill: currentColor;
}
a,
body,
img,
svg {
  margin: 0;
  border: 0;
  color: inherit;
}
a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.nrk-sr-focus__17xNB:not(:focus) {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
}

@media screen and (max-width: 719px) {
  .favorite-button-placeholder__sidebar {
    display: none;
  }
}

@media (min-width: 45rem) {
  .kur-floor:not(:has(core-scroll))
    .player__container.player__container-desktop--16x9
    nrkno-player:before {
    padding-top: 56.25%;
  }
}
@media (max-width: 61.8125rem) {
  .kur-floor:not(:has(core-scroll))
    .player__container.player__container--9x16
    .heading-size--4
    .nrkno-player-poster__heading {
    font-size: 2.0625rem;
  }
  .kur-floor:not(:has(core-scroll))
    .player__container.player__container--9x16
    .heading-size--5
    .nrkno-player-poster__heading {
    font-size: 2.375rem;
  }
  .kur-floor:not(:has(core-scroll))
    .player__container.player__container--9x16
    .heading-size--6
    .nrkno-player-poster__heading {
    font-size: 2.5rem;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input {
  -webkit-font-feature-settings: 'liga' 0;
  font-feature-settings: 'liga' 0;
  text-rendering: optimizeSpeed;
}
svg {
  fill: currentColor;
}
a,
body,
img,
svg {
  border: 0;
  color: inherit;
  margin: 0;
}
a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.nrk-bottommenu-footer {
  position: relative;
  text-align: center;
  padding: 25px 5px;
  background: color-footer-background;
  color: color-footer-text;
  min-width: 0 !important;

  @media mq-medium {
    padding: 37px 15px 25px;
  }

  .grid {
    max-width: none !important;
  }

  span {
    font-size: 14px !important;
    color: color-footer-text;
    display: inline-block;
    text-decoration: none;

    &.nrk-bottommenu-footer-copyright {
      font-weight: 600;
      display: block;
      margin: 1.25rem auto 1rem auto;
    }

    &.nrk-bottommenu-footer-editors {
      span {
        display: block;
        margin: 5px 0;

        @media mq-medium {
          display: inline-block;
          margin: 5px;
        }
      }
    }
  }
}
.nrk-bottommenu-footer span {
  font-size: 14px !important;
  color: #b2cff5;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .nrk-bottommenu-footer span.nrk-bottommenu-footer-editors span {
    display: inline-block;
    margin: 5px;
  }
}

.sr-only {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
  margin: 0 -1px -1px 0;
}

h3 a {
  color: #e11229;
}

h3 a:hover {
  color: #007fff;
}

h3 a:visited {
  color: #e11229;
}
:is(p, h2, h3, h4) a {
  color: #007fff !important;
  border-bottom: 0 !important;
  text-decoration: underline;
}

:is(p, h2, h3, h4) a:hover {
  color: #e11229 !important;
}

@media screen and (max-width: 720px) {
  aside {
    display: none;
  }
}

.img-full {
  width: 100%;
}

.img-relative {
  position: relative;
}

.responsive-img--visible {
  overflow: visible;
}

.text-italic-red {
  font-style: italic;
  color: #e11229;
}

.text-italic-blue {
  font-style: italic;
  color: #007fff;
}

.text-red {
  color: #e11229;
}

.text-muted {
  color: #6c757d;
}

.comments__facebook--hidden {
  margin-top: 30px;
}

.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );

  --reg-v4-line-width: 1px;

  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}

.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}

.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}

.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}

.reg-v4 .reg-v4__content::before {
  content: '' !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}

.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.reg-v4 .reg-v4__avatar {
  position: absolute !important;

  top: 0 !important;

  left: 0 !important;

  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);

  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;

  z-index: 2 !important;
}

.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}

.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}

.reg-v4 .reg-v4__title {
  width: fit-content !important;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}

.reg-v4 .reg-v4__content > ul {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}

.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}

.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}

.reg-v4 .reg-v4__content > ul li::before {
  content: '' !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}

.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}

.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}

.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}

.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}

@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }

  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }

  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}

@media screen and (max-width: 719px) {
  .mob-pad {
    padding: 0 10px;
  }
}

.timeline {
  padding-left: 1.5rem;
  margin: 1.5rem 0 2rem;
  border-left: 3px solid #c0392b;
}

.timeline .timeline-time {
  color: #c0392b;
  font-weight: bold;
  position: relative;
}

.timeline .timeline-time::before {
  content: '';
  position: absolute;
  left: calc((1.5rem + (10px + 3px) / 2) * -1);
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #c0392b;
  border-radius: 50%;
}

.gray-quote {
  background: #f0f0f0;
  border-left: 3px solid #999;
  padding: 12px 16px;
  margin: 1.5rem 0;
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #555;
}
.reg-v4 {
  --reg-v4-accent: #005890;
  /* timeline line and step markers color */

  --reg-v4-title-bg: #e3e3e3;
  /* title background */
  --reg-v4-title-color: #000;
  /* title text color */

  --reg-v4-text-color: #000;
  /* main text color */
  --reg-v4-font-family: Arial, sans-serif;
  /* font family for the whole block */

  --reg-v4-button-bg: #005890;
  /* button background color */
  --reg-v4-button-hover-bg: #007fff;
  /* button hover background */
  --reg-v4-button-text-color: #ffffff;
  /* button text color */
  --reg-v4-button-text-transform: uppercase;
  /* button text transform */

  --reg-v4-link: #e11229;
  /* link color */
  --reg-v4-link-hover: #007fff;
  /* link hover color */
  --reg-v4-link-bold: inherit;
  /* font weight link */

  --reg-v4-note-color: #464b5a;
  /* note text color */

  --reg-v4-content-padding-top: 16px;
  /* top padding of content */
  --reg-v4-content-padding-bottom: 8px;
  /* bottom padding of content */
  --reg-v4-content-padding-left: 75px;
  /* left padding reserved for avatar, line and markers */

  --reg-v4-content-mobile-padding-left: 58px;
  /* left padding on mobile */
  --reg-v4-content-mobile-padding-bottom: 20px;
  /* bottom padding on mobile */

  --reg-v4-avatar-size: 54px;
  /* avatar image size */
  --reg-v4-avatar-mobile-size: 47px;
  /* avatar image size on mobile */
  --reg-v4-avatar-gap: 0px;
  /* gap between image and border */
  --reg-v4-avatar-border: none;
  /* avatar border */
  --reg-v4-avatar-border-width: 0px;
  /* border width, must match border */
  --reg-v4-avatar-radius: 50%;
  /* avatar border radius */
  --reg-v4-avatar-margin-bottom: -60px;
  /* avatar bottom margin */
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  /* avatar bottom margin on mobile */

  --reg-v4-line-left: 27px;
  /* vertical line horizontal position */
  --reg-v4-line-mobile-left: 19px;
  /* vertical line horizontal position on mobile */
  --reg-v4-line-top: 20px;
  /* vertical line starting position */
  --reg-v4-line-height: 93%;
  /* vertical line height */
  --reg-v4-line-mobile-height: 92%;
  /* vertical line height on mobile */
  --reg-v4-line-width: 1px;
  /* vertical line width */

  --reg-v4-dot-size: 11px;
  /* step marker size */
  --reg-v4-dot-radius: 50%;
  /* 50% = circle, 0 = square */
  --reg-v4-dot-top: 0.65em;
  /* marker vertical position */

  --reg-v4-name-font-size: 16px;
  /* author name font size */
  --reg-v4-name-font-weight: 700;
  /* author name font weight */
  --reg-v4-name-line-height: 18px;
  /* author name line height */
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  /* author name color */

  --reg-v4-title-font-size: 1.1875rem;
  /* title font size */
  --reg-v4-title-font-weight: 800;
  /* title font weight */
  --reg-v4-title-line-height: 1.5rem;
  /* title line height */
  --reg-v4-title-letter-spacing: 0;
  /* title letter spacing */
  --reg-v4-title-text-transform: uppercase;
  /* title text transform */
  --reg-v4-title-padding: 16px 13px;
  /* title padding */
  --reg-v4-title-margin: 4px 0 25px;
  /* title margin */
  --reg-v4-title-radius: 4px;
  /* title border radius */

  --reg-v4-step-font-size: 19px;
  /* step text font size */
  --reg-v4-step-line-height: 1.35;
  /* step line height */
  --reg-v4-step-margin: 8px 0;
  /* spacing between steps */
  --reg-v4-last-step-margin-top: 20px;
  /* top margin of last step */
  --reg-v4-step-bold: 700;
  /* font weight for bold text like labels inside <b> tag */

  --reg-v4-note-font-size: var(--font-size-main-text);
  /* note font size */
  --reg-v4-note-margin: 0 0 20.647px;
  /* note margin */

  --reg-v4-button-width: 100%;
  /* button width */
  --reg-v4-button-mobile-width: 90%;
  /* button width on small screens */
  --reg-v4-button-margin: 0 auto 20px;
  /* button margin */
  --reg-v4-button-mobile-margin-left: 10px;
  /* button left margin on mobile */
  --reg-v4-button-padding: 19px;
  /* button padding */
  --reg-v4-button-font-size: 16px;
  /* button font size */
  --reg-v4-button-font-weight: 700;
  /* button font weight */
  --reg-v4-button-radius: 10px;
  /* button border radius */
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  /* button shadow */
}

.reg-v4 {
  --reg-v4-accent: #1767ce;
  --reg-v4-font-family: 'NRK Sans Variable', sans-serif;
  --reg-v4-step-font-size: 18px;
  --reg-v4-link: #007fff;
  --reg-v4-link-hover: #e11229;
  --reg-v4-button-bg: #1767ce;
  --reg-v4-button-hover-bg: #005890;
  --reg-v4-name-font-size: 18px;
  --reg-v4-title-font-size: 23px;
  --reg-v4-title-font-weight: 700;
}

.nrk-masthead__user svg {
  margin: 0 0.5rem 0 0;

  width: 21px;
  height: 21px;
}

.image .responsive-img img {
  object-fit: contain;
  height: auto;
}

.comments {
  position: relative;
  border: solid 1px #dddfe2;
  border-radius: 0 0 4px 4px;
  padding: 10px 20px;
  font-family: 'Roboto';
}

.comments__header {
  background: #4267b2;
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  align-items: center;
}

.comments__content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comments__logo {
  width: 30px;
}

.comments__title {
  color: #fff;
  font-size: 20px;
}

.comment {
  display: flex;
  position: relative;
  flex-direction: row;
  padding-top: 4px;
  --thread_line-clr: #e2e5e9;
  --thread_line-width: 2px;
  --thread_line-offset: 14px;
}

.comment--reply {
  padding-left: 52px;
}

.comment__avatar {
  margin-top: 2px;
  margin-right: 6px;
  flex-shrink: 0;
}

.comment__avatar-img,
.comment__no-avatar-img {
  height: 32px;
  width: 32px;
  border-radius: 50px;
}

.comment__content {
  display: flex;
  flex-direction: column;
}

.comment__message {
  background: #f0f2f5;
  padding: 8px 12px;
  border-radius: 18px;
  color: #080809;
  /* width: fit-content; */
  max-width: 100%;
}

.comment__message--highlighted {
  background: #e7f3ff;
}

.comment__name {
  font-size: 13px;
  line-height: 1.2308;
  max-width: 100%;
  font-weight: bold;
  /* font-family: 'Roboto-bl'; */
}

.comment__text {
  font-size: 15px;
  line-height: 1.3333;
}

.comment__text a {
  text-decoration: underline;
  color: #007fff;
}

.comment__text a:hover,
.comment__text a:focus {
  color: #e11229;
}

.comment__image {
  max-width: 230px;
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
}

.comment__footer {
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: 4px;
  margin-right: -8px;
  min-height: 15px;
  line-height: 12px;
}

.comment__footer-item {
  font-size: 12px;
  margin: 0 8px;
  font-weight: 500;
}

.nrk-masthead__user {
  font-size: 16px;
}

@media (max-width: 600px) {
  .comments__facebook {
    margin: 0 10px;
    overflow: hidden;
  }

  .comments {
    padding: 10px;
  }

  .nrk-user-notloggedin {
    width: 21px;
    height: 21px;
    margin: 0 0.3rem 0 0;
  }
}

@media (max-width: 450px) {
  .comment {
    margin-inline: unset;
    width: 100%;
  }

  .comment--reply .comment__content {
    max-width: calc(100% - 90px);
  }

  .comment__footer {
    margin-right: 0;
  }

  .comment__footer-item {
    font-size: 10px;
  }
}

.reactions__count {
  font-size: 14px;
}

.comment__footer-content {
  display: flex;
  align-items: center;
}

.comment__footer-reactions {
  gap: 3px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  flex-grow: 1;
}

.reactions__ikon {
  display: flex;
  align-items: center;
}

.user-reply {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.user-reply__box {
  background: #f0f2f5;
  border-radius: 18px;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.user-reply__text {
  display: flex;
  align-items: center;
  padding: 8px 12px;
}

.user-reply__placeholder {
  margin: 0;
  font-size: 15px;
  color: #65686c;
}

.nrk-bottommenu-footer {
  padding: 25px;
  background: #061629;
  color: #b2cff5;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.lightbox-img::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url('../img/lupa.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}

a.lightbox-img,
a.lightbox-img:hover {
  color: transparent !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.lightbox-img::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url('../img/lupa.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}

.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0;
}

.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}

.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type='submit'],
    input[type='button']
  ) {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}

.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}

@media (width < 1020px) {
  .nrk-masthead__user-and-search-wrapper,
  .nrk-masthead__desktop {
    display: none;
  }
}
