*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Palatino Linotype',Palatino,'Book Antiqua',serif;line-height:1.9;color:#2a2a2a;background:#fefefe}
.header-8cf5b6{max-width:640px;margin:0 auto;padding:0 20px}
.outer-ec0d5e{padding:60px 0 40px;border-bottom:1px solid #ccc;margin-bottom:48px}
.outer-ec0d5e h1{font-size:24px;font-weight:400;letter-spacing:-.5px}
.outer-ec0d5e p{font-size:14px;color:#777;margin-top:6px;font-style:italic}
.outer-ec0d5e a{color:#2a2a2a;text-decoration:none;font-size:24px;font-weight:400;letter-spacing:-.5px}
.header-f0f6ec{padding:20px 0}
.header-f0f6ec h2{font-size:18px;font-weight:400;margin-bottom:4px}
.header-f0f6ec h2 a{color:#2a2a2a;text-decoration:none;border-bottom:1px solid transparent}
.header-f0f6ec h2 a:hover{border-bottom-color:#2a2a2a}
.header-f0f6ec .nav-b37112{font-size:12px;color:#aaa;margin-bottom:6px}
.header-f0f6ec p{font-size:14px;color:#666}
.nav-63093a{color:#888;font-size:13px;text-decoration:none}
.nav-63093a:hover{color:#2a2a2a}
.section-555bbf{padding-bottom:60px}
.section-555bbf h1{font-size:28px;font-weight:400;margin-bottom:8px}
.section-555bbf .nav-b37112{font-size:12px;color:#aaa;display:block;margin-bottom:32px}
.section-555bbf h2{font-size:21px;font-weight:400;margin:40px 0 12px;border-bottom:1px solid #eee;padding-bottom:6px}
.section-555bbf h3{font-size:17px;margin:28px 0 8px}
.section-555bbf p{margin-bottom:18px;font-size:16px}
.section-555bbf ul,.section-555bbf ol{margin:0 0 18px 20px}
.section-555bbf a{color:#555;border-bottom:1px solid #ccc}
.section-555bbf a:hover{color:#000;border-bottom-color:#000}
.section-555bbf img{max-width:100%;height:auto;margin:24px 0}
.sidebar-4e56d3{border-top:1px solid #ddd;padding:20px 0;margin-top:48px;text-align:center;font-size:12px;color:#aaa}
.sidebar-4e56d3 a{color:#aaa;text-decoration:none}
.layout-2c09a1{padding:0 0 16px;margin-bottom:24px;font-size:12px;color:#aaa;font-style:italic;border-bottom:1px solid #eee}
.nav-b3fa7c{padding:16px 0 0;margin-top:32px;font-size:11px;color:#999;border-top:1px solid #eee}
.page-d6a11b{font-size:12px;color:#aaa;margin:-26px 0 32px;font-weight:300}
.footer-51721c{margin:0 auto 32px;max-width:720px}
.wrapper-6723f1{width:100%;height:auto}
.page-5e53f4{margin:24px auto;max-width:720px}
.main-75346f{width:100%;height:auto}
.panel-d09aed{margin-top:40px;padding-top:20px;border-top:1px solid #eee;font-size:14px;color:#888}
.panel-d09aed em{color:#aaa}
.panel-d09aed a{color:#555;border-bottom:1px solid #ddd;text-decoration:none}
/* === Theme === */
:root{--primary:#1F3D2A;--accent:#B89554;--bg:#F0EFE8;--fg:#0F1A12;--border:#A8AC9C;--r:3px;--fb:'Public Sans';--fh:'Zilla Slab'}
/* === Custom === */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600;700&family=Public+Sans:wght@400;500;600;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(--fg); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }

:root > body > header { background: var(--primary); color: var(--bg); padding: 44px 0 28px; margin-bottom: 40px; border-bottom: 3px solid var(--accent); }
:root > body > header > h1, :root > body > header h1 { max-width: 760px; margin: 0 auto 8px; padding: 0 24px; font-family: var(--fh), Cambria, serif; font-size: 36px; font-weight: 700; color: var(--bg); line-height: 1.16; letter-spacing: -0.01em; }
:root > body > header > p, :root > body > header p { max-width: 760px; margin: 0 auto; padding: 0 24px; font-family: var(--fb), system-ui, sans-serif; font-size: 15px; color: rgba(240, 239, 232, .94); font-style: normal; }

:root main { max-width: 760px; margin: 0 auto; padding: 0 24px 60px; }

:root main > h1 { font-family: var(--fh), Cambria, serif; font-size: 32px; font-weight: 700; color: var(--primary); line-height: 1.18; margin: 6px 0 6px; letter-spacing: -0.01em; }

:root main > p { margin-bottom: 18px; font-size: 16.5px; }
:root main > p time { display: inline-block; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--accent); letter-spacing: .12em; text-transform: uppercase; font-weight: 600; margin-bottom: 28px; }
:root main > h2 { font-family: var(--fh), Cambria, serif; font-size: 24px; font-weight: 600; color: var(--primary); margin: 36px 0 12px; padding-bottom: 6px; border-bottom: 1px solid var(--accent); letter-spacing: -0.005em; }
:root main > h3 { font-family: var(--fh), Cambria, serif; font-size: 18px; font-weight: 500; color: var(--accent); margin: 24px 0 10px; }
:root main > ul, :root main > ol { margin: 0 0 18px 24px; }
:root main > ul > li, :root main > ol > li { margin-bottom: 6px; font-size: 15.5px; }
:root main > ul > li strong { color: var(--primary); font-weight: 700; }
:root main > blockquote { border-left: 3px solid var(--accent); padding: 10px 0 10px 18px; margin: 24px 0; font-style: italic; color: var(--primary); background: rgba(184, 149, 84, .07); border-radius: 0 var(--r) var(--r) 0; }

:root main > p a, :root main > 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: 600; }
:root main > p a:hover { color: var(--accent); text-decoration-color: var(--primary); }

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

:root main > table { width: 100%; border-collapse: collapse; margin: 24px 0; font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; background: #FFFFFF; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
:root main > table th { background: var(--primary); color: var(--bg); padding: 10px 14px; text-align: left; font-family: var(--fh), Cambria, serif; font-weight: 600; font-size: 14.5px; letter-spacing: .02em; }
:root main > table td { padding: 10px 14px; border-bottom: 1px solid var(--border); vertical-align: top; font-size: 15.5px; }
:root main > table tr:last-child td { border-bottom: 0; }
:root main > table tr:hover td { background: rgba(31, 61, 42, .04); }

:root main > div:has(> h2 > a) { background: #FFFFFF; border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 0 var(--r) var(--r) 0; padding: 18px 22px; margin-bottom: 16px; transition: border-left-color .15s ease, transform .12s ease; }
:root main > div:has(> h2 > a):hover { border-left-color: var(--primary); transform: translateX(2px); }
:root main > div:has(> h2 > a) > p:first-child { font-family: var(--fb), system-ui, sans-serif; font-size: 11px; color: var(--accent); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; font-weight: 700; }
:root main > div:has(> h2 > a) > h2 { font-family: var(--fh), Cambria, serif; font-size: 19px; font-weight: 600; margin-bottom: 6px; line-height: 1.22; padding-bottom: 0; border-bottom: 0; }
:root main > div:has(> h2 > a) > h2 a { color: var(--primary); text-decoration: none; }
:root main > div:has(> h2 > a) > h2 a:hover { color: var(--accent); }
:root main > div:has(> h2 > a) > p:not(:first-child) { font-family: var(--fb), system-ui, sans-serif; font-size: 15px; color: var(--fg); opacity: .90; margin-bottom: 10px; }
:root main > div:has(> h2 > a) > a:last-child { font-family: var(--fb), system-ui, sans-serif; font-size: 12.5px; color: var(--primary); background: transparent; padding: 0; text-decoration: none; letter-spacing: .04em; font-weight: 700; border-bottom: 1px solid var(--primary); }
:root main > div:has(> h2 > a) > a:last-child:hover { color: var(--accent); border-bottom-color: var(--accent); }

:root footer { background: transparent; border-top: 1px solid var(--border); padding: 22px 0 32px; margin-top: 48px; text-align: center; font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--fg); opacity: .58; letter-spacing: .03em; }
: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-07T03:10:03.817812+00:00) === */

/* Fix 1: line-height for dense German compound words */
article p, main p { line-height: 1.75; }

/* Fix 2: article h2 — wider section breaks for easier scanning */
article h2 { font-family: var(--fh), Cambria, serif; font-size: 1.5rem; font-weight: 600; color: var(--primary); margin-top: 2.5em; margin-bottom: 0.6em; padding-bottom: 6px; border-bottom: 1px solid var(--accent); letter-spacing: -0.005em; }

/* Fix 3: article h3 — visibly smaller than h2 to expose outline hierarchy */
article h3 { font-family: var(--fh), Cambria, serif; font-size: 1.35rem; font-weight: 500; color: var(--accent); margin-top: 2.2em; margin-bottom: 0.35em; }

/* Fix 4 + 7: homepage article cards — subtle divider + full-card click area */
.header-f0f6ec { position: relative; border-bottom: 1px solid rgba(0,0,0,0.08); padding-bottom: 1.5rem; margin-bottom: 1.5rem; }
.header-f0f6ec h2 a { display: block; }
.header-f0f6ec h2 a::after { content: ''; position: absolute; inset: 0; }

/* Fix 5: disclaimer block — render as marginal footnote, not warning box */
.nav-b3fa7c { background: transparent; border-left: 3px solid currentColor; padding-left: 1rem; opacity: 0.7; font-size: 0.85em; }

/* Fix 6: site name in narrow header bar — increase legibility */
header h1, .outer-ec0d5e h1 { font-size: 1.4rem; letter-spacing: 0.02em; }

/* === R3 fixes (2026-06-07T03:50:04.152173+00:00) === */

/* Fix R3-1: article h3 — sharper section entry via more top spacing (updated above in R2 rule) */

/* Fix R3-2+3: table td/th font sizes — applied in-place above */

/* Fix R3-4: /choice/ affiliate links — bold underline instead of amber pill (avoids banner blindness) */
:root main > p a[href^="/choice/"] { background: transparent; color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2.5px; text-underline-offset: 3px; font-weight: 700; padding: 0; border-radius: 0; font-size: inherit; font-family: inherit; letter-spacing: 0; }
:root main > p a[href^="/choice/"]:hover { color: var(--accent); text-decoration-color: var(--primary); }

/* Fix R3-5: header subtitle — applied in-place above */

/* === R4 fixes (2026-06-07T04:30:05.410317+00:00) === */

/* Fix R4-1: header site-name link — same visual weight as h1 so article-page landings feel branded */
:root > body > header > a { font-family: var(--fh), Cambria, serif; font-size: 1.3rem; font-weight: 700; color: var(--bg); text-decoration: none; letter-spacing: -0.01em; display: inline-block; }

/* Fix R4-2: card teaser text — easier to scan (font-size + opacity updated in-place above on line ~42) */

/* Fix R4-3: "Verwandte Artikel" nav panel — distinct from body text, readable as a continue-reading signal */
:root main > nav.panel-d09aed { margin-top: 2.5rem; padding: 12px 18px; background: rgba(31, 61, 42, .04); border-top: 2px solid var(--accent); font-size: 13.5px; opacity: .88; }

/* Fix R4-4: inline article links — primary-color underline, no browser-default blue */
article p a, article li a { color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 600; }
article p a:hover, article li a:hover { color: var(--accent); text-decoration-color: var(--primary); }

/* Fix R4-5: /choice/ affiliate links inside article — heavier underline, covers DOM depth that R3 selector missed */
article p a[href^="/choice/"], article li a[href^="/choice/"] { background: transparent; color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 2.5px; text-underline-offset: 3px; font-weight: 700; padding: 0; border-radius: 0; font-size: inherit; }
