@charset "UTF-8";

@font-face {
    font-family: "GothamLight";
    src: url("../font/GothamBook.ttf");

}
@font-face {
    font-family: "GothamBold";
    src: url("../font/GothamBold.ttf");
    src: url('../font/Gotham-Bold.otf');
}
html {
scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6 {
    font-family:"GothamBold";
}

body {
    overflow-x:hidden;
    margin:0;
    padding:0;
font-family:'GothamLight', Helvetica, Arial, sans-serif;
line-height:26px;
font-size:18px;
}

.donera {
content: '';
    display: block;
    z-index: 12;
    background: url("../img/donera.svg");
    width: 70px;
    height: 70px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.donera:hover {
    filter:drop-shadow(0 0 6px yellow) drop-shadow(0 0 12px yellow);
}
.container {

    margin-top:60px;
margin-left:auto;
margin-right:auto;
max-width:1440px;
min-width:1440px;
}
.right {
float:right;
width:480px;
}
.left {
width: calc(100% - 50px);
float:left;
}
.center {
        margin-bottom: 50px;
    height: 730px;
text-align: center;
}
.center img {
margin-left:auto;
margin-right:auto;
    width: 320px;
    margin-bottom: 30px;
   margin-top: 70px;
   filter: drop-shadow(0 0 2px white) drop-shadow(0 0 16px white) drop-shadow(0 0 64px white);
}

h1 {
margin-top:0;
padding-top:0;
font-size: 88px;
line-height: 80px;
}
p {
margin-bottom:40px;
}
li {
line-height: 24px;
margin-bottom:16px;
}
.footer {
display:block;
width:100%;
clear:both;
float:none;
font-size:14px;
}
.news {
    border-radius: 12px;
    background:#f9f9f9;
margin:20px;
border:1px solid #f2f2f2;
box-shadow:0 1px 2px rgba(0,0,0,0.5), 0 12px 16px rgba(0,0,0,0.25);

}

.newssmall {
    border-radius: 12px;
    background:#f9f9f9;
margin:20px;
border:1px solid #f2f2f2;
box-shadow:0 1px 2px rgba(0,0,0,0.5), 0 12px 16px rgba(0,0,0,0.25);

}
.newssmall.sticky {
  position: fixed;
  top: 80px;
  width: 438px;
  z-index:100;
  background:#f9f9f9;
}
.head {
border-bottom:1px solid #f2f2f2;
padding:20px;
font-weight:Bold;
color:royalblue;
}

.headlast {
    border-bottom:none!important;
}

.newssmall .head {
padding:0;
    font-size: 14px;

}

.head a {
padding: 6px 20px;
    display: block;
    color:royalblue;
    text-decoration: none;
}
.head a:hover {
    color:black;
}
.head:hover a {
    color:black;
}
.head:last-child {
border-bottom:none;
}
.head:hover {
color:black;
cursor:pointer;
}
.newscont {
border-bottom:1px solid #f2f2f2;
display:none;
padding-left:20px;
padding-right:20px;
}
.bg {
margin-top:60px;
background:url("../img/riket-bg.jpg");
background-position:center center;
background-repeat: no-repeat;
background-size:cover;
position:absolute;
top:0px;
left:0;
width:100%;
height:730px;
z-index:-2;
}

.bg:after {
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 460px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index:5;
}

#video {
margin-top:60px;
position:absolute;
top:-20%;
left:0;
width:100vw;
min-width: 1920px;
left:50%;
transform:translateX(-50%);
z-index:-1;
}

.videoafter {
    content:'';
    display:block;
    position:absolute;
    top:0%;
    left: 0;
    width:100%;
    min-width: 1920px;
    aspect-ratio: 16/9;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 70%);
    z-index:0;
}

.bg-header {
margin-top:60px;
background:url("../img/riket-bg.jpg");
background-position:center center;
background-repeat: no-repeat;
background-size:cover;
background: #0075dd;
position:absolute;
top:0px;
left:0;
right:0;
width: 100vw;
height:330px;
z-index:-1;
}
.header {
        
    padding-top: 150px;
    height: 220px;
}
.header h1 {
    width:90%;
    color:white;
      letter-spacing:-4px;
}

.header a {
    color:navy;
    text-decoration:none;
}
.header a:hover {
    color:white;
}
.center h1 {
    top: -20px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 130px;
    color:#004b87;
    letter-spacing: -8px;
    z-index:10;
    margin-bottom:0;
}
.center h4 {
    margin-top:0;
    position: relative;
    color:#004b87;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-indent: 17px;
    margin-bottom:40px;
    position: relative;
    z-index:10;
    top:0;

}

.center .button {
    margin-left:5px;
    margin-right:5px;
    z-index:100;
    position:relative;
    top:0;
}

.center h5 {
    font-family: 'GothamLight';
    color: gray;
    font-size: 12px;
    top: -4px;
    position: relative;
    font-weight: normal;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-indent: 19px;
    margin-top: 0;
    padding-top: 0;
}

.svg-border-rounded svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
}
.menu {
    font-family:"GothamBold";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:white;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.3);
    height:60px;
    z-index:1000;
      transition: transform 0.3s ease;
}
.menu.hide {
  transform: translateY(-100%);
}

.menu.show {
  transform: translateY(0);
}
.menu .active {
    color:black;
}
.menu .twitter,
.menu .tiktok {
    width: 8px;
    display: block;
    padding: 26px;
    height: 8px;
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: relative;

}
.menu .twitter {
    background-image: url("../img/twitter.svg");
}
.menu .tiktok {
    background-image: url("../img/tiktok.svg");
}
.twitter:hover,
.tiktok:hover {
    background-size:38px;
 
}
.menu .active:after {
    content:'';
    display:block;
    position:absolute;
    width:calc(100% - 40px);
    left:20px;
    top:-4px;
    height:6px;
    background:black;
}
.menu .contain {
    max-width:1440px;
min-width:1440px;
    margin-left:auto;
    margin-right:auto;
}

.menu .logo {
    font-family:"GothamBold";
    font-size:28px;
    color:#004b87;
    text-decoration: none;
    padding-left:50px;
    line-height:40px;
    float:left;
    display:block;
    margin-top:10px;
    margin-left:10px;
    width:40px;
    height:40px;
    background:url("../img/riket-logo-plain.svg");
    background-position:left center;
    background-repeat:no-repeat;
    background-size:40px;
}
.menu .logo:hover {
    color:black;
}
.menu ul {
    float:right;
    display: block;
    margin:0;
    padding:0;
    list-style:none;
}
.menu ul li {
    float:left;
}
.menu ul li a {
    position:relative;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:bold;
    color:royalblue;
    line-height:60px;
    padding:20px 20px;
    font-size:14px;
}
.menu ul li a:hover {
    color:black;
}

.content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
    float: none;
}

.content p a, .grid .left a {
    font-weight: bold;
    color:royalblue;
}
.content p a:hover, .grid .left a:hover {
    font-weight: bold;
    color:black;
}

.grid {
        display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
    float: none;
}
.grid h2 {
    font-size: 44px;
    line-height: 47px;
    letter-spacing: -3px;
}
.grid h3{
    font-size:28px;
    padding-top:40px;
}

.grid h3 a {

    color:royalblue;
}

.grid h3 a:after {
display: inline-block;
    width: 32px;
    height: 32px;
    content: '';
    background: url("../img/exlink.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 21px;
    color: royalblue;
    opacity: 0.3;
}

.grid h3 a:hover {
    color:black;
}

.grid h3 a:hover::after {
    opacity: 1;
}


.grid ul {
 
    list-style: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    
}
.grid ul li {
    padding-left:40px;
   background: url('../img/check.svg');
   background-position:left top;
   background-size:21px;
   background-repeat: no-repeat;
}
#footer {
    font-family: "GothamLight";
    clear: both;
    float: none;
    margin-top: 80px;
    background: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 10px;
}
#footer .social {
    display: block;
    float: none;
    clear: both;
}
#footer .contain {
    margin-left:auto;
    margin-right:auto;
    width:1440px;
    position: relative;
}

#footer .smallfooter {
    float:left;
    width:200px;
    z-index: 10;
    position: relative;
}

#footer .smallfooter ul {
    list-style: none;
    margin:0;
    padding:0;
    font-family:"GothamBold";
    font-weight: bold;
    text-transform:uppercase;
    font-size:14px;
}
#footer .smallfooter ul li {
    line-height:auto;
    margin-bottom:0;
}

#footer .smallfooter ul a {
text-transform: none;
text-decoration: none;
font-weight: normal!important;
color:royalblue;
font-family: "GothamLight"!important;
line-height:28px;
width:100%;
display:block;
}

#footer .smallfooter ul a:hover {
    color:black;
}

#footer .facebook, #footer .twitter, #footer .youtube, #footer .tiktok {
    width: 8px;
    display: block;
    padding: 20px;
    margin-top:10px;
    margin-bottom:10px;
    height: 8px;
    top: 0;
    left: 0;
    position: relative;
    float:left;
}

#footer .facebook {

    background: url("../img/facebook.svg");
    background-position: center center;
    background-size: 36px;
    background-repeat: no-repeat;

}

#footer .twitter {

    background: url("../img/twitter.svg");
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;

}

#footer .youtube {

    background: url("../img/youtube.svg");
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;

}

#footer .tiktok {

    background: url("../img/tiktok.svg");
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;

}

.graylogo {
position: absolute;
    right: 20px;
    top: 0;
    width: 200px;
    height: 200px;
    background: url("../img/riket-logo-plain.svg");
    background-size:100%;
        content: '';
    display: block;
    z-index: 0;
    filter: saturate(0);
    opacity: 0.3;
}

.newstuff {
    float:none;
    clear:both;
    height:580px;
        margin-bottom: 180px;
    border-radius: 12px;
    background:#f9f9f9;
    box-shadow:0 1px 2px rgba(0,0,0,0.5), 0 12px 16px rgba(0,0,0,0.25);

}

.info {
    height:320px;
    border-radius: 12px;
    background:#88ceef;
    margin-bottom: 20px;
    width:calc(50% - 10px);
    float:left;
    margin-right:20px;
    position: relative;
    z-index:10;
    transition: 0.3s ease-in-out;
}

.info-last {
    background:rgb(168, 213, 168);
}

.info-last {
    margin-right:0;
}

.newcontent {
    overflow:hidden;
    border-radius:12px;
    height:580px;
    width:100%;
    display:block;
    position:relative;
}

.info .newcontent {
    height:320px;
}

.image:after, .infoimage:after {
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 70%;
    background: linear-gradient(0deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
    z-index:1;
}
.infoimage:after {
    mix-blend-mode: soft-light;
}
.image img, .infoimage img {
width:100%;
top:0;
margin:0;
z-index:0;
position:absolute;
left:0;
transition:0.3s ease-in-out;
}

.newcontent h2, .newcontent .button,.newcontent p {
    z-index:1;
    position:absolute;
}

.newcontent h2 {
    letter-spacing: -4px;
    color:black;
    text-align: center;
    width:100%;
    top:170px;
    font-size:88px;
}

.newcontent p {
    color:black;
    font-weight:bold;
    text-align: center;
    top:300px;
    position: absolute;
    left:50%;
    width:520px;
    transform:translateX(-50%);
}

.info .newcontent h2 {
    top:0px;
    text-align: left;
    font-size:64px;
    padding-left:40px;
    padding-right:40px;
}

.info .newcontent p {
        padding-left:40px;
    padding-right:40px;
    text-align: left;
    top:100px;
    transform:translateX(0);
    left:0;
    opacity:0;
    transition: 0.3s ease-in-out;
}



.info:hover {
    z-index: 10;
    position: relative;
}
.info:hover .infoimage img {
    opacity:0;

}

.info:hover .newcontent p {
    opacity:1;
}


.newcontent:hover h2 {
    color:black;
}

.newcontent .button {
    bottom:60px;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
}

.info .button {
      bottom: 150px;
    transform:translateX(0);
    position: absolute;
    left:40px
}

.info:hover .button {
    bottom:40px;
}




.quote {
    margin-top:20px;
    display:block;
    margin-bottom: 80px;
    background:#004b87;
    border-radius:12px;
    color:white;
    padding:60px 60px;
    text-align: center;
    font-size:24px;
    line-height:34px;
    clear:both;
    float:none;
}

.quote b {
    color:yellow;
}

.quote p {
    margin:0;
    padding:0;
}


.why {
    float:none;
    clear:both;
    padding:30px;
    font-size:16px;
    line-height:21px;
    border-radius: 12px;
    background:#b8ffcc;
    box-shadow:0 1px 2px rgba(0,0,0,0.5), 0 12px 16px rgba(0,0,0,0.25);
margin-bottom:40px;
}
.why p {
    padding:0;
    margin:0;
}


.button {
    padding: 16px 40px;
    border-radius:100px;
    background:royalblue;
    color:white;
    font-weight:bold;
    text-decoration:none;
    transition: 0.2s ease-in-out;
}

.button:hover, .newcontent:hover .button  {
    background:navy;
}

.grid .left a.button {
    color: white;
} 

.pollgrid {
    margin-top:160px;
    width:100%;
    display:grid;
    grid-template-columns: 3fr 4fr;
    grid-gap:100px;
}

.poll {
    overflow:hidden;
    border-radius:12px;
}

.poll iframe {
    width:100%!important;
}

.quizbtn {
    font-size:0px;
}
.qp_btn {
    color:royalblue!important;
    border-radius:100px!important;
}

.pollgrid h1 {
    margin-top: 19px;
}
.menudiv {
        display: block;
}

.alska {
    width:calc(100% - 40px);
    margin:20px;
    border-radius: 12px;
    overflow:hidden;
    background:#004b87;
}
.alska img {
    width: 100%;
}

.alska p, .quote p {
    padding: 0px 40px;
    color: white;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 38px;
}
.alska .button {
    margin-left: auto!important;
    margin-right: auto!important;
    position: relative;
    margin-bottom: 70px;
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
}
.quote img {
    width: 100%;
}

    .alska .small {
        font-weight: normal;
        font-size:16px;
        line-height: inherit;
    }
.grid3 {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}

.politikinfo {
    border-radius:12px;
    background:#88ceef;
    padding:10px 30px 40px 30px;
    color:black;
    text-decoration: none;
}
.politikinfo ul {
padding-left: 17px;
    margin-bottom: 40px;
}
.politikinfo ul li {
    margin-left:0;
        font-weight: bold;
    font-size: 16px;
}
.politikinfo .button {
    display:inline;
}
.politikinfo:hover .button {
    background:navy;
}

.politikinfo:hover {
    background:#80adff;
}

.alska {
    width: 100%;
    margin:0;
    margin-top:80px;
}
.alska-content {
    padding:20px;
    margin-bottom: 40px;
}
.alska-content img {
    float:right;
    margin-left:80px;
    margin-bottom:120px;
    max-width:46%;
}

@media (max-width: 1500px) {

    .center {
        height: 620px;
    }
    .info, .info .newcontent {
        height: 300px;
    }
.menu, .menu .contain {
    width:100vw;
    max-width:100vw;
    min-width:100vw;
}
.container, .pollgrid, #footer .contain, iframe {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
}
.info .newcontent h2 {
        font-size:50px;
    }
    .info .newcontent p {
        font-size: 15px;
    line-height: 21px;
            width: 82%;
            opacity: 1;
            top: 80px;
    }

    .info .infoimage {
        display:none;
    }
        .info .button {
            bottom: 40px;
    }
        .poll iframe {
    width:100%!important;
    max-width:100%;
    min-width:100%;
}
.grid .right {
    width: 300px;
}
.newssmall.sticky {
    width:300px;
}
.footer {
        font-size: 11px;
}
.pollgrid {
        grid-gap: 50px;
}
.poll h1 {
    font-size: 68px;
    line-height: 60px;
}
.poll {
    padding-right:20px;
}
}

