/*
Theme Name: Nytt fra Notodden
Author: Nytt fra Notodden
Description: Lokalavis med dagens sak, arkiv, kategorier og enkel statistikk.
Version: 3.3
*/
:root{--navy:#071a2f;--red:#d51f24;--bg:#f4f5f6;--text:#17202b;--muted:#68727d;--max:1180px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.container{max-width:var(--max);margin:auto;padding:0 18px}
.site-header{background:#fff}.header-inner{min-height:125px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:20px}.brand img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:2px solid #bbb}.brand h1{margin:0;font-size:40px;color:var(--navy)}.brand p{margin:8px 0;color:#555}.social{display:flex;gap:18px}
.nav{background:var(--navy);border-top:3px solid var(--red)}.nav-inner{display:flex;overflow-x:auto}.nav a{color:#fff;font-weight:700;padding:15px 17px;white-space:nowrap}.nav .home{background:var(--red)}
main.container{padding-top:25px}.hero{display:grid;grid-template-columns:1.55fr 1fr;background:#fff}.hero-photo{min-height:430px;background-size:cover;background-position:center}.hero-info{padding:36px 40px;display:flex;flex-direction:column;justify-content:center}.kicker,.category,.readmore,.section-link{color:var(--red);font-weight:800}.hero h2{font-size:42px;line-height:1.1;margin:12px 0}.meta,.views{color:var(--muted);font-size:14px}.button{display:inline-block;background:var(--red);color:#fff;padding:12px 17px;font-weight:800;align-self:flex-start}
.section-head{display:flex;justify-content:space-between;align-items:end;margin:28px 0 12px}.section-title{border-bottom:3px solid var(--red);padding-bottom:7px}.cards,.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.post-card,.archive-card,.article,.page-box{background:#fff}.post-card,.archive-card{padding:12px}.post-card img,.archive-card img{width:100%;height:185px;object-fit:cover}.post-card h3,.archive-card h2{line-height:1.2}.article,.page-box{max-width:900px;margin:25px auto;padding:30px}.article h1,.page-box h1{font-size:42px;line-height:1.1}.featured{width:100%;max-height:600px;object-fit:cover}.article-body{font-size:19px}.site-footer{background:var(--navy);color:#fff;padding:30px 0;margin-top:40px}
@media(max-width:900px){.social{display:none}.hero{grid-template-columns:1fr}.cards,.archive-grid{grid-template-columns:1fr 1fr}.brand h1{font-size:30px}}
@media(max-width:600px){.brand h1{font-size:24px}.brand img{width:62px;height:62px}.cards,.archive-grid{grid-template-columns:1fr}.hero h2{font-size:32px}}
