.sp-article-2026,
.sp-article-2026 * {
box-sizing: border-box;
}

.sp-article-2026 {
--sp-text: #111827;
--sp-muted: #6b7280;
--sp-border: #e5e7eb;
--sp-card: #ffffff;
--sp-soft: #fbfdff;
--sp-accent: #1f75b6;
--sp-accent-2: #2563eb;
--sp-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 14px 36px rgba(15, 23, 42, 0.08);
--sp-radius: 16px;
--sp-radius-sm: 12px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: var(--sp-text);
line-height: 1.75;
font-size: 18px;
max-width: 880px;
margin: 0 auto;
padding: 0 18px 28px 18px;
}

.sp-article-2026 a {
color: var(--sp-accent);
text-decoration: none;
}

.sp-article-2026 a:hover {
text-decoration: underline;
}

.sp-article-2026 p {
margin: 0 0 14px 0;
}

.sp-article-2026 h2 {
margin: 34px 0 12px 0;
font-size: clamp(1.22rem, 0.5vw + 1.1rem, 1.42rem);
line-height: 1.22;
font-weight: 850;
color: var(--sp-accent);
letter-spacing: -0.01em;
position: relative;
padding-left: 14px;
}

.sp-article-2026 h2::before {
content: "";
position: absolute;
left: 0;
top: 0.2em;
width: 4px;
height: 1.05em;
border-radius: 4px;
background: linear-gradient(180deg, var(--sp-accent) 0%, var(--sp-accent-2) 100%);
}

.sp-article-2026 h3 {
margin: 22px 0 10px 0;
font-size: clamp(1.08rem, 0.35vw + 1.0rem, 1.22rem);
line-height: 1.25;
font-weight: 900;
color: #0b1220;
letter-spacing: -0.01em;
}

.sp-article-2026 ul {
margin: 0 0 14px 0;
padding-left: 1.2rem;
}

/* Cards */
.sp-article-2026 .sp-card {
background: var(--sp-card);
border: 1px solid var(--sp-border);
border-radius: var(--sp-radius);
box-shadow: var(--sp-shadow);
padding: 18px 18px;
margin: 16px 0;
}

.sp-article-2026 .sp-card.sp-soft {
background: var(--sp-soft);
}

.sp-article-2026 .sp-card-title {
display: flex;
align-items: baseline;
gap: 10px;
font-weight: 850;
color: #0b1220;
margin: 0 0 10px 0;
}

.sp-article-2026 .sp-card-title small {
font-weight: 700;
color: var(--sp-muted);
}

/* Figures */
.sp-article-2026 figure {
margin: 16px 0;
}

.sp-article-2026 .sp-figure {
border-radius: var(--sp-radius);
overflow: hidden;
border: 1px solid var(--sp-border);
background: #f8fafc;
}

.sp-article-2026 .sp-figure img {
display: block;
width: 100%;
height: auto;
}

.sp-article-2026 .sp-top .sp-figure img {
height: clamp(240px, 36vw, 420px);
object-fit: cover;
/* Flytt fokus oppover i bildet (mindre “cropp” av toppen) */
object-position: 50% 26%;
}

.sp-article-2026 figcaption {
padding: 10px 12px;
color: var(--sp-muted);
font-size: 0.95rem;
line-height: 1.45;
background: #ffffff;
border-top: 1px solid var(--sp-border);
}

/* Tables */
.sp-article-2026 .sp-table-wrap {
overflow: auto;
-webkit-overflow-scrolling: touch;
border-radius: var(--sp-radius);
border: 1px solid var(--sp-border);
background: #ffffff;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.sp-article-2026 .sp-table-wrap:focus-visible {
outline: 3px solid rgba(37, 99, 235, 0.28);
outline-offset: 2px;
}