@media (max-width: 720px) {
    .politikinfo {
            margin: 20px;
    }
    .alska-content img {
        float:none;
        margin:0;
        margin-bottom:20px;
        max-width:100%;
    }
    body {
        overflow-x:hidden;
    }
.grid3 {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom:20px;
}
  body, .container {
    min-width:320px;
  }
.alska {
    width: calc(100% - 40px);
    margin:20px;
}
  .alska p, .quote p {
        font-size:inherit;
        line-height:inherit;
  }
    
    .container {
        min-width: 100%;
        max-width: 720px;
        width:100%;
    }
    .menu {
        width:100%;
        max-width: 720px;
        min-width: 100%;
        position:fixed;
        top:0;
        left:0;
        right:0;
    }
    .menu .contain {
        margin:0;
        width:100%;
        max-width: 720px;
        min-width: 100%;
    }
    iframe {
        max-width: 100%;
        min-width: auto;
        width: calc(100% - 40px);
        aspect-ratio: 16/9;
        height: auto;
        margin: 20px;
        margin-bottom:0px!important;
    }
    video, .videoafter {
        display:none;
    }

    .center{
        min-width:100%;
        max-width:100%;
        height: 400px;
    }
    .center img {
        width: 210px;
    margin-bottom: 30px;
    margin-top: 30px;
    }

    .center h1 {
        font-size: 110px;
        margin-bottom:30px;
    }
    .center h4 {
        top: -44px;
        font-size: 14px;
    }
    .center .button {
            top: -60px;
    }

    .info {
        width: calc(100% - 40px);
    margin: 20px;
    }
    .bg {
        height:520px;
    }
    .left, .right {
        float:none;
        clear:both;
        width:100%;
    }


    .menudiv ul {
        display:block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 10000;
        background:white;
        height: 100vh;
        padding-top:80px;
    }


    .menudiv ul li {
        float:none;
        width:100%;
    }

    .menudiv ul li a {
        font-size: 50px;
        letter-spacing:-3px;
    line-height: 64px;
        }
        .menu .active:after {
        content: '';
        display: block;
        position: absolute;
        width: 6px;
        left: 0;
        top: 20px;
        height: calc(100% - 40px);
        background: black;
    }
    .menudiv .close {
        display:none;
        content:'';
        width:32px;
        height:32px;
        background:url("../img/close.svg");
        background-position: center center;
        background-size:32px;
        position:fixed;
        top: 14px;
        right: 14px;
        z-index: 10000000;
        animation:anim-close 1s ease-out 1 forwards;
    }

    @keyframes anim-close {
        0% {
            rotate:0deg;
            opacity: 0;
        }

        100% {
            opacity: 1;
            rotate:180deg;
        }
    }

    .hamburger {
        display:block;
        content:'';
        width:32px;
        height:32px;
        background:url("../img/menu.svg");
        background-position: center center;
        background-size:32px;
        position:fixed;
        top: 14px;
        right: 14px;
        z-index: 100;
    }

    .hamburger:hover {
        cursor:pointer;
    }
    .menudiv .close:hover {
        cursor:pointer;
    }
    .menudiv {
        display:none;
        height: 100vh;
        width:100%;
        position:fixed;
        background:white;
        z-index:10000;
    }
    .info .newcontent {
    height: 320px;
    text-decoration: none;
}

    .info .newcontent h2 {
        font-size:50px;
    }
    .info .newcontent p {
        font-size: 15px;
    line-height: 21px;
            width: 82%;
            opacity: 1;
            top: 80px;
    }

    .info .infoimage {
        display:none;
    }

    .info {
        margin-bottom: 0px;
            height: 320px;
    }

    .info-last {
        margin-bottom:20px;
    }

    .info .button {
            bottom: 40px;
    }

    .quote {
    padding: 30px;
    margin: 20px;
    font-size: 18px;
    line-height: 24px;
    }

    .newstuff {
        margin:20px;
        height: 680px;
        margin-bottom: 80px;
}

    .newcontent {
        height: 680px;
        text-decoration: none;

    }
.newcontent h2{
    bottom: 171px;
    top: auto;
    font-size: 68px;
    line-height: 66px;
}
.newcontent p {
    position: relative;
        top: auto;
    width: 80%;
    bottom: -460px;

}

.donera {
    content: '';
    display: block;
    z-index: 12;
    background: url("../img/donera.svg");
    width: 90px;
    height: 90px;
    background-size: 70px;
    position: fixed;
    background-position: center 4px;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 20px;
    border-radius: 10000px;
    background-color: #f2f2f2;
    overflow: visible;
}

.content {
    display:block;
    width:calc(100% - 40px);
    margin:20px;
}
.content h1 {
    font-size: 58px;
    line-height: 58px;
}
.content .right {
    display:none;
}

.pollgrid {
    display:block;
    width:calc(100% - 40px);
    margin:20px;
    margin-top:80px;
}
.poll:nth-child(2) {
    display:none;
}

.pollgrid iframe {

    margin:0!important;
}
#footer {
    width: 100%;
    max-width:100%;
    min-width:100%;
}
#footer .contain {
    padding:20px;
    width:calc(100% - 40px);
}
.header h1 {
    line-height: 47px;
    font-size: 44px;
    letter-spacing: -2px;
}

.bg-header {
    height:230px;
}
.grid {
display: block;
    padding: 20px;
       width: calc(100% - 50px);
}

.grid .right {
    display:none;
}

.header {
    padding: 20px;
    height: 150px;
    padding-top:80px;
}
.grid .left, .grid .right {
width: 100%;
}
}

@media (max-width: 530px) {
    .newstuff {
            height: 570px;
    }
.newcontent {
    height: 570px;
    text-decoration: none;
    position: relative;
}
.newcontent h2 {
    bottom: 241px;
    top: auto;
    font-size: 45px;
    line-height: 46px;
}

.newcontent p {
    top: auto;
    width: 80%;
   bottom: -303px;
}


.newstuff .button {
    bottom: 60px;
    position: absolute;
    left: 50%;
    font-size: 16px;
    width: 37%;
    text-align: center;
    transform: translateX(-50%);
}

}

/* Responsive layout refinements */
:root {
    --page-gutter: clamp(20px, 4vw, 48px);
    --content-width: 1440px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
}

body {
    min-width: 320px;
}

img,
svg,
video {
    max-width: 100%;
}

img {
    height: auto;
}

.container,
.menu .contain,
#footer .contain {
    width: min(calc(100% - (2 * var(--page-gutter))), var(--content-width));
    min-width: 0;
    max-width: var(--content-width);
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.menu .contain,
#footer .contain {
    margin-left: auto;
    margin-right: auto;
}

.menu {
    width: 100%;
    min-width: 320px;
}

.content,
.grid {
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: clamp(32px, 5vw, 80px);
}

.content > *,
.grid > *,
.pollgrid > *,
.grid3 > * {
    min-width: 0;
}

.left,
.right,
.grid .right {
    width: auto;
}

.right img,
.grid .right img {
    display: block;
    width: 100%;
}

.container > iframe {
    display: block;
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
}

#video {
    top: 0;
    width: 100%;
    min-width: 0;
    height: 730px;
    object-fit: cover;
    object-position: center top;
    transform: translateX(-50%);
}

.videoafter {
    width: 100%;
    min-width: 0;
    height: 790px;
    aspect-ratio: auto;
}

.center h1 {
    font-size: clamp(88px, 9vw, 130px);
}

.grid h2 {
    font-size: clamp(34px, 4vw, 44px);
    line-height: 1.08;
    letter-spacing: clamp(-3px, -0.2vw, -1px);
}

.grid3 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.pollgrid {
    grid-template-columns: minmax(280px, 3fr) minmax(0, 4fr);
    gap: clamp(32px, 6vw, 100px);
}

.newssmall.sticky {
    width: min(438px, calc(100vw - (2 * var(--page-gutter))));
}

.button {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.newcontent {
    text-decoration: none;
}

.alska-content {
    display: flow-root;
}

@media (max-width: 1100px) {
    .menu ul li a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }

    .menu .logo {
        margin-left: 0;
    }

    .center {
        height: 620px;
    }

    #video,
    .videoafter {
        height: 650px;
    }

    .pollgrid {
        margin-top: 100px;
    }
}

@media (max-width: 900px) {
    .content,
    .grid {
        display: block;
    }

    .content .right,
    .grid .right {
        display: none;
    }

    .menudiv {
        display: none;
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100dvh;
        overflow-y: auto;
        background: white;
        z-index: 10000;
    }

    .menudiv ul {
        display: block;
        float: none;
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 80px var(--page-gutter) 32px;
        background: white;
    }

    .menudiv ul li {
        float: none;
        width: 100%;
        margin: 0;
    }

    .menudiv ul li a {
        display: block;
        padding: 0 20px;
        font-size: clamp(32px, 7vw, 50px);
        line-height: 1.3;
        letter-spacing: -2px;
    }

    .menu .active::after {
        top: 18%;
        left: 0;
        width: 6px;
        height: 64%;
    }

    .hamburger,
    .menudiv .close {
        width: 32px;
        height: 32px;
        position: fixed;
        top: 14px;
        right: max(14px, var(--page-gutter));
        background-position: center;
        background-size: 32px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .hamburger {
        display: block;
        background-image: url("../img/menu.svg");
        z-index: 100;
    }

    .menudiv .close {
        display: none;
        background-image: url("../img/close.svg");
        z-index: 10001;
    }

    .header {
        height: 190px;
        padding-top: 120px;
    }

    .header h1 {
        width: 100%;
        font-size: clamp(44px, 9vw, 72px);
        line-height: 1;
        letter-spacing: -3px;
    }

    .bg-header {
        height: 280px;
    }

    .info,
    .info .newcontent {
        height: auto;
        min-height: 360px;
    }

    .info .newcontent {
        display: flex;
        padding: 34px 40px 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .info .newcontent h2,
    .info .newcontent p,
    .info .newcontent .button {
        position: static;
        left: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        transform: none;
    }

    .info .newcontent h2 {
        margin: 0 0 12px;
        font-size: clamp(42px, 6.5vw, 56px);
        line-height: 1;
        letter-spacing: -3px;
    }

    .info .newcontent p {
        margin: 0 0 28px;
        opacity: 1;
        overflow-wrap: anywhere;
    }

    .info .newcontent .button {
        width: auto;
        margin-top: auto;
        padding: 16px 40px;
    }
}

@media (max-width: 720px) {
    :root {
        --page-gutter: 20px;
    }

    body {
        font-size: 17px;
        line-height: 1.55;
    }

    .container,
    .menu .contain,
    #footer .contain {
        width: 100%;
        max-width: 100%;
    }

    .container {
        overflow: hidden;
    }

    .container > iframe {
        width: calc(100% - (2 * var(--page-gutter))) !important;
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
    }

    .center {
        height: 420px;
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }

    .center img {
        width: min(210px, 58vw);
    }

    .center h1 {
        font-size: clamp(68px, 23vw, 98px);
        line-height: 0.9;
        letter-spacing: -5px;
    }

    .center h4 {
        letter-spacing: clamp(1px, 0.8vw, 3px);
        text-indent: 0;
    }

    .info,
    .info-last {
        float: none;
        width: auto;
        max-width: none;
        height: auto;
        min-height: 320px;
        margin: 20px var(--page-gutter) 0;
    }

    .info .newcontent {
        display: flex;
        height: auto;
        min-height: 320px;
        padding: 34px 40px 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .info .newcontent h2,
    .info .newcontent p,
    .info .newcontent .button {
        position: static;
        padding-left: 0;
        padding-right: 0;
        transform: none;
    }

    .info .newcontent h2,
    .info .newcontent p {
        width: 100%;
    }

    .info .newcontent h2 {
        margin: 0 0 12px;
        font-size: clamp(42px, 13vw, 56px);
        line-height: 1;
        letter-spacing: -3px;
    }

    .info .newcontent p {
        margin: 0 0 28px;
        opacity: 1;
    }

    .info .newcontent .button {
        width: auto;
        margin-top: auto;
        padding: 16px 40px;
    }

    .quote {
        width: auto;
        max-width: none;
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
        padding: clamp(24px, 7vw, 40px);
    }

    .quote p,
    .alska p {
        padding-left: 0;
        padding-right: 0;
    }

    .grid3 {
        width: auto;
        margin-left: var(--page-gutter) !important;
        margin-right: var(--page-gutter) !important;
        gap: 20px !important;
    }

    .politikinfo {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }

    .newstuff {
        height: auto;
        margin: 20px var(--page-gutter) 80px;
    }

    .newstuff .newcontent {
        display: flex;
        height: auto;
        min-height: 0;
        padding: calc((100vw - (4 * var(--page-gutter))) * 0.525 + 30px) 28px 36px;
        flex-direction: column;
        align-items: center;
    }

    .newstuff .newcontent h2,
    .newstuff .newcontent p,
    .newstuff .newcontent .button {
        position: static;
        width: auto;
        transform: none;
    }

    .newstuff .newcontent h2 {
        margin: 0 0 18px;
        font-size: clamp(40px, 13vw, 64px);
        line-height: 1;
        letter-spacing: -3px;
    }

    .newstuff .newcontent p {
        margin: 0 0 28px;
        text-align: center;
    }

    .newstuff .newcontent .button {
        margin-top: auto;
    }

    .content,
    .grid,
    .alska-content {
        width: auto;
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
        padding-left: 0;
        padding-right: 0;
    }

    .content h1,
    .alska-content h1 {
        font-size: clamp(44px, 14vw, 58px);
        line-height: 1;
        letter-spacing: -3px;
    }

    .pollgrid {
        width: auto;
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
    }

    .alska {
        width: auto;
        max-width: none;
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
    }

    .grid3 .alska {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #footer .contain {
        padding-left: var(--page-gutter);
        padding-right: var(--page-gutter);
    }

    .newcontent p,
    .quote p,
    .alska p,
    .politikinfo,
    .politikinfo li {
        overflow-wrap: anywhere;
    }

    #footer .smallfooter {
        width: min(50%, 220px);
        padding-right: 20px;
    }

    .donera {
        right: 14px;
        bottom: 14px;
        width: 76px;
        height: 76px;
        background-size: 60px;
    }
}

/* Document library */
.document-library,
.document-detail {
    padding-bottom: 40px;
}

.document-header,
.document-detail__header {
    display: flex;
    min-height: 330px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.document-header h1,
.document-detail__header h1 {
    width: min(100%, 1100px);
    margin-bottom: 0;
    font-size: clamp(48px, 6vw, 80px);
    line-height: 0.98;
    overflow-wrap: anywhere;
}

.document-header__eyebrow,
.policy-documents__eyebrow {
    margin: 0 0 12px;
    color: #004b87;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.document-header .document-header__eyebrow,
.document-detail__header .document-header__eyebrow {
    color: #ffffff;
}

.document-intro {
    max-width: 900px;
    padding: clamp(44px, 7vw, 88px) 0 38px;
}

.document-intro h2 {
    margin-top: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -2px;
}

.document-intro > p {
    margin-bottom: 24px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.document-notice {
    padding: 18px 22px;
    border-left: 4px solid #004b87;
    background: #f2f6fa;
    color: #263746;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

.document-toolbar {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d9e0e6;
}

.document-toolbar h2 {
    margin: 0;
    padding-bottom: 16px;
    font-size: clamp(30px, 3vw, 42px);
}

.document-result-count {
    margin: 0;
    padding-bottom: 16px;
    color: #53616c;
    font-size: 15px;
}

.document-filters {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
    gap: 4px;
    margin-bottom: 34px;
    padding: 5px;
    border: 1px solid #d3dde5;
    border-radius: 12px;
    background: #f2f6f9;
}

.document-filter {
    min-height: 44px;
    padding: 9px 16px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #24445e;
    font: inherit;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.document-filter:hover {
    border-color: #b9cbd9;
    background: #ffffff;
    color: #004b87;
}

.document-filter.is-active {
    border-color: #004b87;
    background: #004b87;
    color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 75, 135, 0.22);
}

.document-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.document-card {
    display: flex;
    min-height: 410px;
    padding: 28px;
    border: 1px solid #d5dde4;
    border-top: 5px solid #004b87;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
    flex-direction: column;
}

.document-card[hidden] {
    display: none;
}

.document-card__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    min-height: 34px;
}

.document-category {
    color: #53616c;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
}

.pdf-mark {
    flex: 0 0 auto;
    padding: 3px 6px;
    border: 1px solid #b5c2cb;
    border-radius: 3px;
    color: #004b87;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.2;
}

.document-card h2 {
    margin: 18px 0 14px;
    font-size: clamp(24px, 2vw, 31px);
    line-height: 1.12;
    letter-spacing: -1px;
    overflow-wrap: anywhere;
}

.document-card > p {
    margin: 0 0 24px;
    color: #344653;
    font-size: 16px;
    line-height: 1.55;
}

.document-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #e3e8ec;
    color: #66737c;
    font-size: 12px;
    text-transform: uppercase;
}

.document-badge {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 3px;
    background: #e8eef3;
    color: #173d5b;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.document-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e3e8ec;
}

.document-actions .button,
.document-detail__actions .button {
    position: static;
    padding: 12px 22px;
    font-size: 15px;
    line-height: 1.35;
}

.document-download {
    color: #004b87;
    font-size: 14px;
    font-weight: bold;
    text-underline-offset: 3px;
}

.document-download:hover {
    color: #000000;
}

.document-download--disabled {
    color: #707b83;
    text-decoration: none;
}

.document-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    padding: 28px 0;
    color: #64717a;
    font-size: 14px;
}

.document-breadcrumb a {
    color: #004b87;
    font-weight: bold;
}

.document-detail__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.35fr);
    gap: clamp(30px, 7vw, 100px);
    padding: 40px 0 54px;
    border-top: 1px solid #d9e0e6;
    border-bottom: 1px solid #d9e0e6;
}

