@charset "UTF-8";
/* Tillegg til artikkel-2.css. Lastes ETTER artikkel-2.css. */

.articleType2--slide .articleType2__eventInfo{
  display:grid;
  gap:3px;
  max-width:520px;
  margin:28px 0;
  padding:14px 16px;
  background:rgba(255,255,255,.70);
  border-left:3px solid var(--teal);
  border-radius:3px;
  color:#34475e;
  font-size:.88rem;
  line-height:1.55;
}
.articleType2--slide .articleType2__eventInfo strong{
  color:var(--navy);
  font-weight:600;
}

.articleGallery{
  max-width:760px;
  margin:34px 0 38px;
}
.articleGallery__viewport{
  position:relative;
  overflow:hidden;
}
.articleGallery__track{
  display:flex;
  transition:transform .35s ease;
  will-change:transform;
}
.articleGallery__slide{
  flex:0 0 100%;
  min-width:0;
  margin:0;
}
.articleGallery__frame{
  max-width:560px;
  margin:0 auto;
  padding:6px;
  background:#fff;
  border-radius:4px;
  box-shadow:0 4px 14px rgba(10,25,45,.09);
}
.articleGallery__frame img{
  width:100%;
  height:360px;
  display:block;
  object-fit:contain;
  background:#fff;
  border-radius:1px;
}
.articleGallery__slide figcaption{
  max-width:560px;
  margin:9px auto 0;
  color:var(--muted);
  font-size:.78rem;
  line-height:1.5;
}
.articleGallery__button{
  position:absolute;
  top:180px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(0,43,95,.14);
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:var(--navy);
  box-shadow:0 3px 10px rgba(10,25,45,.10);
  font:inherit;
  font-size:1.65rem;
  line-height:1;
  cursor:pointer;
  z-index:2;
}
.articleGallery__button:hover{
  background:var(--navy);
  color:#fff;
}
.articleGallery__button--prev{left:8px;}
.articleGallery__button--next{right:8px;}

.articleGallery__footer{
  max-width:560px;
  margin:12px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.articleGallery__dots{
  display:flex;
  align-items:center;
  gap:8px;
}
.articleGallery__dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(0,43,95,.24);
  cursor:pointer;
}
.articleGallery__dot.is-active{background:var(--teal);}
.articleGallery__count{
  color:var(--muted);
  font-size:.75rem;
}

@media (max-width:680px){
  .articleGallery{margin:28px 0 32px;}
  .articleGallery__track{touch-action:pan-y;}
  .articleGallery__frame{
    max-width:none;
    padding:5px;
  }
  .articleGallery__frame img{
    height:auto;
    max-height:430px;
    object-fit:contain;
  }
  .articleGallery__slide figcaption{max-width:none;}
  .articleGallery__button{
    top:42%;
    width:34px;
    height:34px;
    font-size:1.45rem;
  }
  .articleGallery__button--prev{left:6px;}
  .articleGallery__button--next{right:6px;}
  .articleGallery__footer{max-width:none;}
}

@media (prefers-reduced-motion:reduce){
  .articleGallery__track{transition:none;}
}