.sp-article-2026 .sp-table-wrap thead th {
position: sticky;
top: 0;
z-index: 2;
background: #ffffff;
box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.sp-article-2026 table {
border-collapse: collapse;
width: 100%;
min-width: 620px;
font-size: 0.98rem;
line-height: 1.55;
}

.sp-article-2026 table caption {
caption-side: top;
text-align: left;
padding: 10px 12px;
font-weight: 950;
color: #0b1220;
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
border-bottom: 1px solid var(--sp-border);
}

.sp-article-2026 th,
.sp-article-2026 td {
padding: 12px 12px;
border-bottom: 1px solid var(--sp-border);
vertical-align: top;
text-align: left;
}

.sp-article-2026 th {
background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
font-weight: 900;
color: #0b1220;
position: sticky;
top: 0;
}

.sp-article-2026 tr:last-child td {
border-bottom: 0;
}

.sp-article-2026 td:first-child {
font-weight: 900;
color: #0b1220;
white-space: nowrap;
}

.sp-article-2026 tbody tr:hover td {
background: rgba(37, 99, 235, 0.06);
}

/* Visual proof */
.sp-article-2026 .sp-proof-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin-top: 10px;
}

.sp-article-2026 .sp-proof-item {
background: #ffffff;
border: 1px solid var(--sp-border);
border-radius: var(--sp-radius-sm);
padding: 12px 12px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.sp-article-2026 .sp-proof-label {
font-weight: 950;
color: #0b1220;
line-height: 1.25;
}

.sp-article-2026 .sp-proof-sub {
margin-top: 2px;
color: var(--sp-muted);
font-weight: 700;
font-size: 0.92rem;
}

.sp-article-2026 .sp-proof-bar {
margin-top: 10px;
height: 10px;
border-radius: 999px;
background: rgba(37, 99, 235, 0.12);
overflow: hidden;
border: 1px solid rgba(37, 99, 235, 0.16);
}

.sp-article-2026 .sp-proof-bar>span {
display: block;
height: 100%;
width: var(--w, 50%);
border-radius: 999px;
background: linear-gradient(90deg, rgba(37, 99, 235, 0.55), rgba(31, 117, 182, 0.75));
}

.sp-article-2026 .sp-proof-value {
margin-top: 10px;
font-weight: 950;
color: #0b1220;
}

.sp-article-2026 .sp-proof-note {
margin-top: 10px;
color: var(--sp-muted);
font-size: 0.95rem;
line-height: 1.55;
}

/* Glossary / details */
.sp-article-2026 details {
border-radius: var(--sp-radius);
border: 1px solid var(--sp-border);
background: #ffffff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
padding: 12px 12px;
margin: 12px 0;
}

.sp-article-2026 summary {
cursor: pointer;
font-weight: 900;
color: #0b1220;
list-style: none;
display: flex;
align-items: center;
gap: 10px;
}

.sp-article-2026 summary::-webkit-details-marker {
display: none;
}

.sp-article-2026 summary::after {
content: "Vis";
margin-left: auto;
color: var(--sp-muted);
font-weight: 800;
}

.sp-article-2026 details[open] summary::after {
content: "Skjul";
}

.sp-article-2026 details .sp-details-body {
margin-top: 10px;
color: #374151;
}

/* Primary link (main CTA) */
.sp-article-2026 a.sp-link-primary {
color: #1d4ed8;
font-weight: 950;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: rgba(29, 78, 216, 0.30);
}

.sp-article-2026 a.sp-link-primary:hover {
text-decoration-color: rgba(29, 78, 216, 0.80);
}

/* Top meta row */
.sp-article-2026 .sp-top {
margin: 0 0 14px 0;
}

.sp-article-2026 .sp-top-meta {
display: flex;
flex-wrap: nowrap;
gap: 10px;
align-items: center;
color: #374151;
font-size: 0.98rem;
margin: 0 0 10px 0;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
/* Firefox */
}

.sp-article-2026 .sp-top-meta::-webkit-scrollbar {
display: none;
}

/* WebKit */
.sp-article-2026 .sp-top-meta .sp-meta-item {
display: inline-flex;
align-items: center;
gap: 8px;
white-space: nowrap;
padding: 6px 10px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.70);
border: 1px solid rgba(15, 23, 42, 0.08);
line-height: 1.15;
}