.document-detail__summary p {
    max-width: 850px;
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.6;
}

.document-detail__summary .document-notice {
    font-size: 15px;
}

.document-detail__actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
}

.document-file-status {
    padding: 18px;
    border: 1px solid #d4a72c;
    border-radius: 6px;
    background: #fff9e8;
    font-weight: bold;
}

.document-viewer {
    padding-top: 54px;
}

.document-viewer__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.document-viewer__heading h2 {
    margin: 0 0 20px;
    font-size: clamp(30px, 3vw, 42px);
}

.document-viewer__heading span {
    color: #53616c;
    font-size: 13px;
    font-weight: bold;
}

.document-viewer iframe {
    display: block;
    width: 100%;
    min-height: 780px;
    border: 1px solid #bac6cf;
    background: #f2f2f2;
}

.document-viewer__fallback {
    margin: 14px 0 0;
    font-size: 14px;
}

.document-viewer__fallback a {
    color: #004b87;
    font-weight: bold;
}

.document-missing {
    max-width: 760px;
    margin: 50px 0;
    padding: 34px;
    border: 1px solid #d5dde4;
    border-radius: 8px;
    background: #f7f9fa;
}

.policy-documents {
    margin: 52px 0;
    padding: clamp(26px, 4vw, 38px);
    border: 1px solid #c9d5de;
    border-left: 6px solid #004b87;
    border-radius: 8px;
    background: #f7f9fb;
}

.policy-documents h2 {
    margin: 0 0 22px;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
    letter-spacing: -1px;
}

.policy-documents__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}

.policy-documents__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #d7e0e6;
    color: #004b87;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
}

.policy-documents__links a:hover {
    border-color: #004b87;
    color: #000000;
}

@media (max-width: 1100px) {
    .document-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .document-library,
    .document-detail {
        padding-right: var(--page-gutter);
        padding-bottom: 20px;
        padding-left: var(--page-gutter);
        overflow: visible;
    }

    .document-header,
    .document-detail__header {
        min-height: 230px;
        padding: 0;
        justify-content: center;
    }

    .document-header h1,
    .document-detail__header h1 {
        font-size: clamp(38px, 12vw, 56px);
        letter-spacing: -2px;
    }

    .document-intro {
        margin-top: 42px;
        padding-top: 0;
    }

    .document-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .document-result-count {
        padding-top: 0;
    }

    .document-filters {
        flex-wrap: nowrap;
        width: auto;
        max-width: none;
        margin-right: calc(-1 * var(--page-gutter));
        margin-left: calc(-1 * var(--page-gutter));
        padding: 2px var(--page-gutter) 12px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .document-filter {
        flex: 0 0 auto;
    }

    .document-grid {
        grid-template-columns: 1fr;
    }

    .document-card {
        min-height: 0;
        padding: 24px;
    }

    .document-detail__summary {
        grid-template-columns: 1fr;
    }

    .document-detail__summary p {
        font-size: 18px;
    }

    .document-viewer iframe {
        min-height: 70vh;
    }

    .policy-documents__links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .info .newcontent {
        padding-left: 28px;
        padding-right: 28px;
    }

    .button {
        padding: 14px 26px;
    }

    .menudiv ul li a {
        font-size: 32px;
    }

    #footer .smallfooter {
        width: 100%;
        margin-bottom: 24px;
    }

    .graylogo {
        width: 150px;
        height: 150px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Keyboard and screen-reader accessibility */
.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 10000001;
    padding: 12px 18px;
    border-radius: 6px;
    background: #ffffff;
    color: #004b87;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    transform: translateY(-160%);
    transition: transform 0.15s ease-in-out;
}

.skip-link:focus {
    transform: translateY(0);
}

:where(a, button, [tabindex]):focus-visible {
    outline: 4px solid #ffdd00;
    outline-offset: 4px;
}

main {
    scroll-margin-top: 80px;
}

main:focus {
    outline: none;
}

.hamburger,
.menudiv .close {
    padding: 0;
    border: 0;
    font: inherit;
}

.hamburger:focus-visible,
.menudiv .close:focus-visible {
    border-radius: 4px;
    outline-color: #004b87;
}

body.menu-open {
    overflow: hidden;
}

@media (min-width: 901px) {
    .hamburger,
    .menudiv .close {
        display: none;
    }
}

@media (max-width: 900px) {
    .menu .contain {
        display: flex;
        width: 100%;
        height: 60px;
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
        align-items: center;
    }

    .menu .logo {
        float: none;
        margin: 0;
    }

    .hamburger {
        position: relative;
        top: auto;
        right: auto;
        flex: 0 0 32px;
        margin-left: auto;
    }
}

@media (forced-colors: active) {
    .skip-link,
    .button {
        border: 2px solid currentColor;
    }

    .hamburger,
    .menudiv .close {
        border: 2px solid ButtonText;
    }
}

/* Preserve the visual design after correcting the heading hierarchy */
.center .tagline {
    position: relative;
    top: 0;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 40px;
    color: #004b87;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
    text-indent: 17px;
    text-transform: uppercase;
}



.section-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 88px;
    line-height: 80px;
}

.subsection-title {
    margin-block: 1.33em;
    font-size: 1em;
    line-height: inherit;
}

.politikinfo h2 {
    font-size: 1.17em;
}

.grid h2.wp-block-heading {
    padding-top: 40px;
    font-size: 28px;
    line-height: normal;
    letter-spacing: normal;
}

.pollgrid .section-title {
    margin-top: 19px;
}

@media (max-width: 1500px) {
    .poll .section-title {
        font-size: 68px;
        line-height: 60px;
    }
}

@media (max-width: 720px) {
    .center .tagline {
        top: -44px;
        font-size: 14px;
        letter-spacing: clamp(1px, 0.8vw, 3px);
        text-indent: 0;
    }

    .content .section-title,
    .alska-content .section-title {
        font-size: clamp(44px, 14vw, 58px);
        line-height: 1;
        letter-spacing: -3px;
    }
}

/* About page */
.about-header {
    display: flex;
    height: auto;
    min-height: 330px;
    padding: 0;
    align-items: center;
}

.about-header h1 {
    margin: 0;
}

.about-content {
    position: relative;
    clear: both;
    padding: clamp(48px, 6vw, 84px) 0 72px;
}

.about-intro {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.about-mark {
    width: 100%;
    margin: 0;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid #d5e0e8;
    border-top: 6px solid #004b87;
    border-radius: 10px;
    background: #f4f8fb;
}

.about-mark img {
    display: block;
    width: min(100%, 280px);
    margin: 0 auto;
}

.about-content h2 {
    margin: 0 0 20px;
    padding-top: 42px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.about-intro__copy > h2:first-child {
    padding-top: 0;
}

.about-content p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.65;
}

.about-body {
    width: 100%;
    padding-top: 18px;
}

@media (max-width: 900px) {
    .about-intro {
        gap: 30px;
    }

    .about-mark {
        padding: 26px;
    }
}

@media (max-width: 720px) {
    .about-header {
        min-height: 280px;
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }

    .about-content {
        padding: 42px var(--page-gutter) 56px;
    }

    .about-intro {
        display: block;
    }

    .about-mark {
        margin-bottom: 42px;
        padding: 28px;
    }

    .about-mark img {
        width: min(100%, 210px);
    }

    .about-content h2 {
        padding-top: 30px;
    }

    .about-intro__copy > h2:first-child {
        padding-top: 0;
    }

    .about-body {
        padding-top: 10px;
    }
}

/* Election page */
.election-header {
    display: flex;
    height: auto;
    min-height: 330px;
    padding: 0;
    align-items: center;
}

.election-header h1 {
    margin: 0;
}

.election-content {
    position: relative;
    clear: both;
    padding: clamp(48px, 6vw, 84px) 0 72px;
}

.election-intro {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: start;
}

.election-content h2 {
    margin: 0 0 20px;
    padding-top: 38px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.12;
    letter-spacing: -1.5px;
}

.election-intro__copy > h2:first-child,
.election-body > h2:first-child {
    padding-top: 0;
}

.election-content h3 {
    margin: 32px 0 12px;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.2;
}

.election-content p {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.65;
}

.election-summary {
    width: 100%;
    margin: 0;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid #d5e0e8;
    border-top: 6px solid #004b87;
    border-radius: 10px;
    background: #f4f8fb;
}

.election-summary img {
    display: block;
    width: min(100%, 260px);
    margin: 0 auto 32px;
}

.election-summary__info {
    padding-top: 24px;
    border-top: 1px solid #cbd8e1;
}

.election-summary__info p {
    margin-bottom: 16px;
    color: #173d5b;
    font-size: 16px;
    line-height: 1.5;
}

.election-body {
    width: 100%;
    padding-top: clamp(48px, 6vw, 82px);
}

@media (max-width: 900px) {
    .election-intro {
        gap: 30px;
    }

    .election-summary {
        padding: 26px;
    }
}

@media (max-width: 720px) {
    .election-header {
        min-height: 280px;
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }

    .election-content {
        padding: 42px var(--page-gutter) 56px;
    }

    .election-intro {
        display: block;
    }

    .election-summary {
        margin: 0 0 42px;
        padding: 28px;
    }

    .election-summary img {
        width: min(100%, 210px);
    }

    .election-content h2 {
        padding-top: 28px;
    }

    .election-intro__copy > h2:first-child,
    .election-body > h2:first-child {
        padding-top: 0;
    }

    .election-body {
        padding-top: 46px;
    }
}

/* Stable header geometry across viewport widths and browser zoom levels */
.menu .logo {
    width: auto;
    min-width: 0;
    box-sizing: border-box;
}

@media (min-width: 901px) {
    .menu .contain {
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: space-between;
    }

    .menu .logo {
        float: none;
        flex: 0 0 auto;
        margin: 0;
    }

    .menudiv {
        height: 60px;
        margin-left: auto;
    }

    .menu ul {
        display: flex;
        float: none;
        height: 60px;
        align-items: stretch;
    }

    .menu ul li {
        display: flex;
        float: none;
        margin: 0;
        align-items: stretch;
        line-height: normal;
    }

    .menu ul li a {
        display: flex;
        height: 60px;
        padding: 0 18px;
        align-items: center;
        line-height: 1;
        white-space: nowrap;
    }

    .menu .twitter,
    .menu .tiktok {
        width: 60px;
        height: 60px;
        padding: 0;
        background-position: center;
    }

    .menu .active::after {
        top: 0;
        bottom: auto;
        left: 18px;
        width: calc(100% - 36px);
        height: 4px;
    }
}

/* ==========================================================================
   Valet 2026 - dokumentationssida (Varfor Riket var tyst infor valet 2026)
   Prefix: .vt-   Banner: .val2026-banner
   ========================================================================== */

:root {
    --vt-blue: #004b87;
    --vt-blue-deep: #003d8f;
    --vt-blue-light: #0075dd;
    --vt-gold: #fecc00;
    --vt-ink: #17242e;
    --vt-body: #344653;
    --vt-muted: #66737c;
    --vt-line: #d9e2e9;
    --vt-surface: #f4f8fb;
    --vt-surface-warm: #fffaea;
}

/* --- Startsidebanner / ateranvandbar banner --- */
.val2026-banner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px);
    margin: 60px 0;
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid #cddced;
    border-left: 6px solid var(--vt-blue);
    border-radius: 10px;
    background: linear-gradient(180deg, #f7fafd 0%, #eef4fa 100%);
    box-shadow: 0 4px 18px rgba(16, 43, 63, 0.07);
}

.val2026-banner__body {
    flex: 1 1 420px;
    min-width: 0;
}

.val2026-banner p.val2026-banner__eyebrow {
    margin: 0 0 8px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.val2026-banner h2 {
    margin: 0 0 12px;
    color: var(--vt-ink);
    font-size: clamp(24px, 2.4vw, 34px);
    letter-spacing: -1px;
    line-height: 1.14;
}

.val2026-banner p {
    margin: 0;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.6;
}

.val2026-banner__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 32px;
    margin: 18px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #d7e4f1;
}

.val2026-banner__meta div {
    min-width: 0;
}

