
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

#swedish-premium-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
font-family:'Nunito',sans-serif;
}

.swedish-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
backdrop-filter:blur(4px);
}

.swedish-box{
position:relative;
background:white;
padding:50px 60px;
border-radius:14px;
text-align:center;
max-width:520px;
box-shadow:0 30px 60px rgba(0,0,0,0.2);
}

.swedish-box h2{
font-family:'PP Editorial','Georgia',serif;
font-size:32px;
margin-bottom:10px;
color:#003f7d;
}

.swedish-box p{
font-size:16px;
margin-bottom:30px;
color:#555;
}

.count-grid{
display:flex;
gap:16px;
justify-content:center;
margin-bottom:30px;
}

.count-grid div{
background:#005293;
color:white;
padding:16px 20px;
border-radius:8px;
min-width:80px;
}

.count-grid span{
font-size:28px;
font-weight:700;
display:block;
}

.count-grid label{
font-size:12px;
opacity:0.9;
}

#swedish-close{
background:#ffcc00;
border:none;
padding:12px 28px;
font-weight:600;
cursor:pointer;
border-radius:6px;
font-size:14px;
}