.sp-article-2026 .sp-top-meta svg {
width: 16px;
height: 16px;
color: #6b7280;
flex: 0 0 auto;
vertical-align: -0.12em;
opacity: 0.95;
}

.sp-article-2026 .sp-top-meta strong {
font-weight: 900;
color: #111827;
}

/* Screen-reader only (prevents "Sist oppdatert:" from showing visually) */
.sp-article-2026 .sp-sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

.sp-article-2026 .sp-updated-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 10px;
border-radius: 999px;
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
color: #ffffff;
font-weight: 900;
font-size: 0.92rem;
line-height: 1.15;
box-shadow: 0 6px 18px rgba(14, 165, 106, 0.18);
white-space: nowrap;
}

.sp-article-2026 .sp-updated-chip time {
flex: 0 0 auto;
}

.sp-article-2026 .sp-updated-chip svg {
width: 16px;
height: 16px;
color: rgba(255, 255, 255, 0.95);
flex: 0 0 auto;
vertical-align: -0.12em;
opacity: 0.95;
}

.sp-article-2026 .sp-expert-mini {
display: inline-flex;
align-items: center;
padding: 4px 9px;
border-radius: 999px;
background: #fef3c7;
color: #7c4a00;
font-weight: 900;
font-size: 0.78rem;
border: 1px solid rgba(124, 74, 0, 0.10);
line-height: 1;
margin-left: 6px;
white-space: nowrap;
}

/* Hook */
.sp-article-2026 .sp-hook {
text-align: left;
border-radius: 18px;
border: 1px solid rgba(59, 130, 246, 0.40);
background: radial-gradient(800px 220px at 20% 0%, rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0.00) 60%), radial-gradient(700px 220px at 80% 20%, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0.00) 62%), linear-gradient(180deg, #f5f9ff 0%, #eaf2ff 100%);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 18px 44px rgba(37, 99, 235, 0.14);
padding: 22px 20px;
padding-right: min(172px, 34%);
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 14px;
container-type: inline-size;
}

.sp-article-2026 .sp-hook-left {
min-width: 0;
flex: 1 1 auto;
}

.sp-article-2026 .sp-hook::before {
content: "";
position: absolute;
inset: -2px;
background: linear-gradient(90deg, rgba(59, 130, 246, 0.0), rgba(59, 130, 246, 0.18), rgba(59, 130, 246, 0.0));
transform: translateX(-40%);
opacity: 0.8;
pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.sp-article-2026 .sp-hook::before {
animation: sp-hook-sheen 5.5s ease-in-out infinite;
}

@keyframes sp-hook-sheen {
0% {
transform: translateX(-55%);
opacity: 0.0;
}

18% {
opacity: 0.85;
}

55% {
transform: translateX(55%);
opacity: 0.55;
}

100% {
transform: translateX(55%);
opacity: 0.0;
}
}
}

.sp-article-2026 .sp-hook-title {
margin: 0;
font-weight: 850;
color: #0b1b3a;
font-size: clamp(1.02rem, 0.6vw + 0.95rem, 1.16rem);
line-height: 1.35;
display: inline-flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
flex-wrap: nowrap;
white-space: nowrap;
position: relative;
z-index: 1;
min-width: 0;
}

.sp-article-2026 .sp-hook-title a {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}

.sp-article-2026 .sp-hook-cta {
font-weight: 950;
color: #1d4ed8;
letter-spacing: -0.01em;
}

.sp-article-2026 .sp-hook-title .sp-spark {
width: 28px;
height: 28px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(37, 99, 235, 0.12);
border: 1px solid rgba(37, 99, 235, 0.20);
color: #1d4ed8;
font-weight: 900;
line-height: 1;
}

.sp-article-2026 .sp-hook-proof {
margin-top: 0;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
color: #1e3a8a;
font-weight: 850;
font-size: 0.90rem;
padding: 8px 10px;
border-radius: 999px;
border: 1px solid rgba(59, 130, 246, 0.22);
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 10px 18px rgba(30, 58, 138, 0.08);
backdrop-filter: blur(6px);
position: absolute;
top: 12px;
right: 12px;
z-index: 1;
flex: 0 0 auto;
}