.val2026-banner__meta dt {
    margin: 0 0 3px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.val2026-banner__meta dd {
    margin: 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

.val2026-banner__action {
    flex: 0 0 auto;
}

.val2026-banner__action .button {
    display: inline-block;
    position: static;
    white-space: nowrap;
}

.val2026-banner--inline {
    margin: 0 0 48px;
}

/* Fylld variant, for den banner som ska dra mest uppmarksamhet. */
.val2026-banner--accent {
    border-color: #05305a;
    border-left-color: var(--vt-gold);
    background:
        radial-gradient(120% 140% at 100% 0%, rgba(254, 204, 0, 0.16) 0%, rgba(254, 204, 0, 0) 58%),
        linear-gradient(135deg, #063a68 0%, #00284c 100%);
    box-shadow: 0 10px 30px rgba(6, 40, 76, 0.24);
}

.val2026-banner--accent p.val2026-banner__eyebrow {
    color: var(--vt-gold);
}

.val2026-banner--accent h2 {
    color: #ffffff;
}

.val2026-banner--accent p {
    color: #d6e4f1;
}

.val2026-banner--accent .val2026-banner__meta {
    border-top-color: rgba(255, 255, 255, 0.22);
}

.val2026-banner--accent .val2026-banner__meta dt {
    color: var(--vt-gold);
}

.val2026-banner--accent .val2026-banner__meta dd {
    color: #ffffff;
}

.val2026-banner--accent .val2026-banner__action .button {
    background: var(--vt-gold);
    color: #00284c;
}

.val2026-banner--accent .val2026-banner__action .button:hover {
    background: #ffffff;
    color: #00284c;
}

/* Ljus, varm variant. Star direkt under accent-bannern och tar hand om
   det viktigaste vidareklicket. */
.val2026-banner--spotlight {
    align-items: center;
    border-color: #efdca3;
    border-left-color: var(--vt-gold);
    background:
        radial-gradient(120% 160% at 0% 0%, rgba(254, 204, 0, 0.22) 0%, rgba(254, 204, 0, 0) 62%),
        linear-gradient(180deg, #fffdf5 0%, #fff6d9 100%);
    box-shadow: 0 6px 22px rgba(88, 71, 12, 0.12);
}

.val2026-banner--spotlight p.val2026-banner__eyebrow {
    color: #8a6d00;
}

.val2026-banner--spotlight h2 {
    color: var(--vt-ink);
}

.val2026-banner--spotlight p {
    color: #4a4433;
}

.val2026-banner--spotlight .val2026-banner__action .button {
    padding: 18px 44px;
    background: #00284c;
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0 6px 16px rgba(0, 40, 76, 0.28);
}

.val2026-banner--spotlight .val2026-banner__action .button:hover {
    background: var(--vt-blue-light);
    box-shadow: 0 8px 22px rgba(0, 40, 76, 0.34);
}

/* Tva bannrar efter varandra ska lasas som ett block. */
.val2026-banner + .val2026-banner {
    margin-top: -34px;
}

@media (max-width: 720px) {
    .val2026-banner + .val2026-banner {
        margin-top: -20px;
    }
}

@media (max-width: 720px) {
    .val2026-banner {
        margin: 40px var(--page-gutter);
        padding: 24px;
    }

    .val2026-banner--inline {
        margin: 0 0 36px;
    }

    .val2026-banner__meta {
        gap: 14px 24px;
    }

    .val2026-banner__action,
    .val2026-banner__action .button {
        width: 100%;
        text-align: center;
    }
}

/* --- Sidramverk --- */
.vt-page {
    color: var(--vt-body);
}

.vt-visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.vt-hero {
    display: flex;
    height: auto;
    min-height: 330px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
}

.vt-hero__eyebrow {
    margin: 0 0 14px;
    color: #cfe6ff;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.vt-hero h1 {
    max-width: 15ch;
    font-size: clamp(38px, 5.4vw, 82px);
    letter-spacing: -3px;
    line-height: 0.98;
}

.vt-breadcrumb {
    margin: 26px 0 0;
    color: var(--vt-muted);
    font-size: 14px;
}

.vt-breadcrumb a {
    color: var(--vt-blue);
    font-weight: bold;
    text-decoration: none;
}

.vt-breadcrumb a:hover {
    text-decoration: underline;
}

.vt-breadcrumb span {
    margin-left: 8px;
}

/* --- Ingress + faktaruta --- */
.vt-intro {
    display: grid;
    align-items: start;
    gap: clamp(32px, 5vw, 72px);
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    padding: clamp(40px, 5vw, 72px) 0 0;
}

.vt-lead {
    margin: 0 0 22px;
    color: var(--vt-ink);
    font-size: clamp(19px, 1.5vw, 23px);
    line-height: 1.55;
}

.vt-lead--secondary {
    padding-left: 20px;
    border-left: 4px solid var(--vt-gold);
    color: var(--vt-body);
    font-size: 18px;
}

.vt-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 28px;
    margin-top: 30px;
}

.vt-hero__actions .button {
    position: static;
}

.vt-textlink {
    color: var(--vt-blue);
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.vt-textlink:hover {
    color: #000000;
}

.vt-factbox {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid #d5e0e8;
    border-top: 6px solid var(--vt-blue);
    border-radius: 10px;
    background: var(--vt-surface);
}

.vt-factbox h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
}

.vt-factbox dl {
    margin: 0;
}

.vt-factbox dl > div {
    padding: 12px 0;
    border-top: 1px solid #cbd8e1;
}

.vt-factbox dl > div:first-child {
    padding-top: 0;
    border-top: 0;
}

.vt-factbox dt {
    color: var(--vt-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vt-factbox dd {
    margin: 4px 0 0;
    color: #173d5b;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
}

.vt-factbox dd span {
    display: inline-block;
    color: var(--vt-muted);
    font-family: "GothamLight", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/* --- Sammanfattningskort --- */
.vt-cards {
    padding: clamp(48px, 6vw, 84px) 0 0;
}

.vt-cards h2 {
    margin: 0 0 26px;
    font-size: clamp(24px, 2.2vw, 32px);
    letter-spacing: -1px;
    line-height: 1.15;
}

.vt-cards__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vt-card {
    display: flex;
    padding: 24px;
    border: 1px solid var(--vt-line);
    border-top: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
    color: inherit;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.18s ease-in-out, box-shadow 0.18s ease-in-out;
}

.vt-card:hover,
.vt-card:focus-visible {
    box-shadow: 0 10px 26px rgba(16, 43, 63, 0.16);
    transform: translateY(-3px);
}

.vt-card__date {
    color: var(--vt-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-card__title {
    margin: 12px 0 10px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 1.18;
}

.vt-card__body {
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.vt-card__more {
    margin-top: auto;
    padding-top: 18px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/* --- Generella sektioner --- */
.vt-section {
    padding: clamp(56px, 7vw, 96px) 0 0;
    scroll-margin-top: 90px;
}

.vt-eyebrow {
    margin: 0 0 10px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.vt-section > h2 {
    margin: 0 0 24px;
    max-width: 22ch;
    color: var(--vt-ink);
    font-size: clamp(30px, 3.2vw, 46px);
    letter-spacing: -1.7px;
    line-height: 1.08;
}

.vt-section h3 {
    margin: 38px 0 14px;
    color: var(--vt-ink);
    font-size: clamp(21px, 1.8vw, 27px);
    line-height: 1.22;
}

.vt-section p {
    max-width: 68ch;
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.68;
}

.vt-section p.vt-section-lead {
    color: var(--vt-muted);
    font-size: 19px;
}

.vt-section p.vt-callout {
    max-width: 62ch;
    margin: 32px 0;
    padding: 24px 28px;
    border-left: 6px solid var(--vt-gold);
    border-radius: 0 8px 8px 0;
    background: var(--vt-surface-warm);
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.45;
}

.vt-section p.vt-notice {
    display: inline-block;
    padding: 12px 18px;
    border: 1px solid #e2d5a8;
    border-radius: 6px;
    background: var(--vt-surface-warm);
    color: #5c4a12;
    font-size: 16px;
}

.vt-section p.vt-source {
    max-width: 74ch;
    margin-top: 26px;
    padding-top: 16px;
    border-top: 1px solid var(--vt-line);
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* --- Karnsektionen: text + fastnalad skarmbild --- */
.vt-split {
    display: grid;
    align-items: start;
    gap: clamp(32px, 4vw, 60px);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.vt-split__text > p {
    max-width: 58ch;
}

.vt-quote {
    margin: 26px 0;
    padding: 26px 30px;
    border-left: 6px solid var(--vt-blue);
    border-radius: 0 8px 8px 0;
    background: var(--vt-surface);
}

.vt-quote p {
    margin: 0 0 10px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(20px, 1.8vw, 26px);
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.vt-quote p::before {
    content: "\201D";
    margin-right: 2px;
}

.vt-quote p::after {
    content: "\201D";
}

.vt-quote cite {
    color: var(--vt-muted);
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.04em;
}

.vt-quote--alt {
    border-left-color: var(--vt-gold);
    background: var(--vt-surface-warm);
}

.vt-choices {
    max-width: 58ch;
    margin: 26px 0 30px;
    padding: 0;
    list-style: none;
}

.vt-choices li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
    padding: 18px 22px;
    border: 1px solid var(--vt-line);
    border-radius: 8px;
    background: #ffffff;
    font-size: 17px;
    line-height: 1.55;
}

.vt-choices__num {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--vt-blue);
    color: #ffffff;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

/* --- Figurer --- */
.vt-figure {
    margin: 0;
}

.vt-figure img {
    display: block;
    width: 100%;
    border: 1px solid var(--vt-line);
    border-radius: 8px;
    box-shadow: 0 6px 22px rgba(16, 43, 63, 0.12);
}

.vt-figure figcaption {
    margin-top: 14px;
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.55;
}

.vt-figure figcaption b {
    color: var(--vt-ink);
}

.vt-figure--sticky {
    position: sticky;
    top: 90px;
}

.vt-figures {
    display: grid;
    gap: clamp(24px, 3vw, 40px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 34px 0 30px;
}

.vt-figure--single {
    max-width: 900px;
    margin: 30px 0;
}

/* --- Tidslinje --- */
.vt-timeline-section {
    scroll-margin-top: 80px;
}

.vt-timeline {
    position: relative;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.vt-timeline::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, var(--vt-blue) 0%, #b9cfe0 92%, rgba(185, 207, 224, 0) 100%);
    transform: translateX(-50%);
}

.vt-event {
    position: relative;
    margin: 0 0 34px;
}

.vt-event__marker {
    position: absolute;
    top: 26px;
    left: 50%;
    width: 17px;
    height: 17px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--vt-blue);
    box-shadow: 0 0 0 2px var(--vt-blue);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.vt-event--beslut .vt-event__marker {
    background: #b3261e;
    box-shadow: 0 0 0 2px #b3261e;
}

.vt-event--rostning .vt-event__marker,
.vt-event--yttrande .vt-event__marker {
    background: var(--vt-gold);
    box-shadow: 0 0 0 2px #c9a200;
}

.vt-event.is-pending .vt-event__marker {
    background: #ffffff;
    box-shadow: 0 0 0 2px #9fb3c2;
}

.vt-event__card {
    width: 46%;
    padding: 26px 28px;
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.vt-event:nth-child(even) .vt-event__card {
    margin-left: 54%;
}

.vt-event--beslut .vt-event__card {
    border-left: 5px solid #b3261e;
}

.vt-event--rostning .vt-event__card,
.vt-event--yttrande .vt-event__card {
    border-left: 5px solid var(--vt-gold);
}

.vt-event--anmalan .vt-event__card {
    border-left: 5px solid var(--vt-blue);
}

.vt-event.is-pending .vt-event__card {
    border: 1px dashed #9fb3c2;
    background: #fbfcfd;
    box-shadow: none;
}

.vt-event__topline {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.vt-event__date {
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.vt-event__type {
    padding: 4px 9px;
    border-radius: 3px;
    background: #e8eef3;
    color: #173d5b;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vt-event h3 {
    margin: 0 0 12px;
    color: var(--vt-ink);
    font-size: 23px;
    letter-spacing: -0.6px;
    line-height: 1.2;
}

.vt-event p {
    margin: 0 0 14px;
    font-size: 16.5px;
    line-height: 1.62;
}

.vt-event p:last-child {
    margin-bottom: 0;
}

.vt-event p.vt-event__badge {
    display: inline-block;
    margin: 0 0 14px;
    padding: 7px 13px;
    border: 1px solid #e6d6a3;
    border-radius: 4px;
    background: var(--vt-surface-warm);
    color: #5c4a12;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

.vt-event p.vt-event__note {
    padding: 14px 16px;
    border-left: 4px solid var(--vt-gold);
    background: var(--vt-surface-warm);
    color: #5c4a12;
    font-size: 15px;
}

.vt-event p.vt-event__pending {
    color: var(--vt-muted);
    font-size: 15.5px;
    font-style: italic;
}

.vt-event p.vt-event__source {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e3e8ec;
    color: var(--vt-muted);
    font-size: 13.5px;
    line-height: 1.55;
}

.vt-event__figure {
    margin: 18px 0;
}

.vt-event__figure img {
    display: block;
    width: 100%;
    border: 1px solid var(--vt-line);
    border-radius: 6px;
}

.vt-event__figure figcaption {
    margin-top: 10px;
    color: var(--vt-muted);
    font-size: 13px;
    line-height: 1.5;
}

.vt-event p.vt-event__doc {
    margin-top: 16px;
}

.vt-doclink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
}

.vt-doclink:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.vt-doclink__mark {
    padding: 3px 6px;
    border: 1px solid #b5c2cb;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 0.04em;
}

/* --- Stegsektion --- */
.vt-steps {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 30px 0 34px;
}

.vt-step {
    padding: 26px;
    border: 1px solid var(--vt-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.07);
}

.vt-step__num {
    display: block;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--vt-blue);
    color: #ffffff;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.vt-step h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
}

.vt-step p {
    margin: 0;
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
}

/* --- Tillstyrkande vs beslut --- */
.vt-distinction {
    display: grid;
    align-items: stretch;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin: 30px 0 40px;
}

.vt-distinction__item {
    padding: 26px;
    border: 1px solid var(--vt-line);
    border-top: 5px solid var(--vt-gold);
    border-radius: 8px;
    background: #ffffff;
}

.vt-distinction__item--decision {
    border-top-color: var(--vt-blue);
    background: var(--vt-surface);
}

.vt-distinction p.vt-distinction__label {
    margin: 0 0 8px;
    color: var(--vt-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-distinction p.vt-distinction__head {
    margin: 0 0 12px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 1.2;
}

.vt-distinction p {
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
}

.vt-distinction p:last-child {
    margin-bottom: 0;
}

.vt-distinction__arrow {
    align-self: center;
    color: #9fb3c2;
    font-size: 34px;
    line-height: 1;
}

.vt-outcome-box {
    padding: clamp(28px, 3.5vw, 44px);
    border: 1px solid #cddced;
    border-left: 6px solid var(--vt-blue);
    border-radius: 10px;
    background: linear-gradient(180deg, #f7fafd 0%, #eef4fa 100%);
}

.vt-outcome-box--pending {
    border: 1px dashed #9fb3c2;
    background: #fbfcfd;
}

.vt-outcome-box p.vt-outcome-box__eyebrow {
    margin: 0 0 8px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vt-outcome-box h3 {
    margin: 0 0 20px;
    font-size: clamp(26px, 2.6vw, 36px);
    letter-spacing: -1.2px;
    line-height: 1.1;
}

.vt-outcome-box p {
    max-width: 66ch;
}

.vt-outcome-box__meta {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 24px;
    padding: 20px 0;
    border-top: 1px solid #cbd8e1;
    border-bottom: 1px solid #cbd8e1;
}

.vt-outcome-box__meta dt {
    color: var(--vt-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-outcome-box__meta dd {
    margin: 5px 0 0;
    color: #173d5b;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
}

.vt-outcome-box .button {
    display: inline-block;
    position: static;
    margin-top: 8px;
}

/* --- Dokumentkort --- */
.vt-doc-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 30px 0 0;
}

.vt-doc {
    display: flex;
    padding: 28px;
    border: 1px solid var(--vt-line);
    border-top: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
    flex-direction: column;
}

.vt-doc--pending {
    border: 1px dashed #9fb3c2;
    background: #fbfcfd;
    box-shadow: none;
}

.vt-doc__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.vt-doc__authority {
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
}

.vt-doc__mark {
    flex: 0 0 auto;
    padding: 3px 6px;
    border: 1px solid #b5c2cb;
    border-radius: 3px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.2;
}

.vt-doc p.vt-doc__type {
    margin: 16px 0 6px;
    color: var(--vt-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vt-doc h3 {
    margin: 0 0 12px;
    color: var(--vt-ink);
    font-size: 22px;
    letter-spacing: -0.6px;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.vt-doc p.vt-doc__summary {
    margin: 0 0 20px;
    font-size: 15.5px;
    line-height: 1.58;
}

.vt-doc__meta {
    margin: auto 0 0;
    padding-top: 20px;
    border-top: 1px solid #e3e8ec;
}

.vt-doc__meta > div {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 6px 0;
}

.vt-doc__meta dt {
    color: var(--vt-muted);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vt-doc__meta dd {
    margin: 0;
    color: #173d5b;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.vt-doc p.vt-doc__note {
    margin: 16px 0 0;
    padding: 12px 14px;
    border-left: 3px solid var(--vt-gold);
    background: var(--vt-surface-warm);
    color: #5c4a12;
    font-size: 13px;
    line-height: 1.5;
}

.vt-doc__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e3e8ec;
}

.vt-doc__actions .button {
    position: static;
    padding: 12px 22px;
    font-size: 15px;
    line-height: 1.35;
}

.vt-doc__pending-mark {
    color: var(--vt-muted);
    font-size: 14px;
    font-style: italic;
}

/* --- Slutsektion --- */
.vt-section--closing {
    padding-bottom: clamp(56px, 7vw, 96px);
}

.vt-section p.vt-final {
    max-width: 20ch;
    margin: 44px 0 34px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(28px, 3.4vw, 48px);
    letter-spacing: -1.6px;
    line-height: 1.08;
}

.vt-closing-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 28px;
}

.vt-closing-actions .button {
    position: static;
}

/* --- Scroll-reveal (avstangd vid prefers-reduced-motion, se JS) --- */
.vt-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.vt-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* --- Responsivt --- */
@media (max-width: 1320px) {
    .vt-cards__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .vt-cards__grid,
    .vt-doc-grid,
    .vt-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .vt-intro,
    .vt-split {
        grid-template-columns: minmax(0, 1fr);
    }

    .vt-figure--sticky {
        position: static;
        order: -1;
    }

    .vt-split__text > p,
    .vt-choices {
        max-width: none;
    }

    .vt-figures {
        grid-template-columns: minmax(0, 1fr);
    }

    .vt-distinction {
        grid-template-columns: minmax(0, 1fr);
    }

    .vt-distinction__arrow {
        justify-self: center;
        transform: rotate(90deg);
    }

    .vt-outcome-box__meta {
        gap: 14px;
        grid-template-columns: minmax(0, 1fr);
    }

    .vt-timeline::before {
        left: 9px;
    }

    .vt-event__marker {
        top: 24px;
        left: 9px;
    }

    .vt-event__card,
    .vt-event:nth-child(even) .vt-event__card {
        width: auto;
        margin-left: 40px;
    }
}

@media (max-width: 720px) {
    .vt-hero {
        min-height: 260px;
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }

    .vt-hero h1 {
        letter-spacing: -1.6px;
    }

    .vt-breadcrumb,
    .vt-intro,
    .vt-cards,
    .vt-section {
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }

    .vt-section {
        scroll-margin-top: 70px;
    }

    .vt-cards__grid,
    .vt-doc-grid,
    .vt-steps {
        grid-template-columns: minmax(0, 1fr);
    }

    .vt-section p {
        font-size: 17px;
    }

    .vt-section p.vt-callout {
        padding: 20px 22px;
        font-size: 18px;
    }

    .vt-quote {
        padding: 20px 22px;
    }

    .vt-event__card,
    .vt-event:nth-child(even) .vt-event__card {
        margin-left: 30px;
        padding: 22px 20px;
    }

    .vt-event__marker {
        left: 7px;
        width: 15px;
        height: 15px;
    }

    .vt-timeline::before {
        left: 7px;
    }

    .vt-doc__meta > div {
        display: block;
    }

    .vt-doc__meta dd {
        margin-top: 3px;
        text-align: left;
    }

    .vt-doc__actions .button,
    .vt-outcome-box .button,
    .vt-hero__actions .button,
    .vt-closing-actions .button {
        width: 100%;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .vt-card {
        transition: none;
    }
}

/* --- Symbolfragan: de tva partisymbolerna sida vid sida --- */
.vt-symbols {
    display: grid;
    align-items: stretch;
    gap: clamp(18px, 2.4vw, 32px);
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    margin: 40px 0 18px;
}

.vt-symbol {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.vt-symbol__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(16, 43, 63, 0.07);
}

.vt-symbol__frame img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 200px;
}

.vt-symbol figcaption {
    display: block;
    padding-top: 16px;
}

.vt-symbol__label {
    display: block;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.vt-symbol__meta {
    display: block;
    max-width: 40ch;
    margin-top: 6px;
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.55;
}

.vt-symbols__versus {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    width: 54px;
    height: 260px;
    margin: 0;
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vt-section p.vt-symbols__source {
    max-width: 74ch;
    margin: 0 0 30px;
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* --- Kort och rutor for utgangen --- */
.vt-card--outcome {
    border-color: #b9d5c4;
    background: #f3faf5;
}

.vt-card--outcome .vt-card__date,
.vt-card--outcome .vt-card__more {
    color: #1c6b41;
}

.vt-outcome-box--registration {
    margin-top: 24px;
}

@media (max-width: 900px) {
    .vt-symbols {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr);
    }

    .vt-symbols__versus {
        width: auto;
        height: auto;
        padding: 4px 0;
    }

    .vt-symbol__frame {
        min-height: 0;
    }

    .vt-symbol__meta {
        max-width: none;
    }
}

/* ==========================================================================
   Vad star Riket for? - Rikets politiska vagval
   Prefix: .vs-   Bygger vidare pa .vt--tokens och .vt-section-ramverket
   ========================================================================== */

.vs-page {
    --vs-accent: var(--vt-blue);
}

/* --- Ingress --- */
.vs-intro {
    padding-top: clamp(28px, 3vw, 44px);
}

.vs-intro .vt-lead {
    max-width: 62ch;
}

.vs-intro__note {
    max-width: 68ch;
    margin: 22px 0 0;
    padding: 16px 20px;
    border-left: 4px solid var(--vt-line);
    color: var(--vt-muted);
    font-size: 15px;
    line-height: 1.6;
}

.vs-intro__note a {
    color: var(--vt-blue);
}

/* --- Sticky innehallsnavigering --- */
.vs-tocbar {
    position: sticky;
    z-index: 900;
    top: 60px;
    margin: clamp(36px, 4vw, 56px) 0 0;
    border-top: 1px solid var(--vt-line);
    border-bottom: 1px solid var(--vt-line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(6px);
    transition: top 0.3s ease;
}

.menu.hide ~ .vs-page .vs-tocbar {
    top: 0;
}

.vs-tocbar__inner {
    display: flex;
    align-items: center;
    overflow-x: auto;
    gap: 18px;
    padding: 10px 0;
    scrollbar-width: thin;
}

.vs-tocbar__label {
    flex: 0 0 auto;
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vs-tocbar ul {
    display: flex;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-tocbar li {
    flex: 0 0 auto;
}

.vs-tocbar a {
    display: block;
    padding: 7px 13px;
    border-radius: 100px;
    color: var(--vt-body);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s ease-in-out, color 0.18s ease-in-out;
}

.vs-tocbar a:hover,
.vs-tocbar a:focus-visible {
    background: var(--vt-surface);
    color: var(--vt-blue);
}

.vs-tocbar a.is-current {
    background: var(--vt-blue);
    color: #fff;
}

/* --- Amneskort --- */
.vs-overview {
    padding: clamp(44px, 5vw, 72px) 0 0;
}

.vs-overview > h2 {
    margin: 0 0 8px;
    color: var(--vt-ink);
    font-size: clamp(24px, 2.2vw, 32px);
    letter-spacing: -1px;
    line-height: 1.15;
}

.vs-overview__lead {
    margin: 0 0 26px;
    color: var(--vt-muted);
    font-size: 17px;
}

.vs-overview__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vs-topiccard {
    display: flex;
    padding: 22px;
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(16, 43, 63, 0.07);
    color: inherit;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.18s ease-in-out, box-shadow 0.18s ease-in-out, border-color 0.18s ease-in-out;
}

.vs-topiccard:hover,
.vs-topiccard:focus-visible {
    border-color: #bcd3e6;
    box-shadow: 0 10px 26px rgba(16, 43, 63, 0.15);
    transform: translateY(-3px);
}

.vs-topiccard__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.vs-topiccard__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--vt-surface);
    color: var(--vt-blue);
}

.vs-icon {
    display: block;
    width: 19px;
    height: 19px;
}

.vs-tag {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    background: var(--vt-surface);
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.vs-topiccard__title {
    display: block;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 1.25;
}

.vs-topiccard__teaser {
    display: block;
    margin-top: 9px;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.vs-topiccard__more {
    display: block;
    margin-top: auto;
    padding-top: 16px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

/* --- Sektionshuvud med nummer --- */
.vs-topic,
.vs-steward,
.vs-agencies,
.vs-closing {
    scroll-margin-top: 130px;
}

.vs-topic__head {
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 2vw, 26px);
    margin-bottom: 20px;
}

.vs-topic__number {
    flex: 0 0 auto;
    color: #cfdcea;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: -2px;
    line-height: 0.9;
}

.vs-tagline {
    margin: 0 0 10px;
}

.vs-topic__head h2 {
    margin: 0;
    max-width: 22ch;
    color: var(--vt-ink);
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.6px;
    line-height: 1.08;
}

.vt-section p.vs-topic__lead {
    max-width: 64ch;
    color: var(--vt-ink);
    font-size: clamp(19px, 1.5vw, 21px);
    line-height: 1.55;
}

/* --- Punktlistor --- */
.vs-list {
    max-width: 64ch;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.vs-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
    font-size: 18px;
    line-height: 1.6;
}

.vs-list li::before {
    position: absolute;
    top: 10px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--vt-gold);
    content: "";
}

.vs-list--compact li {
    margin-bottom: 6px;
    font-size: 16px;
}

/* --- Utpekade organisationer (EU/NATO/WHO) --- */
.vs-pills {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 720px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.vs-pills li {
    padding: 18px 20px;
    border: 1px solid var(--vt-line);
    border-top: 4px solid var(--vt-blue);
    border-radius: 8px;
    background: #fff;
}

.vs-pills__name {
    display: block;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.vs-pills__desc {
    display: block;
    margin-top: 6px;
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.45;
}

/* --- Argumentkort --- */
.vs-argrid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 28px;
}

.vs-arg {
    padding: 24px;
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: var(--vt-surface);
}

.vs-arg h4 {
    margin: 0 0 10px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.2;
}

.vt-section .vs-arg p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* --- Steg --- */
.vs-steps {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.vs-step {
    padding: 24px;
    border: 1px solid var(--vt-line);
    border-left: 5px solid var(--vt-blue);
    border-radius: 0 10px 10px 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(16, 43, 63, 0.06);
}

.vs-step__num {
    display: block;
    margin-bottom: 8px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vs-step h4 {
    margin: 0 0 10px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.vt-section .vs-step p {
    margin: 0;
    font-size: 16px;
    line-height: 1.62;
}

/* --- Yttranden kontra handlingar --- */
.vs-distinct {
    max-width: 900px;
    margin: 32px 0;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: var(--vt-surface);
}

.vs-distinct h3 {
    margin: 0 0 12px;
}

.vt-section .vs-distinct > p {
    margin-bottom: 20px;
}

.vs-distinct__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vs-distinct__col {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.vs-distinct__col--free {
    border-left: 5px solid #2f7d4f;
}

.vs-distinct__col--limit {
    border-left: 5px solid #b3341f;
}

.vt-section p.vs-distinct__label {
    margin: 0 0 8px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.vt-section .vs-distinct__col p:last-child {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* --- Fordjupningslankar --- */
.vs-deep {
    max-width: 760px;
    margin: 34px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--vt-line);
}

.vt-section p.vs-deep__title {
    margin: 0 0 12px;
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vs-deep__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vs-deep__links a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--vt-line);
    border-radius: 100px;
    background: #fff;
    color: var(--vt-blue);
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color 0.18s ease-in-out, background 0.18s ease-in-out;
}

.vs-deep__links a:hover,
.vs-deep__links a:focus-visible {
    border-color: var(--vt-blue);
    background: var(--vt-surface);
}

/* --- Natur, jordbruk och djur --- */
.vs-steward__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 8px 0 0;
}

.vs-steward__card {
    display: flex;
    padding: 26px 24px;
    border: 1px solid #d7e5d9;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9f4 100%);
    flex-direction: column;
}

.vs-steward__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #e6f1e7;
    color: #2f6b45;
}

.vs-steward__icon .vs-icon {
    width: 24px;
    height: 24px;
}

.vt-section .vs-steward__card h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.22;
}

.vt-section .vs-steward__card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* --- Foreslagna myndigheter --- */
.vs-agency-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 8px;
}

.vs-agency {
    display: flex;
    padding: 26px 24px;
    border: 1px solid var(--vt-line);
    border-top: 5px solid var(--vt-blue);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.07);
    flex-direction: column;
}

.vt-section p.vs-agency__abbr {
    margin: 0 0 6px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(30px, 3vw, 40px);
    letter-spacing: 0.02em;
    line-height: 1;
}

.vt-section .vs-agency h3 {
    margin: 0 0 14px;
    color: var(--vt-ink);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}

.vt-section p.vs-agency__text {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.6;
}

.vt-section p.vs-agency__link {
    margin: auto 0 0;
    padding-top: 16px;
    font-size: 15px;
}

.vs-agency__link a {
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.vs-agency__link a:hover {
    text-decoration: underline;
}

/* --- Las hela politiken --- */
.vs-linkgrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 8px 0 36px;
}

.vs-link {
    display: block;
    padding: 22px 24px;
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.18s ease-in-out, transform 0.18s ease-in-out;
}

.vs-link:hover,
.vs-link:focus-visible {
    border-color: var(--vt-blue);
    transform: translateY(-2px);
}

.vs-link__title {
    display: block;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.25;
}

.vs-link__text {
    display: block;
    margin-top: 6px;
    color: var(--vt-muted);
    font-size: 15px;
    line-height: 1.55;
}

.vs-closing {
    padding-bottom: clamp(56px, 7vw, 96px);
}

.vs-closing__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 28px;
}

.vs-closing__actions .button {
    position: static;
}

/* --- Responsivt --- */
@media (max-width: 1320px) {
    .vs-overview__grid,
    .vs-steward__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .vs-overview__grid,
    .vs-steward__grid,
    .vs-agency-grid,
    .vs-linkgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vs-argrid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .vs-pills {
        grid-template-columns: minmax(0, 1fr);
    }

    .vs-steps,
    .vs-distinct__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vs-topic,
    .vs-steward,
    .vs-agencies,
    .vs-closing {
        scroll-margin-top: 118px;
    }
}

@media (max-width: 720px) {
    .vs-intro,
    .vs-overview,
    .vs-tocbar__inner {
        padding-right: var(--page-gutter);
        padding-left: var(--page-gutter);
    }

    .vs-overview__grid,
    .vs-steward__grid,
    .vs-agency-grid,
    .vs-linkgrid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vs-topic__head {
        gap: 14px;
    }

    .vs-list li {
        font-size: 17px;
    }

    .vs-closing__actions .button {
        width: 100%;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vs-topiccard,
    .vs-link,
    .vs-tocbar {
        transition: none;
    }
}

/* ==========================================================================
   Startsidan 2026
   Prefix: .home   Lyfter startsidans aldre komponenter till samma
   navy/guld-system som val- och dokumentsidorna. Allt ar scopat till
   .home sa att inga andra sidor paverkas.
   ========================================================================== */

.home {
    --home-step-sm: clamp(28px, 3vw, 44px);
    --home-step-md: clamp(48px, 5vw, 80px);
    --home-step-lg: clamp(72px, 8vw, 120px);
}

/* --- Sektionsrubriker --- */
.home-section {
    margin: var(--home-step-lg) 0 var(--home-step-sm);
}

.home-section__title {
    margin: 0 0 14px;
    max-width: 20ch;
    color: var(--vt-ink);
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1px;
    line-height: 1.12;
}

.home-section__lead {
    margin: 0;
    max-width: 62ch;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.6;
}

.home-section__lead a {
    color: var(--vt-blue);
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.home-section__lead a:hover {
    color: #000000;
}

/* --- Sekundarlankar i bannern --- */
.val2026-banner__links {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.val2026-banner__links li + li {
    margin-top: 8px;
}

.val2026-banner__links a {
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.val2026-banner__links a:hover {
    color: #000000;
}

.val2026-banner--accent .val2026-banner__links a {
    color: var(--vt-gold);
}

.val2026-banner--accent .val2026-banner__links a:hover {
    color: #ffffff;
}

/* --- De tva stora korten: Politik och Donationer --- */
.home .info {
    border: 1px solid var(--vt-line);
    background: var(--vt-surface);
    box-shadow: 0 2px 12px rgba(16, 43, 63, 0.06);
}

.home .info-last {
    border-color: #f0e2b4;
    background: var(--vt-surface-warm);
}

.home .info .newcontent h2 {
    color: var(--vt-ink);
}

.home .info .newcontent:hover h2 {
    color: #000000;
}

.home .info .newcontent p {
    color: var(--vt-body);
}

.home .info .button {
    background: var(--vt-blue);
    color: #ffffff;
}

.home .info:hover .button {
    background: var(--vt-blue-deep);
}

.home .info-last .button {
    background: var(--vt-ink);
}

.home .info-last:hover .button {
    background: #000000;
}

/* --- Ordboksrutan --- */
.home .quote {
    margin-top: var(--home-step-md);
    margin-bottom: var(--home-step-lg);
    background: var(--vt-blue);
}

.home .quote .quote__label {
    margin: 0 0 10px;
    padding: 0 40px;
    color: var(--vt-gold);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

/* --- Politikkorten --- */
.home .politikinfo {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--vt-line);
    border-top: 4px solid var(--vt-blue);
    background: #ffffff;
    color: var(--vt-body);
    box-shadow: 0 2px 12px rgba(16, 43, 63, 0.06);
    transition: 0.2s ease-in-out;
}

.home .politikinfo:hover {
    border-top-color: var(--vt-gold);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(16, 43, 63, 0.14);
    transform: translateY(-3px);
}

.home .politikinfo h2 {
    margin: 6px 0 18px;
    color: var(--vt-ink);
    font-size: clamp(22px, 1.9vw, 27px);
    letter-spacing: -0.5px;
    line-height: 1.15;
}

.home .politikinfo ul {
    flex: 1 1 auto;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.home .politikinfo ul li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 22px;
    color: var(--vt-body);
    font-size: 15px;
    font-weight: normal;
    line-height: 1.55;
}

.home .politikinfo ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 3px;
    background: var(--vt-gold);
}

.home .politikinfo .button {
    display: inline-block;
    align-self: flex-start;
    background: var(--vt-blue);
    color: #ffffff;
}

.home .politikinfo:hover .button {
    background: var(--vt-blue-deep);
}

/* --- Butiken --- */
.home .newstuff {
    margin-bottom: var(--home-step-lg);
    border: 1px solid var(--vt-line);
    background: var(--vt-surface);
    box-shadow: 0 2px 12px rgba(16, 43, 63, 0.06);
}

/* --- Om partiet --- */
.home .content {
    margin-top: var(--home-step-lg);
    align-items: center;
}

.home .content .section-title {
    margin-top: 0;
    color: var(--vt-ink);
}

.home .content p:not(.vt-eyebrow) {
    color: var(--vt-body);
    line-height: 1.65;
}

.home .content .button {
    display: inline-block;
    margin-top: 8px;
    background: var(--vt-blue);
    color: #ffffff;
}

.home .content .button:hover {
    background: var(--vt-blue-deep);
}

/* --- Dokumentarkivet --- */
.home-docs {
    margin: var(--home-step-lg) 0;
    padding: clamp(28px, 3.4vw, 46px);
    border: 1px solid var(--vt-line);
    border-left: 6px solid var(--vt-gold);
    border-radius: 12px;
    background: var(--vt-surface);
}

.home-docs__head {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px 40px;
    justify-content: space-between;
}

.home-docs__head h2 {
    margin: 0 0 12px;
    max-width: 18ch;
    color: var(--vt-ink);
    font-size: clamp(26px, 2.6vw, 38px);
    letter-spacing: -1px;
    line-height: 1.12;
}

.home-docs__lead {
    margin: 0;
    max-width: 54ch;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.6;
}

.home-docs__head .button {
    flex: 0 0 auto;
    background: var(--vt-blue);
    color: #ffffff;
    white-space: nowrap;
}

.home-docs__head .button:hover {
    background: var(--vt-blue-deep);
}

.home-docs__list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin: clamp(26px, 3vw, 38px) 0 0;
    padding: 0;
    list-style: none;
}

.home-docs__list a {
    display: block;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--vt-line);
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.home-docs__list a:hover {
    border-color: var(--vt-blue);
    box-shadow: 0 8px 20px rgba(16, 43, 63, 0.12);
    transform: translateY(-2px);
}

.home-docs__type {
    display: block;
    margin-bottom: 8px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-docs__title {
    display: block;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

/* --- Undersokningen --- */
.home .pollgrid {
    margin-top: var(--home-step-lg);
    align-items: start;
}

.home .poll .section-title {
    color: var(--vt-ink);
}

.home .poll p:not(.vt-eyebrow) {
    color: var(--vt-body);
    line-height: 1.65;
}

@media (max-width: 900px) {
    .home-docs__head {
        align-items: flex-start;
    }
}

@media (max-width: 720px) {
    .home .quote .quote__label {
        padding: 0 20px;
    }

    .home-docs {
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
        padding: 24px;
    }

    .home-docs__head .button {
        width: 100%;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home .politikinfo,
    .home-docs__list a {
        transition: none;
    }

    .home .politikinfo:hover,
    .home-docs__list a:hover {
        transform: none;
    }
}

/* --- Knappar pa startsidan foljer navy-systemet --- */
.home .button {
    background: var(--vt-blue);
    color: #ffffff;
}

.home .button:hover,
.home .newcontent:hover .button {
    background: var(--vt-blue-deep);
}

/* Butikens rubrik ligger ovanpa produktbilden och behover en egen botten. */
.home .newstuff .image:after {
    height: 100%;
    background: linear-gradient(0deg, rgba(244, 248, 251, 0.35) 0%, rgba(244, 248, 251, 0.9) 42%, rgba(244, 248, 251, 0.55) 100%);
}

.home .newstuff .newcontent h2 {
    color: var(--vt-ink);
}

.home .newstuff .newcontent p {
    color: var(--vt-body);
}

/* --- Produktbanner --- */
.home-shop {
    overflow: hidden;
    margin: var(--home-step-lg) 0 var(--home-step-md);
    border: 1px solid var(--vt-line);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(16, 43, 63, 0.06);
}

.home-shop__media {
    display: block;
    line-height: 0;
    border-bottom: 1px solid var(--vt-line);
    background: var(--vt-surface);
}

.home-shop__media img {
    display: block;
    width: 100%;
    height: auto;
}

.home-shop__body {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px 40px;
    justify-content: space-between;
    padding: clamp(26px, 3vw, 40px);
}

.home-shop__text {
    flex: 1 1 380px;
    min-width: 0;
}

.home-shop h2 {
    margin: 0 0 12px;
    color: var(--vt-ink);
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1px;
    line-height: 1.12;
}

.home-shop__lead {
    margin: 0;
    max-width: 56ch;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.6;
}

.home-shop__body .button {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .home-shop {
        margin-left: var(--page-gutter);
        margin-right: var(--page-gutter);
    }

    .home-shop__body .button {
        width: 100%;
        text-align: center;
    }
}

/* --- Sidfotens navigeringskolumner --- */
#footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 32px 20px;
    padding-right: 240px;
    position: relative;
    z-index: 10;
}

#footer .footer-nav .smallfooter {
    float: none;
    width: auto;
    min-width: 0;
}

#footer .footer-nav .smallfooter ul li:first-child {
    margin-bottom: 6px;
    color: #1b1b1b;
    letter-spacing: 0.08em;
}

@media (max-width: 1000px) {
    #footer .footer-nav {
        gap: 28px 20px;
        padding-right: 200px;
    }
}

@media (max-width: 900px) {
    #footer .graylogo {
        opacity: 0.25;
    }
}

@media (max-width: 620px) {
    #footer .footer-nav {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        padding-right: 0;
    }

    #footer .footer-nav .smallfooter {
        margin-bottom: 0;
    }

    #footer .graylogo {
        display: none;
    }
}

/* ==========================================================================
   Valsidan
   Prefix: .election-   Bygger vidare pa vt-systemet: laslig radlangd,
   stegkort, beslutskort och en skiss av den blanka valsedeln.
   ========================================================================== */

.election-section {
    padding-top: clamp(48px, 6vw, 84px);
    scroll-margin-top: 90px;
}

.election-section:first-child {
    padding-top: 0;
}

.election-content .election-section h2 {
    padding-top: 0;
}

/* Brodtext far en laslig radlangd; korten under far full bredd. */
.election-prose {
    max-width: 68ch;
}

.election-content .election-prose p {
    color: var(--vt-body);
}

/* --- Myndighetsbesluten --- */
.election-docs {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: clamp(24px, 3vw, 34px) 0 0;
    padding: 0;
    list-style: none;
}

.election-docs a {
    display: block;
    height: 100%;
    padding: 22px 24px;
    border: 1px solid var(--vt-line);
    border-left: 5px solid var(--vt-blue);
    border-radius: 0 10px 10px 0;
    background: #ffffff;
    text-decoration: none;
    transition: border-color 0.18s ease-in-out, box-shadow 0.18s ease-in-out, transform 0.18s ease-in-out;
}

.election-docs a:hover,
.election-docs a:focus-visible {
    border-left-color: var(--vt-gold);
    box-shadow: 0 10px 24px rgba(16, 43, 63, 0.12);
    transform: translateY(-2px);
}

.election-docs__type {
    display: block;
    margin-bottom: 8px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.election-docs__title {
    display: block;
    margin-bottom: 8px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.3;
}

.election-docs__meta {
    display: block;
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* --- Skiss av den blanka valsedeln --- */
.ballot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(24px, 4vw, 48px);
    margin: clamp(30px, 4vw, 44px) 0;
}

.ballot__paper {
    flex: 0 1 380px;
    padding: 30px 32px 34px;
    border: 1px solid #e2d296;
    border-radius: 4px;
    background:
        linear-gradient(180deg, #fefaea 0%, #fdf4cf 100%);
    box-shadow: 0 12px 28px rgba(80, 63, 10, 0.16);
}

.ballot__paper p {
    margin: 0;
}

.election-content .ballot__kind {
    padding-bottom: 14px;
    border-bottom: 2px solid #d9c583;
    color: #7a6412;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.election-content .ballot__label {
    margin-top: 22px;
    color: #8a7325;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.election-content .ballot__write {
    margin-top: 8px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c9b45e;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 46px);
    letter-spacing: -1px;
    line-height: 1.1;
}

.ballot__rule {
    display: block;
    height: 2px;
    margin-top: 26px;
    background: #e0cf94;
}

.ballot__caption {
    flex: 1 1 260px;
    max-width: 46ch;
    min-width: 0;
    color: var(--vt-body);
    font-size: 16px;
    line-height: 1.6;
}

.ballot__caption-label {
    display: block;
    margin-bottom: 8px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

/* --- Stegkorten --- */
.election-steps {
    margin-top: clamp(26px, 3vw, 36px);
}

.election-content .election-steps .vs-step h3 {
    margin: 0 0 10px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
}

.election-content .election-steps .vs-step p {
    margin: 0;
    color: var(--vt-body);
    font-size: 16px;
    line-height: 1.6;
}

/* --- Valdagen --- */
.election-date {
    display: inline-block;
    margin: 0 0 clamp(24px, 3vw, 32px);
    padding: 22px 32px;
    border-left: 6px solid var(--vt-gold);
    border-radius: 0 10px 10px 0;
    background: var(--vt-surface);
}

.election-content .election-date p {
    margin: 0;
}

.election-content .election-date__label {
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.election-content .election-date__value {
    margin-top: 6px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(26px, 2.6vw, 34px);
    letter-spacing: -1px;
    line-height: 1.15;
}

/* --- Fordjupningslankarna --- */
.election-section .vs-linkgrid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: clamp(20px, 2.5vw, 28px);
}

@media (max-width: 720px) {
    .ballot__paper {
        flex-basis: 100%;
        padding: 24px 24px 28px;
    }

    .election-date {
        display: block;
        padding: 20px 24px;
    }
}


/* ==========================================================================
   Anmalningar (/anmalan) och skyddat myndighetsunderlag
   Prefix: .report-  Evidensarkiv: .evidence-
   Bygger vidare pa .document-* och --vt-* fran dokumentarkivet.
   ========================================================================== */

.report-library,
.report-detail,
.report-private {
    padding-bottom: 40px;
}

/* --- Listan pa /anmalan --- */
.report-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.report-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d5dde4;
    border-top: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.report-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 7;
    background: linear-gradient(135deg, #05305a 0%, var(--vt-blue) 55%, #0075dd 100%);
    overflow: hidden;
}

.report-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-card__media-fallback {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

.report-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.report-card__topline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.report-card__body h2 {
    margin: 0 0 14px;
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.report-card__body h2 a {
    color: var(--vt-ink);
    text-decoration: none;
}

.report-card__body h2 a:hover {
    color: var(--vt-blue);
}

.report-card__body > p {
    margin: 0 0 22px;
    color: var(--vt-body);
    font-size: 16px;
    line-height: 1.55;
}

.report-card__meta,
.report-summary__facts,
.report-private__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 32px;
    margin: 0;
}

.report-card__meta dt,
.report-summary__facts dt,
.report-private__facts dt {
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.report-card__meta dd,
.report-summary__facts dd,
.report-private__facts dd {
    margin: 2px 0 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.35;
}

.report-card__actions {
    margin-top: auto;
    padding-top: 24px;
}

.report-card__actions .button {
    display: inline-block;
    padding: 12px 22px;
    font-size: 15px;
}

/* --- Statusetikett --- */
.report-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 10px;
    border: 1px solid #cfdae3;
    border-radius: 100px;
    background: #f2f6f9;
    color: #24445e;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
}

.report-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vt-muted);
    flex: 0 0 8px;
}

.report-status__label {
    color: var(--vt-muted);
    font-weight: normal;
}

.report-status--pending .report-status__dot {
    background: #d4a72c;
}

.report-status--submitted .report-status__dot {
    background: var(--vt-blue);
}

.report-status--closed .report-status__dot {
    background: #3f7d4f;
}

/* --- Juridisk informationsruta --- */
.report-disclaimer {
    max-width: 900px;
    margin: 28px 0 0;
    padding: 22px 26px;
    border: 1px solid #d7c98a;
    border-left: 5px solid #d4a72c;
    border-radius: 6px;
    background: var(--vt-surface-warm);
}

.report-disclaimer__title {
    margin: 0 0 8px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.report-disclaimer__body {
    margin: 0;
    color: #4a4230;
    font-size: 15px;
    line-height: 1.55;
}

.report-disclaimer--evidence {
    max-width: none;
    margin: 0 0 30px;
    border-color: #c9d5de;
    border-left-color: var(--vt-blue);
    background: var(--vt-surface);
}

.report-disclaimer--evidence .report-disclaimer__body {
    color: var(--vt-body);
}

/* --- Anmalningssidans hero och sammanfattning --- */
.report-hero h1 {
    font-size: clamp(34px, 4.4vw, 62px);
    letter-spacing: -2px;
}

.report-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 0.35fr);
    gap: clamp(30px, 6vw, 80px);
    padding: 34px 0 40px;
    border-top: 1px solid var(--vt-line);
    border-bottom: 1px solid var(--vt-line);
}

.report-summary__kicker {
    margin: 0 0 12px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
}

.report-summary__lead {
    max-width: 850px;
    margin: 0;
    font-size: 20px;
    line-height: 1.6;
}

.report-summary__facts,
.report-private__facts {
    flex-direction: column;
    gap: 18px;
}

/* --- Innehallssektioner --- */
.report-section {
    max-width: 900px;
    padding: clamp(40px, 5vw, 66px) 0 0;
}

.report-section > h2 {
    margin: 0 0 22px;
    color: var(--vt-ink);
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.report-section__body p {
    margin: 0 0 20px;
    color: var(--vt-body);
    font-size: 18px;
    line-height: 1.6;
}

.report-section__body h3 {
    margin: 32px 0 14px;
    font-size: clamp(20px, 1.8vw, 26px);
}

.report-list {
    margin: 0 0 26px;
    padding-left: 22px;
    color: var(--vt-body);
}

.report-list li {
    margin-bottom: 10px;
    line-height: 1.55;
}

/* --- Skrivelsen --- */
.report-doc {
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.report-doc__intro {
    max-width: 820px;
    margin-bottom: 26px;
}

.report-doc__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.report-doc__lead {
    margin: 0;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.55;
}

.report-doc__paper {
    border: 1px solid #d5dde4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.report-doc__toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    padding: 18px clamp(22px, 3vw, 44px);
    border-bottom: 1px solid var(--vt-line);
    background: var(--vt-surface);
}

.report-doc__copy {
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid var(--vt-blue);
    border-radius: 100px;
    background: #ffffff;
    color: var(--vt-blue);
    font: inherit;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.report-doc__copy:hover {
    background: var(--vt-blue);
    color: #ffffff;
}

.report-doc__copy.is-copied {
    border-color: #3f7d4f;
    background: #3f7d4f;
    color: #ffffff;
}

.report-doc__body {
    padding: clamp(28px, 4vw, 54px);
}

.report-doc__heading {
    margin: 0 0 26px;
    font-size: clamp(21px, 2.2vw, 29px);
    line-height: 1.25;
}

.report-doc__body p {
    margin: 0 0 18px;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.62;
}

.report-doc__body h3 {
    margin: 32px 0 14px;
    font-size: clamp(19px, 1.7vw, 23px);
}

.report-doc__url {
    overflow-wrap: anywhere;
}

.report-doc__url a {
    color: var(--vt-blue);
    font-weight: bold;
}

.report-doc__signature {
    margin-top: 30px;
    color: var(--vt-ink) !important;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
}

.report-doc__status {
    margin: 0;
    padding: 0 clamp(22px, 3vw, 44px) 18px;
    color: var(--vt-muted);
    font-size: 14px;
}

.report-doc__status:empty {
    padding: 0;
}

/* --- Sa lamnas anmalan in --- */
.report-filing {
    max-width: 900px;
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.report-filing__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.report-filing__lead {
    margin: 0 0 26px;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.55;
}

.report-filing__channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.report-filing__channels li {
    margin: 0;
    padding: 22px 24px;
    border: 1px solid var(--vt-line);
    border-radius: 8px;
    background: var(--vt-surface);
}

.report-filing__label {
    display: block;
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.report-filing__value {
    display: block;
    margin: 6px 0 8px;
    color: var(--vt-blue);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(23px, 2.4vw, 30px);
    letter-spacing: -0.5px;
    line-height: 1.15;
    text-decoration: none;
}

a.report-filing__value:hover {
    color: var(--vt-ink);
}

.report-filing__note {
    display: block;
    color: var(--vt-body);
    font-size: 14px;
    line-height: 1.5;
}

.report-filing__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 26px;
}

.report-filing__official {
    color: var(--vt-blue);
    font-weight: bold;
    text-underline-offset: 3px;
}

.report-filing__emergency {
    margin: 0;
    color: var(--vt-body);
    font-size: 15px;
}

.report-filing__emergency a {
    color: #b0271f;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

/* --- Losenordssidan --- */
.report-gate {
    max-width: 560px;
    margin: clamp(40px, 6vw, 80px) 0;
    padding: clamp(30px, 4vw, 46px);
    border: 1px solid var(--vt-line);
    border-top: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.report-gate__title {
    margin: 0 0 14px;
    font-size: clamp(24px, 2.6vw, 32px);
    line-height: 1.15;
}

.report-gate__lead {
    margin: 0 0 26px;
    color: var(--vt-body);
    font-size: 16px;
    line-height: 1.6;
}

.report-gate__error {
    margin: 0 0 22px;
    padding: 14px 18px;
    border: 1px solid #e0b4b0;
    border-left: 4px solid #b0271f;
    border-radius: 6px;
    background: #fdf3f2;
    color: #7d1c16;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
}

.report-gate__form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.report-gate__label {
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.report-gate__input {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #b9c7d2;
    border-radius: 8px;
    background: #ffffff;
    color: var(--vt-ink);
    font: inherit;
    font-size: 17px;
}

.report-gate__input:focus-visible {
    border-color: var(--vt-blue);
    outline: 4px solid #ffdd00;
    outline-offset: 2px;
}

.report-gate__form .button {
    margin-top: 12px;
    border: 0;
    font: inherit;
    font-weight: bold;
    cursor: pointer;
}

.report-gate__back {
    margin: 26px 0 0;
    font-size: 15px;
}

.report-gate__back a {
    color: var(--vt-blue);
    font-weight: bold;
}

/* --- Inloggat underlag --- */
.report-private__bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--vt-line);
}

.report-private__bar .document-breadcrumb {
    padding: 20px 0;
}

.report-private__logout {
    margin: 0;
}

.report-private__logout-button {
    min-height: 44px;
    padding: 10px 20px;
    border: 1px solid #b9c7d2;
    border-radius: 100px;
    background: #ffffff;
    color: var(--vt-ink);
    font: inherit;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.report-private__logout-button:hover {
    border-color: #b0271f;
    color: #b0271f;
}

.report-private__intro {
    max-width: 900px;
    padding: clamp(34px, 4vw, 56px) 0 40px;
}

.report-private__intro h2 {
    margin: 0 0 18px;
    font-size: clamp(26px, 2.8vw, 38px);
    letter-spacing: -1.2px;
    line-height: 1.12;
}

.report-private__intro > p {
    margin: 0 0 28px;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.6;
}

.report-private__facts {
    flex-direction: row;
    gap: 14px 44px;
}

/* --- Evidensarkivet --- */
.evidence {
    padding-bottom: 20px;
}

.evidence-empty {
    margin: 30px 0;
    padding: 26px;
    border: 1px dashed #c3ced7;
    border-radius: 8px;
    background: var(--vt-surface);
    color: var(--vt-body);
    font-size: 16px;
}

.evidence-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.evidence-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d5dde4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.evidence-card[hidden] {
    display: none;
}

.evidence-card__preview {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--vt-line);
    background: #0c1c28;
    aspect-ratio: var(--evidence-aspect, 4 / 3);
    max-height: 340px;
    cursor: pointer;
    overflow: hidden;
}

.evidence-card__preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #0c1c28;
    transition: transform 0.2s ease-in-out;
}

.evidence-card__preview:hover img {
    transform: scale(1.02);
}

.evidence-card__placeholder {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0c1c28 0%, #14344c 100%);
}

.evidence-card__placeholder-type {
    color: rgba(255, 255, 255, 0.55);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
}

.evidence-card__play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.evidence-card__play svg {
    width: 100%;
    height: 100%;
}

.evidence-card__play circle {
    fill: rgba(255, 255, 255, 0.92);
}

.evidence-card__play path {
    fill: var(--vt-blue);
}

.evidence-card__preview:hover .evidence-card__play circle {
    fill: #ffffff;
}

.evidence-card__type {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 9px;
    border-radius: 3px;
    background: rgba(6, 22, 34, 0.82);
    color: #ffffff;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.evidence-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.evidence-card__category {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 4px 9px;
    border-radius: 3px;
    background: #e8eef3;
    color: #173d5b;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.evidence-card__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.evidence-card__title--filename {
    color: var(--vt-muted);
    font-family: "GothamLight", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.evidence-card__description {
    margin: 0 0 18px;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.evidence-card__description--empty {
    color: var(--vt-muted);
    font-style: italic;
}

.evidence-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin: auto 0 0;
    padding-top: 16px;
    border-top: 1px solid #e3e8ec;
}

.evidence-card__meta dt {
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.evidence-card__meta dd {
    margin: 2px 0 0;
    color: var(--vt-ink);
    font-size: 13px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.evidence-card__meta a {
    color: var(--vt-blue);
    font-weight: bold;
}

.evidence-card__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e3e8ec;
}

.evidence-card__button {
    min-height: 44px;
    padding: 10px 20px;
    border: 0;
    border-radius: 100px;
    background: royalblue;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.evidence-card__button:hover {
    background: navy;
}

.evidence-card__link {
    color: var(--vt-blue);
    font-size: 14px;
    font-weight: bold;
    text-underline-offset: 3px;
}

.evidence-card__link:hover {
    color: #000000;
}

/* --- Modal --- */
.evidence-modal {
    position: fixed;
    inset: 0;
    z-index: 10000002;
}

.evidence-modal[hidden] {
    display: none !important;
}

.evidence-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 16, 24, 0.86);
}

.evidence-modal__dialog {
    display: flex;
    position: relative;
    flex-direction: column;
    width: min(1100px, calc(100vw - 2 * var(--page-gutter)));
    max-height: calc(100dvh - 2 * var(--page-gutter));
    margin: var(--page-gutter) auto;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.evidence-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--vt-line);
}

.evidence-modal__title {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.evidence-modal__close {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid #c8d3dc;
    border-radius: 50%;
    background: #ffffff;
    color: var(--vt-ink);
    font: inherit;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.evidence-modal__close:hover {
    border-color: var(--vt-blue);
    color: var(--vt-blue);
}

.evidence-modal__stage {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 0;
    background: #0c1c28;
    flex: 1;
}

.evidence-modal__image,
.evidence-modal__video {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100dvh - 260px);
    object-fit: contain;
}

.evidence-modal__description {
    margin: 0;
    padding: 16px 20px;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.evidence-modal__description[hidden] {
    display: none;
}

/* --- Responsivt --- */
@media (max-width: 1100px) {
    .report-grid,
    .evidence-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .report-summary {
        grid-template-columns: 1fr;
    }

    .report-summary__facts {
        flex-direction: row;
        gap: 14px 40px;
    }
}

@media (max-width: 720px) {
    .report-library,
    .report-detail,
    .report-private {
        padding-right: var(--page-gutter);
        padding-bottom: 20px;
        padding-left: var(--page-gutter);
        overflow: visible;
    }

    .report-hero h1 {
        font-size: clamp(28px, 8.5vw, 40px);
        letter-spacing: -1px;
    }

    .report-grid,
    .evidence-grid,
    .report-filing__channels {
        grid-template-columns: 1fr;
    }

    .report-summary {
        padding: 26px 0 30px;
    }

    .report-summary__lead {
        font-size: 18px;
    }

    .report-section__body p,
    .report-doc__body p {
        font-size: 17px;
    }

    .report-doc__toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .report-private__bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
        padding-bottom: 18px;
    }

    .report-private__facts {
        flex-direction: column;
        gap: 14px;
    }

    .evidence-card__preview {
        max-height: 60vh;
    }

    .evidence-modal__dialog {
        width: 100%;
        max-height: 100dvh;
        margin: 0;
        border-radius: 0;
    }

    .evidence-modal__image,
    .evidence-modal__video {
        max-height: calc(100dvh - 220px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .evidence-card__preview img,
    .evidence-card__preview:hover img {
        transform: none;
        transition: none;
    }
}

@media (forced-colors: active) {
    .evidence-card__preview,
    .evidence-card__button,
    .report-doc__copy,
    .report-private__logout-button,
    .evidence-modal__close {
        border: 2px solid ButtonText;
    }
}

.report-private .document-detail__header h1,
.report-private .header h1 {
    font-size: clamp(30px, 3.6vw, 54px);
    letter-spacing: -1.5px;
}

.report-private__case {
    max-width: 900px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .report-private .document-detail__header h1,
    .report-private .header h1 {
        font-size: clamp(26px, 8vw, 38px);
        letter-spacing: -1px;
    }

    .report-private__case {
        font-size: 14px;
    }
}

/* --- Faktaruta, citat och numrerad lista i anmalningstexterna --- */
.report-facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px 32px;
    margin: 0 0 28px;
    padding: 26px 28px;
    border: 1px solid var(--vt-line);
    border-left: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: var(--vt-surface);
}

.report-facts div {
    min-width: 0;
}

.report-facts dt {
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.report-facts dd {
    margin: 5px 0 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.35;
}

.report-quote {
    margin: 0 0 26px;
    padding: 20px 26px;
    border-left: 5px solid var(--vt-gold);
    background: var(--vt-surface-warm);
}

.report-quote p {
    margin: 0 !important;
    color: var(--vt-ink) !important;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(19px, 2vw, 24px) !important;
    line-height: 1.4 !important;
}

.report-quote cite {
    display: block;
    margin-top: 10px;
    color: #6a5f42;
    font-size: 14px;
    font-style: normal;
    line-height: 1.45;
}

.report-list--numbered {
    padding-left: 24px;
}

.report-list--numbered li {
    margin-bottom: 14px;
}

/* --- Mottagare --- */
.report-recipient {
    max-width: 900px;
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.report-recipient__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.report-recipient__lead {
    margin: 0 0 16px;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.55;
}

.report-recipient__card {
    margin: 26px 0;
    padding: 28px;
    border: 1px solid var(--vt-line);
    border-top: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.report-recipient__name {
    margin: 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.report-recipient__office {
    margin: 6px 0 0;
    color: var(--vt-body);
    font-size: 15px;
}

.report-recipient__details {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 48px;
    margin: 22px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e3e8ec;
}

.report-recipient__details dt {
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.report-recipient__details dd {
    margin: 5px 0 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.report-recipient__details a {
    color: var(--vt-blue);
}

.report-recipient__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--vt-blue);
    font-weight: bold;
    text-underline-offset: 3px;
}

.report-recipient__link:hover {
    color: #000000;
}

/* --- Kallor --- */
.report-sources {
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.report-sources__intro {
    max-width: 820px;
    margin-bottom: 26px;
}

.report-sources__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.report-sources__lead {
    margin: 0;
    color: var(--vt-body);
    font-size: 16px;
    line-height: 1.55;
}

.report-sources__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-source {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 24px;
    border: 1px solid #d5dde4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(16, 43, 63, 0.08);
}

.report-source__topline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.report-source__publication {
    padding: 5px 10px;
    border-radius: 3px;
    background: #e8eef3;
    color: #173d5b;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.3;
}

.report-source__kind {
    color: var(--vt-muted);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.report-source__title {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.3;
}

.report-source__title a {
    display: inline;
    color: var(--vt-ink);
    text-decoration: none;
}

.report-source__title a:hover {
    color: var(--vt-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.report-source__description {
    margin: 0 0 14px;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.report-source__date {
    margin: auto 0 0;
    padding-top: 14px;
    border-top: 1px solid #e3e8ec;
    color: var(--vt-muted);
    font-size: 13px;
}

.report-external {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-color: currentColor;
    vertical-align: baseline;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3zM5 5h5v2H7v10h10v-3h2v5H5V5z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42 9.3-9.29H14V3zM5 5h5v2H7v10h10v-3h2v5H5V5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.report-sources__note {
    max-width: 820px;
    margin-top: 30px;
    padding: 24px 26px;
    border: 1px solid var(--vt-line);
    border-left: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: var(--vt-surface);
}

.report-sources__note h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
}

.report-sources__note p {
    margin: 0;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 720px) {
    .report-facts {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .report-recipient__card {
        padding: 24px;
    }

    .report-recipient__details {
        gap: 16px;
    }

    .report-sources__list {
        grid-template-columns: 1fr;
    }
}

/* --- Ärendetyp, betonad text, flera mottagare, inlämning och relaterat --- */
.report-type {
    padding: 5px 10px;
    border-radius: 3px;
    background: var(--vt-blue);
    color: #ffffff;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.report-emphasis {
    margin: 0 0 22px !important;
    color: var(--vt-ink) !important;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    line-height: 1.5 !important;
}

.report-recipient__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.report-recipient__grid .report-recipient__card {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.report-recipient__grid .report-recipient__name {
    font-size: clamp(19px, 1.6vw, 23px);
    letter-spacing: -0.3px;
    overflow-wrap: anywhere;
}

.report-recipient__role {
    margin: 10px 0 0;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.report-recipient__note {
    margin: 12px 0 0;
    padding-top: 12px;
    border-top: 1px solid #e3e8ec;
    color: var(--vt-muted);
    font-size: 14px;
    line-height: 1.5;
}

.report-recipient__address {
    margin: 14px 0 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
}

.report-recipient__grid .report-recipient__link {
    margin-top: auto;
    padding-top: 18px;
}

/* --- Offentlig skrivelse / inlämning --- */
.report-submission {
    max-width: 900px;
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.report-submission__intro h2 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.report-submission__lead {
    margin: 0;
    color: var(--vt-body);
    font-size: 17px;
    line-height: 1.6;
}

.report-submission__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 44px;
    margin: 26px 0 0;
    padding: 24px 26px;
    border: 1px solid var(--vt-line);
    border-left: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: var(--vt-surface);
}

.report-submission__facts dt {
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.report-submission__facts dd {
    margin: 5px 0 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.report-submission__responses {
    margin-top: 30px;
}

.report-submission__responses h3 {
    margin: 0 0 16px;
    font-size: clamp(20px, 2vw, 26px);
}

.report-submission__responses ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-submission__responses li {
    margin: 0;
    padding: 22px 24px;
    border: 1px solid #d5dde4;
    border-radius: 8px;
    background: #ffffff;
}

.report-submission__authority {
    margin: 0;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

.report-submission__date {
    margin: 4px 0 0;
    color: var(--vt-muted);
    font-size: 13px;
}

.report-submission__summary {
    margin: 12px 0 0;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.report-submission__responses a {
    display: inline-block;
    margin-top: 14px;
    color: var(--vt-blue);
    font-weight: bold;
    text-underline-offset: 3px;
}

/* --- Relaterat ärende --- */
.report-related {
    max-width: 900px;
    padding: clamp(44px, 5vw, 70px) 0 0;
}

.report-related h2 {
    margin: 0 0 22px;
    font-size: clamp(24px, 2.6vw, 34px);
    letter-spacing: -1px;
    line-height: 1.15;
}

.report-related__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.report-related__item {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 26px;
    border: 1px solid #d5dde4;
    border-left: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: var(--vt-surface);
}

.report-related__item h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
}

.report-related__item p {
    margin: 0 0 18px;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.55;
}

.report-related__link {
    margin-top: auto;
    color: var(--vt-blue);
    font-weight: bold;
    text-underline-offset: 3px;
}

.report-related__link:hover {
    color: #000000;
}

@media (max-width: 720px) {
    .report-recipient__grid,
    .report-related__list {
        grid-template-columns: 1fr;
    }

    .report-submission__facts {
        flex-direction: column;
        gap: 16px;
        padding: 22px;
    }
}

/* ==========================================================================
   Adminområdet (/intern/anmalningar)
   Prefix: .admin-   Enkel egen ram, samma typografi som webbplatsen.
   ========================================================================== */

.admin-body {
    margin: 0;
    background: #eef2f5;
    color: var(--vt-ink);
}

.admin-topbar {
    border-bottom: 3px solid var(--vt-blue);
    background: #0b2237;
}

.admin-topbar__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    width: min(100% - 2 * var(--page-gutter), 1100px);
    margin: 0 auto;
    padding: 16px 0;
}

.admin-topbar__brand {
    margin: 0;
    color: #ffffff;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 1.2;
}

.admin-topbar__brand span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.admin-topbar__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 22px;
}

.admin-topbar__nav a {
    color: #cfe0ee;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.admin-topbar__nav a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.admin-topbar__nav form {
    margin: 0;
}

.admin-logout {
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.admin-logout:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.admin-main {
    width: min(100% - 2 * var(--page-gutter), 1100px);
    margin: 0 auto;
    padding: clamp(28px, 4vw, 46px) 0 60px;
}

.admin-main h1 {
    margin: 0 0 10px;
    font-size: clamp(28px, 3.4vw, 40px);
    letter-spacing: -1.2px;
    line-height: 1.12;
}

.admin-lead {
    margin: 0 0 26px;
    color: var(--vt-body);
    font-size: 16px;
    line-height: 1.6;
}

.admin-back {
    margin: 0 0 18px;
    font-size: 14px;
}

.admin-back a {
    color: var(--vt-blue);
    font-weight: bold;
}

.admin-slug {
    margin: 0 0 20px;
    color: var(--vt-muted);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
}

.admin-message {
    margin: 0 0 24px;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.45;
}

.admin-message--error {
    border: 1px solid #e0b4b0;
    border-left: 4px solid #b0271f;
    background: #fdf3f2;
    color: #7d1c16;
}

.admin-message--success {
    border: 1px solid #b3d3bb;
    border-left: 4px solid #3f7d4f;
    background: #f1f8f3;
    color: #1f4c2c;
}

/* --- Formulär --- */
.admin-form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    max-width: 460px;
    margin: 0;
}

.admin-form label {
    margin-top: 12px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.admin-form input[type="password"],
.admin-form input[type="text"] {
    width: 100%;
    min-height: 46px;
    padding: 11px 15px;
    border: 1px solid #b9c7d2;
    border-radius: 8px;
    background: #ffffff;
    color: var(--vt-ink);
    font: inherit;
    font-size: 16px;
}

.admin-form input:focus-visible {
    border-color: var(--vt-blue);
    outline: 3px solid #ffdd00;
    outline-offset: 2px;
}

.admin-form--inline {
    max-width: none;
}

.admin-hint {
    margin: 6px 0 0;
    color: var(--vt-muted);
    font-size: 13px;
    line-height: 1.5;
}

.admin-button {
    display: inline-block;
    min-height: 46px;
    margin-top: 18px;
    padding: 13px 26px;
    border: 0;
    border-radius: 100px;
    background: var(--vt-blue);
    color: #ffffff;
    font: inherit;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.admin-button:hover {
    background: #06304f;
    color: #ffffff;
}

.admin-button--small {
    min-height: 40px;
    margin-top: 0;
    padding: 10px 20px;
    font-size: 14px;
}

.admin-button--danger {
    background: #b0271f;
}

.admin-button--danger:hover {
    background: #7d1c16;
}

/* --- Lista över anmälningar --- */
.admin-list {
    display: grid;
    gap: 18px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.admin-card {
    margin: 0;
    padding: 24px;
    border: 1px solid #d5dde4;
    border-left: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(16, 43, 63, 0.07);
}

.admin-card__head {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.admin-card__head > div {
    flex: 1 1 320px;
    min-width: 0;
}

.admin-card__head h2 {
    margin: 8px 0 4px;
    font-size: 21px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.admin-card__head .admin-slug {
    margin: 0;
}

.admin-tag {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 3px;
    background: #e8eef3;
    color: #173d5b;
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.admin-status {
    padding: 6px 13px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.admin-status--ok {
    border: 1px solid #b3d3bb;
    background: #f1f8f3;
    color: #1f4c2c;
}

.admin-status--todo {
    border: 1px solid #ddc37f;
    background: #fffaea;
    color: #6b5312;
}

.admin-status--none {
    border: 1px solid #d3dde5;
    background: #f2f6f9;
    color: var(--vt-muted);
}

.admin-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 38px;
    margin: 20px 0;
    padding-top: 18px;
    border-top: 1px solid #e3e8ec;
}

.admin-card__meta--wide {
    margin-bottom: 34px;
}

.admin-card__meta dt {
    color: var(--vt-muted);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.admin-card__meta dd {
    margin: 4px 0 0;
    color: var(--vt-ink);
    font-size: 15px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.admin-card__meta a {
    color: var(--vt-blue);
    font-weight: bold;
}

/* --- Sektioner --- */
.admin-section {
    margin-top: 30px;
    padding: 26px;
    border: 1px solid #d5dde4;
    border-radius: 8px;
    background: #ffffff;
}

.admin-section h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
}

.admin-section p {
    margin: 0 0 14px;
    color: var(--vt-body);
    font-size: 15px;
    line-height: 1.6;
}

.admin-section code,
.admin-main code {
    padding: 2px 6px;
    border-radius: 4px;
    background: #eef2f5;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
}

.admin-footer {
    padding: 24px 0 40px;
    color: var(--vt-muted);
    text-align: center;
}

.admin-footer p {
    margin: 0;
    font-size: 13px;
}

@media (max-width: 720px) {
    .admin-topbar__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-card__head {
        flex-direction: column;
    }

    .admin-card__meta {
        flex-direction: column;
        gap: 14px;
    }
}

/* --- Redigering av evidensmaterial --- */
.admin-material__bar {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 18px;
    padding: 12px 0;
    background: #eef2f5;
}

.admin-material__bar:last-child {
    position: static;
    margin: 22px 0 0;
    padding-top: 0;
}

.admin-material__item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid #d5dde4;
    border-left: 5px solid var(--vt-blue);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(16, 43, 63, 0.07);
}

.admin-material__item.is-unpublished {
    border-left-color: #c3ced7;
    background: #f7f9fa;
}

.admin-material__preview {
    min-width: 0;
}

.admin-material__preview img {
    display: block;
    width: 100%;
    max-height: 190px;
    margin-bottom: 12px;
    border-radius: 6px;
    background: #0c1c28;
    object-fit: contain;
}

.admin-material__type {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #0c1c28 0%, #14344c 100%);
    color: rgba(255, 255, 255, 0.6);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.18em;
}

.admin-material__file {
    margin: 0 0 4px;
    color: var(--vt-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.admin-material__size {
    margin: 0 0 10px;
    color: var(--vt-muted);
    font-size: 12px;
}

.admin-material__preview a {
    color: var(--vt-blue);
    font-size: 13px;
    font-weight: bold;
}

.admin-material__fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.admin-material__fields label {
    margin-top: 10px;
    color: var(--vt-ink);
    font-family: "GothamBold", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.admin-material__fields input[type="text"],
.admin-material__fields input[type="url"],
.admin-material__fields input[type="date"],
.admin-material__fields select,
.admin-material__fields textarea {
    width: 100%;
    padding: 10px 13px;
    border: 1px solid #b9c7d2;
    border-radius: 7px;
    background: #ffffff;
    color: var(--vt-ink);
    font: inherit;
    font-size: 15px;
}

.admin-material__fields textarea {
    line-height: 1.5;
    resize: vertical;
}

.admin-material__fields input:focus-visible,
.admin-material__fields select:focus-visible,
.admin-material__fields textarea:focus-visible {
    border-color: var(--vt-blue);
    outline: 3px solid #ffdd00;
    outline-offset: 2px;
}

.admin-material__toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 6px !important;
    padding: 9px 13px;
    border: 1px solid #d3dde5;
    border-radius: 7px;
    background: #f2f6f9;
    cursor: pointer;
}

.admin-material__toggle input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--vt-blue);
}

.admin-material__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
}

.admin-material__row > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

@media (max-width: 720px) {
    .admin-material__item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .admin-material__row {
        grid-template-columns: 1fr;
    }

    .admin-material__bar {
        justify-content: stretch;
    }

    .admin-material__bar .admin-button {
        width: 100%;
        text-align: center;
    }
}
