*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,system-ui,sans-serif;line-height:1.7;color:#333;background:#fff}
.panel-e49c15{max-width:780px;margin:0 auto;padding:0 20px}
header{background:#1a1a2e;color:#fff;padding:32px 0;margin-bottom:40px}
header h1{font-size:28px;margin-bottom:4px}
header p{opacity:.7;font-size:15px}
header .widget-1b49f1{color:#fff;text-decoration:none;font-size:18px;font-weight:600}
.module-6a569c{border-bottom:1px solid #eee;padding:24px 0}
.module-6a569c h2{font-size:20px;margin-bottom:8px}
.module-6a569c h2 a{color:#1a1a2e;text-decoration:none}
.module-6a569c h2 a:hover{color:#e94560}
.module-6a569c .date{font-size:13px;color:#999;margin-bottom:8px}
.layout-185966{color:#e94560;text-decoration:none;font-size:14px;font-weight:600}
.outer-ec15c5{padding-bottom:60px}
.outer-ec15c5 h1{font-size:32px;margin-bottom:8px}
.outer-ec15c5 time{font-size:13px;color:#999;display:block;margin-bottom:24px}
.outer-ec15c5 h2{font-size:22px;margin:32px 0 12px}
.outer-ec15c5 h3{font-size:18px;margin:24px 0 8px}
.outer-ec15c5 p{margin-bottom:16px}
.outer-ec15c5 ul,.outer-ec15c5 ol{margin:0 0 16px 24px}
.outer-ec15c5 a{color:#e94560}
.outer-ec15c5 img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}
footer{border-top:1px solid #eee;padding:24px 0;margin-top:40px;text-align:center;font-size:13px;color:#999}
footer a{color:#999}
.sidebar-121bc8{background:#f5f5f5;border-left:3px solid #999;padding:10px 14px;margin-bottom:20px;font-size:13px;color:#777;font-style:italic}
.content-b6c535{background:#fef9e7;border:1px solid #f0c36d;padding:10px 14px;margin-top:20px;font-size:12px;color:#8a6d3b}
.page-feeb0e{font-size:13px;color:#999;margin:-16px 0 24px;font-style:italic}
.inner-c3b560{text-align:center;margin:0 0 20px}
.header-6474c9{max-width:100%;height:auto;border-radius:6px}
.block-1d41b2{text-align:center;margin:24px 0}
.block-81de4e{max-width:100%;height:auto;border-radius:6px}
.main-61638c{margin-top:40px;padding-top:24px;border-top:1px solid #eee}
.main-61638c h3{font-size:18px;margin-bottom:12px}
.main-61638c ul{list-style:none;padding:0}
.main-61638c li{padding:4px 0}
.main-61638c a{color:#e94560;text-decoration:none}
/* === Theme === */
:root{--primary:#5C4D2D;--accent:#B85772;--bg:#F0E9D2;--fg:#1A1408;--border:#C5B998;--r:26px;--fb:'Schibsted Grotesk';--fh:'Faustina'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Faustina:ital,wght@0,400;0,500;0,700;1,400&family=Schibsted+Grotesk:wght@400;500;700&display=swap');

:root body { font-family: var(--fb), system-ui, -apple-system, sans-serif; color: var(--fg); background: var(--bg); line-height: 1.72; font-size: 16.5px; }
::selection { background: var(--accent); color: var(--bg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }

:root header { background: var(--primary); color: var(--bg); padding: 46px 0 28px; margin-bottom: 44px; border-bottom: 4px solid var(--accent); }
:root header h1 { font-family: var(--fh), Cambria, serif; font-size: 36px; font-weight: 700; color: var(--bg); line-height: 1.14; margin-bottom: 6px; letter-spacing: 0; }
:root header h1 + p { font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; color: rgba(240, 233, 210, .96); font-style: italic; letter-spacing: 0.01em; opacity: 1.0; }
:root header a { font-family: var(--fh), Cambria, serif; font-size: 24px; color: var(--bg); text-decoration: none; font-weight: 700; }

:root main { padding-bottom: 60px; }
:root main > h1 { font-family: var(--fh), Cambria, serif; font-size: 32px; font-weight: 700; color: var(--primary); line-height: 1.18; margin: 10px 0 6px; }
:root main > time { display: block; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--accent); margin-bottom: 28px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }

:root main > article:not(:has(> .date)) > p { margin-bottom: 18px; font-size: 16.5px; line-height: 1.75; }
:root main > article:not(:has(> .date)) > h2 { font-family: var(--fh), Cambria, serif; font-size: 24px; font-weight: 700; color: var(--primary); margin: 2.5em 0 0.6em; padding-bottom: 6px; border-bottom: 1px solid var(--accent); }
:root main > article:not(:has(> .date)) > h3 { font-family: var(--fh), Cambria, serif; font-size: 19px; font-weight: 700; color: var(--accent); margin: 1.8em 0 0.4em; font-style: normal; border-left: 3px solid var(--accent); padding-left: 10px; }
:root main > article:not(:has(> .date)) ul, :root main > article:not(:has(> .date)) ol { margin: 0 0 18px 24px; }
:root main > article:not(:has(> .date)) li { margin-bottom: 6px; }
:root main > article:not(:has(> .date)) blockquote { border-left: 4px solid var(--accent); padding: 10px 0 10px 20px; margin: 26px 0; font-style: italic; color: var(--primary); background: rgba(184, 87, 114, .07); border-radius: 0 var(--r) var(--r) 0; }

:root main > article:not(:has(> .date)) > p a, :root main > article:not(:has(> .date)) > p a:visited { color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 500; }
:root main > article:not(:has(> .date)) > p a:hover { color: var(--accent); text-decoration-color: var(--primary); }

:root main > article:not(:has(> .date)) > p a[href^="/ref/"], :root main > article:not(:has(> .date)) > p a[href^="/try/"], :root main > article:not(:has(> .date)) > p a[href^="/check/"], :root main > article:not(:has(> .date)) > p a[href^="/partner/"], :root main > article:not(:has(> .date)) > p a[href^="/go/"] { background: var(--accent); color: var(--bg); border-radius: var(--r); padding: 3px 14px; text-decoration: none; font-family: var(--fh), Cambria, serif; font-size: 14.5px; letter-spacing: .03em; font-weight: 700; }
:root main > article:not(:has(> .date)) > p a[href^="/ref/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/try/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/check/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/partner/"]:hover, :root main > article:not(:has(> .date)) > p a[href^="/go/"]:hover { background: var(--primary); }

:root main > article:not(:has(> .date)) > div:has(> img) { margin: 0 0 28px; }
:root main > article:not(:has(> .date)) > div:has(> img) > img { width: 100%; height: auto; display: block; border-radius: var(--r); box-shadow: 0 3px 14px rgba(26, 20, 8, .12); }

:root main > article:not(:has(> .date)) > div:has(> em) { border-left: 4px solid var(--primary); border-radius: 0 var(--r) var(--r) 0; padding: 12px 18px; margin-top: 32px; font-size: 13.5px; color: var(--fg); font-family: var(--fb), system-ui, sans-serif; font-style: italic; background: rgba(92, 77, 45, .06); }
:root main > article:not(:has(> .date)) > div:has(> em) em { font-family: var(--fh), Cambria, serif; font-style: normal; color: var(--primary); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; display: inline-block; margin-right: 8px; font-weight: 700; }

:root main > article:has(> .date) { padding: 22px 0; border-bottom: 1px solid var(--border); }
:root main > article:has(> .date):last-of-type { border-bottom: 0; }
:root main > article:has(> .date) > h2 { font-family: var(--fh), Cambria, serif; font-size: 22px; font-weight: 700; margin-bottom: 4px; line-height: 1.22; }
:root main > article:has(> .date) > h2 a { color: var(--primary); text-decoration: none; }
:root main > article:has(> .date) > h2 a:hover { color: var(--accent); }
:root main > article:has(> .date) > .date { font-family: var(--fb), system-ui, sans-serif; font-size: 11px; color: var(--accent); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; display: block; font-weight: 700; }
:root main > article:has(> .date) > p:not(.date) { font-size: 0.95rem; color: #555; opacity: .85; margin-bottom: 0.5em; }
:root main > article:has(> .date) > a:last-child { font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--bg); background: var(--primary); padding: 6px 16px; border-radius: var(--r); text-decoration: none; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
:root main > article:has(> .date) > a:last-child:hover { background: var(--accent); }

:root main > section { margin-top: 40px; padding-top: 22px; border-top: 2px solid var(--primary); }
:root main > section > h3 { font-family: var(--fh), Cambria, serif; font-size: 15px; color: var(--primary); margin-bottom: 14px; font-weight: 700; }
:root main > section > ul { list-style: none; margin: 0; padding: 0; }
:root main > section > ul > li { padding: 9px 0; border-bottom: 1px dotted var(--border); }
:root main > section > ul > li:last-child { border-bottom: 0; }
:root main > section > ul > li > a { color: var(--fg); text-decoration: none; font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; }
:root main > section > ul > li > a:hover { color: var(--primary); }

:root footer { background: transparent; border-top: 1px solid var(--accent); padding: 22px 0 32px; margin-top: 44px; text-align: center; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--fg); opacity: .60; letter-spacing: .04em; }
:root footer a { color: var(--fg); text-decoration: none; border-bottom: 1px dotted var(--border); }
:root footer a:hover { color: var(--primary); border-bottom-color: var(--primary); }

/* === R2 fixes (2026-06-01T10:40:09.936135+00:00) === */

/* Header background: warmer dark brown, less institutional olive */
:root header { background: #4a3818; }

/* Strong / key data points: colored bold for scannable price anchors */
:root main > article:not(:has(> .date)) strong { color: #5a2e00; font-weight: 700; }

/* === R3 fixes (2026-06-01T11:30:04.197852+00:00) === */

/* Footer opacity: 60% → 75% so trust-signal links (Datenschutz etc.) are findable on quick scan */
:root footer { opacity: .75; }

/* H3 bottom margin: 0.4em → 0.65em so first paragraph reads as section body, not a heading caption */
:root main > article:not(:has(> .date)) > h3 { margin: 1.8em 0 0.65em; }

/* Price-list li items with bold labels: subtle dotted separator aids per-item reading like a mini table */
:root main > article:not(:has(> .date)) li:has(> strong) { padding: 5px 0; border-bottom: 1px dotted rgba(90, 46, 0, 0.12); }

/* Article H1 bottom margin: 6px → 14px so date line reads as metadata, not a subtitle of the title */
:root main > h1 { margin: 10px 0 14px; }

/* === R4 fixes (2026-06-01T12:10:10.488388+00:00) === */

/* /suggest/ affiliate links: pill style matching /ref/, /go/ etc. — distinguishes affiliate from editorial links */
:root main > article:not(:has(> .date)) > p a[href^="/suggest/"],
:root main > article:not(:has(> .date)) > p a[href^="/suggest/"]:visited { background: var(--accent); color: var(--bg); border-radius: var(--r); padding: 3px 14px; text-decoration: none; font-family: var(--fh), Cambria, serif; font-size: 14.5px; letter-spacing: .03em; font-weight: 700; }
:root main > article:not(:has(> .date)) > p a[href^="/suggest/"]:hover { background: var(--primary); }

/* Price-list li rows: font-weight 500 makes value numbers scan-readable; strong label stays dominant at 700 */
:root main > article:not(:has(> .date)) li:has(> strong) { font-weight: 500; }