.sp-article-2026 .sp-hook-proof svg {
width: 18px;
height: 18px;
color: #1e3a8a;
vertical-align: -0.12em;
opacity: 0.95;
}

@container (max-width: 560px) {
.sp-article-2026 .sp-hook {
padding-right: 20px;
}

.sp-article-2026 .sp-hook-title {
white-space: normal;
flex-wrap: wrap;
}

.sp-article-2026 .sp-hook-proof {
position: static;
top: auto;
right: auto;
margin-top: 10px;
align-self: flex-start;
}
}

@supports not (container-type: inline-size) {
@media (max-width: 560px) {
.sp-article-2026 .sp-hook {
padding-right: 20px;
}

.sp-article-2026 .sp-hook-title {
white-space: normal;
flex-wrap: wrap;
}

.sp-article-2026 .sp-hook-proof {
position: static;
top: auto;
right: auto;
margin-top: 10px;
align-self: flex-start;
}
}
}

/* Important (discreet) */
.sp-article-2026 .sp-important {
background: linear-gradient(180deg, rgba(245, 158, 11, 0.10), rgba(245, 158, 11, 0.06));
border: 1px solid rgba(245, 158, 11, 0.22);
color: #4b5563;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
padding: 10px 12px;
}

.sp-article-2026 .sp-important p {
margin: 0;
display: inline-flex;
align-items: center;
gap: 10px;
flex-wrap: nowrap;
white-space: nowrap;
font-size: 0.95rem;
line-height: 1.35;
}

.sp-article-2026 .sp-important strong {
color: #92400e;
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 999px;
background: rgba(245, 158, 11, 0.18);
border: 1px solid rgba(245, 158, 11, 0.22);
font-weight: 950;
}

/* TOC */
.sp-article-2026 .sp-toc-card {
padding: 14px 14px;
margin: 14px 0;
}

.sp-article-2026 .sp-toc-details {
border: 0;
background: transparent;
box-shadow: none;
padding: 0;
margin: 10px 0 0 0;
}

.sp-article-2026 .sp-toc-details summary {
padding: 10px 12px;
font-weight: 900;
color: #0b1220;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 12px;
border: 1px solid rgba(15, 23, 42, 0.08);
background: rgba(255, 255, 255, 0.70);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.sp-article-2026 .sp-toc-details summary::after {
content: "Vis";
color: var(--sp-muted);
font-weight: 800;
padding: 3px 10px;
border-radius: 999px;
border: 1px solid rgba(15, 23, 42, 0.10);
background: rgba(255, 255, 255, 0.65);
}

.sp-article-2026 .sp-toc-details[open] summary::after {
content: "Skjul";
}

.sp-article-2026 .sp-toc-details summary:hover {
border-color: rgba(37, 99, 235, 0.28);
}

.sp-article-2026 .sp-toc ul {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: 1fr;
gap: 8px;
}

.sp-article-2026 .sp-toc a {
display: inline-flex;
gap: 10px;
align-items: baseline;
padding: 2px 0;
border: 0;
background: transparent;
font-weight: 850;
color: #0b1220;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: rgba(31, 117, 182, 0.30);
}

.sp-article-2026 .sp-toc a span {
display: block;
color: var(--sp-muted);
font-weight: 700;
font-size: 0.92rem;
margin-top: 2px;
}

.sp-article-2026 .sp-toc a:hover {
text-decoration-color: rgba(31, 117, 182, 0.75);
}

/* Sources */
.sp-article-2026 .sp-sources-intro {
margin: 0 0 12px 0;
color: #374151;
}

.sp-article-2026 .sp-sources-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}

.sp-article-2026 .sp-source-card {
background: #ffffff;
border: 1px solid var(--sp-border);
border-radius: var(--sp-radius);
padding: 14px 14px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.sp-article-2026 .sp-source-title {
margin: 0 0 10px 0;
font-weight: 950;
color: #0b1220;
font-size: 1.02rem;
display: flex;
align-items: center;
gap: 8px;
}

.sp-article-2026 .sp-source-title .sp-source-mark {
width: 10px;
height: 10px;
border-radius: 999px;
background: #2563eb;
flex: 0 0 auto;
}

.sp-article-2026 .sp-source-list {
list-style: none;
padding: 0;
margin: 0;
}

.sp-article-2026 .sp-source-list li {
margin: 0;
padding: 10px 0;
border-top: 1px solid var(--sp-border);
}

.sp-article-2026 .sp-source-list li:first-child {
border-top: 0;
padding-top: 0;
}

.sp-article-2026 .sp-source-list a {
display: inline-flex;
align-items: baseline;
gap: 8px;
font-weight: 900;
color: #0b1220;
text-decoration: none;
}

.sp-article-2026 .sp-source-list a[href^="http"]::after {
content: "↗";
font-weight: 900;
color: rgba(37, 99, 235, 0.85);
opacity: 0.9;
}

.sp-article-2026 .sp-source-list a[href^="http"]:hover {
text-decoration: underline;
text-decoration-color: rgba(37, 99, 235, 0.55);
text-underline-offset: 3px;
}

.sp-article-2026 .sp-source-desc {
margin-top: 2px;
color: var(--sp-muted);
font-size: 0.95rem;
line-height: 1.45;
}

/* Discreet EEAT note at the bottom */
.sp-article-2026 .sp-how-we-work {
margin: 22px 0 10px 0;
padding-top: 12px;
border-top: 1px dashed rgba(17, 24, 39, 0.18);
color: var(--sp-muted);
font-size: 0.95rem;
line-height: 1.55;
}

.sp-article-2026 .sp-how-we-work strong {
color: #374151;
font-weight: 900;
}

/* FAQ */
.sp-article-2026 section[aria-label="FAQ"] details {
background: rgba(255, 255, 255, 0.85);
border: 1px solid rgba(15, 23, 42, 0.10);
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
padding: 12px 12px;
transition: box-shadow 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sp-article-2026 section[aria-label="FAQ"] summary {
padding: 2px 2px;
-webkit-tap-highlight-color: transparent;
}

.sp-article-2026 section[aria-label="FAQ"] summary:focus-visible {
outline: 3px solid rgba(37, 99, 235, 0.28);
outline-offset: 3px;
border-radius: 12px;
}

.sp-article-2026 section[aria-label="FAQ"] details[open] {
border-color: rgba(37, 99, 235, 0.22);
box-shadow: 0 14px 28px rgba(37, 99, 235, 0.10);
transform: translateY(-1px);
}

.sp-article-2026 section[aria-label="FAQ"] details .sp-details-body {
color: #374151;
font-size: 0.98rem;
line-height: 1.65;
}

/* Responsive */
@media (max-width: 640px) {
.sp-article-2026 {
font-size: 17px;
padding: 0 14px 24px 14px;
}

.sp-article-2026 h2 {
font-size: 1.22rem;
padding-left: 12px;
}

.sp-article-2026 .sp-card {
padding: 14px 14px;
}

.sp-article-2026 .sp-top-meta {
flex-direction: row;
align-items: center;
gap: 10px;
font-size: 0.98rem;
}

.sp-article-2026 .sp-top-meta .sp-meta-item {
width: auto;
}

.sp-article-2026 .sp-updated-chip {
width: auto;
justify-content: center;
font-size: 0.88rem;
padding: 5px 9px;
}

.sp-article-2026 .sp-hook {
padding: 18px 14px;
flex-direction: column;
align-items: center;
text-align: center;
}

.sp-article-2026 .sp-hook-title {
justify-content: center;
white-space: normal;
flex-wrap: wrap;
}

.sp-article-2026 .sp-important p {
flex-wrap: wrap;
white-space: normal;
}

.sp-article-2026 table {
min-width: 520px;
font-size: 0.92rem;
}

.sp-article-2026 th,
.sp-article-2026 td {
padding: 10px 10px;
}

.sp-article-2026 .sp-sources-grid {
grid-template-columns: 1fr;
}

.sp-article-2026 .sp-proof-grid {
grid-template-columns: 1fr;
}
}
