/* ============================================================
   Apotheken Report · Advertorial Shared Header/Footer/FAB
   ============================================================ */

.ar-progress {
  position:fixed; top:0; left:0; right:0; height:3px;
  background:transparent; z-index:2147483640; pointer-events:none;
}
.ar-progress > span {
  display:block; height:100%; width:0%;
  background:linear-gradient(90deg, #ff0000, #b80000);
  transition:width .08s linear;
  box-shadow:0 0 8px rgba(255,0,0,.35);
}

/* Magazine top bar (sticky) */
.ar-magbar {
  position:sticky; top:3px;
  background:#fff;
  border-bottom:1px solid #ececec;
  z-index:1000;
  font-family:'Open Sans', sans-serif;
}
.ar-magbar-row {
  max-width:1180px; margin:0 auto;
  display:flex; align-items:center; gap:16px;
  padding:10px 16px;
}
.ar-magbar-logo { height:34px; width:auto; flex-shrink:0; }
.ar-magbar-date { font-size:12px; color:#666; flex:1; }
.ar-magbar-search {
  border:1px solid #ddd; background:#f7f7f7;
  border-radius:8px; padding:6px 10px;
  font-size:13px; color:#777;
  display:flex; align-items:center; gap:6px;
}
@media (max-width:600px){
  .ar-magbar-date { display:none; }
  .ar-magbar-search { display:none; }
  .ar-magbar-logo { height:28px; }
}

/* Footer (dark editorial) */
.ar-footer-new {
  background:#0a0a0a; color:#bbb;
  padding:40px 16px 24px;
  font-family:'Open Sans', sans-serif;
  margin-top:40px;
}
.ar-footer-new .wrap { max-width:1180px; margin:0 auto; }
.ar-footer-top {
  display:grid; gap:30px;
  grid-template-columns:1fr;
  padding-bottom:24px; border-bottom:1px solid #2a2a2a;
}
@media (min-width:768px){ .ar-footer-top { grid-template-columns:2fr 1fr 1fr 1fr; } }
.ar-footer-brand img { height:36px; margin-bottom:14px; filter:brightness(0) invert(1); }
.ar-footer-brand p { font-size:13px; line-height:1.55; color:#999; max-width:380px; }
.ar-footer-col h5 {
  color:#fff; font-size:12px; font-weight:800;
  letter-spacing:.5px; text-transform:uppercase;
  margin-bottom:12px;
}
.ar-footer-col ul { list-style:none; padding:0; margin:0; }
.ar-footer-col ul li { margin-bottom:8px; }
.ar-footer-col ul a { color:#bbb; font-size:13px; text-decoration:none; }
.ar-footer-col ul a:hover { color:#fff; }
.ar-footer-social { display:flex; gap:10px; margin-top:8px; }
.ar-footer-social a {
  width:32px; height:32px; border-radius:50%;
  background:#2a2a2a; color:#bbb;
  display:inline-flex; align-items:center; justify-content:center;
  text-decoration:none;
  transition:all .15s;
}
.ar-footer-social a:hover { background:#ff0000; color:#fff; }
.ar-footer-social svg { width:14px; height:14px; }
.ar-footer-bottom {
  padding-top:20px;
  display:flex; justify-content:space-between;
  font-size:11px; color:#888;
  flex-wrap:wrap; gap:14px;
}
.ar-footer-disc {
  font-size:10px; color:#666; line-height:1.6;
  margin-top:20px; padding-top:20px;
  border-top:1px solid #2a2a2a;
  max-width:920px;
}

/* Floating Action Bar (bottom, sticky from 10%) */
.ar-fab {
  position:fixed; left:0; right:0;
  bottom:env(safe-area-inset-bottom, 0);
  display:flex; align-items:center; justify-content:center;
  padding:12px 16px;
  background:rgba(255,255,255,.96);
  border-top:1px solid #ececec;
  box-shadow:0 -6px 20px rgba(0,0,0,.08);
  -webkit-backdrop-filter:saturate(120%) blur(8px);
  backdrop-filter:saturate(120%) blur(8px);
  z-index:2147483647;
  opacity:0; visibility:hidden; pointer-events:none;
  transition:opacity .25s, transform .25s, visibility .25s;
  transform:translateY(8px);
  font-family:'Open Sans', sans-serif;
}
.ar-fab.visible { opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0); }
.ar-fab-cta {
  border:0; cursor:pointer;
  color:#fff !important; background:#ff0000;
  padding:14px 28px; border-radius:9999px;
  font:800 14px/1.1 inherit;
  letter-spacing:.4px; text-transform:uppercase;
  min-height:50px;
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  text-decoration:none;
  box-shadow:0 8px 22px rgba(255,0,0,.35), inset 0 -3px 0 rgba(0,0,0,.10);
  transition:transform .15s, box-shadow .15s;
  width:100%; max-width:420px;
}
.ar-fab-cta::after { content:"→"; font-weight:800; }
.ar-fab-cta:hover, .ar-fab-cta:focus {
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(255,0,0,.45), inset 0 -3px 0 rgba(0,0,0,.10);
}
.ar-fab-spacer { height:90px; }

/* Author bio block */
.ar-author-bio {
  margin:36px auto; padding:22px;
  max-width:720px;
  border:1px solid #ececec;
  border-radius:12px;
  display:flex; gap:18px; align-items:flex-start;
  flex-wrap:wrap;
  font-family:'Open Sans', sans-serif;
  background:#fff;
}
.ar-author-bio .photo {
  width:80px; height:80px; border-radius:50%;
  background:linear-gradient(135deg,#a51b1b,#ff5555);
  color:#fff; font-weight:700; font-size:28px;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.ar-author-bio .info { flex:1; min-width:220px; }
.ar-author-bio .label {
  font-size:11px; font-weight:800; color:#888;
  letter-spacing:.5px; text-transform:uppercase;
  margin-bottom:4px;
}
.ar-author-bio .name {
  font-family:'Merriweather', Georgia, serif;
  font-size:20px; font-weight:900; color:#0a0a0a;
  margin-bottom:2px;
}
.ar-author-bio .role { font-size:13px; color:#666; margin-bottom:10px; }
.ar-author-bio .bio { font-size:14px; color:#333; line-height:1.55; }

@media print { .ar-progress, .ar-magbar, .ar-fab { display:none !important; } }

/* ============================================================
   KAUF SECTION (Editorial Empfehlung Card)
   Rolled out across all Koll advertorials
   ============================================================ */
.ar-kauf {
  padding:40px 16px 60px;
  background:#f8fafc;
  font-family:'Inter', -apple-system, sans-serif;
}
.ar-kauf-wrap { max-width:560px; margin:0 auto; }
.ar-kauf-card {
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 4px 16px rgba(0,0,0,.06);
}
.ar-kauf-top {
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 18px;
  background:#f8fafc;
  border-bottom:1px solid #f1f5f9;
  font-size:11px;
}
.ar-kauf-badge {
  display:inline-flex; align-items:center; gap:6px;
  font-weight:700; letter-spacing:.3px;
  color:#0a0a0a; text-transform:uppercase;
  font-size:11px;
}
.ar-kauf-badge::before { content:"★"; color:#d4a534; font-size:13px; letter-spacing:0; }
.ar-kauf-date {
  font-size:10px; color:#94a3b8;
  text-transform:uppercase; letter-spacing:1px; font-weight:500;
}
.ar-kauf-body { padding:24px 20px 20px; }

.ar-kauf-title {
  font-family:'Merriweather', Georgia, serif;
  font-size:22px; font-weight:900;
  color:#0f172a;
  text-align:center;
  line-height:1.25;
  margin:0 0 20px;
  letter-spacing:-.01em;
}
@media (min-width:480px){ .ar-kauf-title { font-size:26px; } }

/* Slider */
.ar-kauf-slider { margin-bottom:22px; }
.ar-kauf-main {
  position:relative;
  aspect-ratio:1/1;
  border-radius:16px;
  overflow:hidden;
  background:#f8fafc;
}
.ar-kauf-main img {
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:contain; padding:18px;
  opacity:0;
  transition:opacity .25s ease-in-out;
}
.ar-kauf-main img.active { opacity:1; }
.ar-kauf-nav {
  position:absolute; top:50%;
  transform:translateY(-50%);
  width:42px; height:42px; border-radius:50%;
  background:rgba(255,255,255,.96);
  border:1px solid #e2e8f0;
  box-shadow:0 4px 12px rgba(0,0,0,.10);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; z-index:5;
  font-size:20px; color:#0f172a; font-weight:600;
  transition:transform .15s, box-shadow .15s;
}
.ar-kauf-nav:hover { transform:translateY(-50%) scale(1.05); box-shadow:0 6px 18px rgba(0,0,0,.15); }
.ar-kauf-nav.prev { left:10px; }
.ar-kauf-nav.next { right:10px; }
.ar-kauf-thumbs {
  display:flex; gap:10px;
  margin-top:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.ar-kauf-thumbs::-webkit-scrollbar { display:none; }
.ar-kauf-thumb {
  flex:0 0 auto;
  width:72px; height:72px;
  border-radius:12px; border:2px solid #e2e8f0;
  overflow:hidden; cursor:pointer;
  background:#fff;
  padding:6px;
  scroll-snap-align:start;
  transition:border-color .15s, transform .15s;
}
.ar-kauf-thumb:hover { transform:translateY(-1px); border-color:#cbd5e1; }
.ar-kauf-thumb.active { border-color:#ef4444; }
.ar-kauf-thumb img { width:100%; height:100%; object-fit:contain; display:block; }

/* Description box */
.ar-kauf-desc {
  font-size:14px; line-height:1.55;
  color:#334155;
  text-align:left;
  margin:0 0 16px;
  padding:0;
  font-weight:500;
}
.ar-kauf-bullets {
  list-style:none; padding:0; margin:0 0 22px;
}
.ar-kauf-bullets li {
  position:relative;
  padding:10px 0 10px 30px;
  font-size:14px; line-height:1.5;
  color:#334155;
  border-bottom:1px solid #f1f5f9;
}
.ar-kauf-bullets li:last-child { border-bottom:0; }
.ar-kauf-bullets li::before {
  content:"✓";
  position:absolute; left:6px; top:10px;
  color:#10b981; font-weight:800; font-size:15px;
}
.ar-kauf-bullets li strong { color:#0f172a; }

/* Price — alles in einer Zeile */
.ar-kauf-price-block {
  text-align:center;
  margin:8px 0 18px;
  display:flex; align-items:baseline; justify-content:center;
  gap:10px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.ar-kauf-price-block .now {
  font-family:'Merriweather', Georgia, serif;
  font-size:30px; font-weight:900;
  color:#ef4444; line-height:1;
  letter-spacing:-.02em;
}
@media (min-width:480px){ .ar-kauf-price-block .now { font-size:34px; } }
.ar-kauf-price-block .was {
  font-size:14px; color:#94a3b8;
  text-decoration:line-through;
}
.ar-kauf-price-block .save {
  font-size:10px; font-weight:800;
  color:#10b981;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* Main CTA — immer eine Zeile, auch auf Mobile */
.ar-kauf-cta {
  display:flex; align-items:center; justify-content:center;
  background:#ef4444; color:#fff !important;
  padding:15px 18px;
  border-radius:14px;
  font-size:14px; font-weight:800; letter-spacing:.4px;
  text-transform:uppercase; text-decoration:none;
  white-space:nowrap;
  box-shadow:0 10px 22px -4px rgba(239,68,68,.40);
  transition:background .15s, transform .15s, box-shadow .15s;
  margin:0 0 20px;
}
@media (min-width:480px){ .ar-kauf-cta { font-size:15px; padding:16px 22px; } }
.ar-kauf-cta:hover { background:#dc2626; transform:translateY(-1px); box-shadow:0 14px 28px -4px rgba(239,68,68,.50); }

/* Spec row */
.ar-kauf-spec {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
  margin:0 0 8px;
}
.ar-kauf-spec > div {
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:12px 8px;
  text-align:center;
}
.ar-kauf-spec .label {
  display:block;
  font-size:10px; letter-spacing:1.5px;
  text-transform:uppercase;
  color:#94a3b8;
  font-weight:700;
  margin-bottom:4px;
}
.ar-kauf-spec .val {
  font-size:14px; font-weight:700; color:#0f172a;
}

/* Apotheken accordion */
.ar-kauf-apo {
  border-top:1px solid #f1f5f9;
  margin-top:14px;
}
.ar-kauf-apo > summary {
  list-style:none;
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 20px;
  cursor:pointer;
  font-weight:700; color:#1e293b;
  font-size:15px;
}
.ar-kauf-apo > summary::-webkit-details-marker { display:none; }
.ar-kauf-apo > summary::after {
  content:"+"; font-size:20px; color:#94a3b8; font-weight:400;
}
.ar-kauf-apo[open] > summary::after { content:"−"; }
.ar-kauf-apo-list {
  padding:4px 16px 20px;
  display:flex; flex-direction:column; gap:10px;
}
.ar-kauf-apo-item {
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:14px; align-items:center;
  padding:14px 16px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  text-decoration:none; color:inherit;
  position:relative;
  transition:border-color .15s, transform .15s, box-shadow .15s;
}
.ar-kauf-apo-item:hover {
  border-color:#cbd5e1;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,.06);
}
.ar-kauf-apo-logo {
  max-width:78px; max-height:22px;
  width:auto; height:auto;
  object-fit:contain;
}
@media (min-width:480px){
  .ar-kauf-apo-logo { max-width:90px; max-height:24px; }
}
.ar-kauf-apo-price {
  font-size:16px; font-weight:800;
  color:#0f172a;
}
@media (min-width:480px){
  .ar-kauf-apo-price { font-size:18px; }
}
.ar-kauf-apo-arrow {
  font-size:20px; font-weight:800;
  color:#ef4444;
  line-height:1;
}
.ar-kauf-apo-item {
  padding:12px 14px;
  gap:10px;
}
@media (min-width:480px){
  .ar-kauf-apo-item { padding:14px 16px; gap:14px; }
}
.ar-kauf-apo-badge {
  position:absolute; top:-9px; left:14px;
  font-size:9px; font-weight:800; letter-spacing:1px;
  text-transform:uppercase;
  padding:4px 9px;
  border-radius:9999px;
  color:#fff;
  white-space:nowrap;
}
.ar-kauf-apo-item.badge-cheap .ar-kauf-apo-badge { background:#10b981; box-shadow:0 2px 6px rgba(16,185,129,.30); }
.ar-kauf-apo-item.badge-pop .ar-kauf-apo-badge { background:#ef4444; box-shadow:0 2px 6px rgba(239,68,68,.30); }
.ar-kauf-apo-item.badge-cheap { border-color:#10b981; }
.ar-kauf-apo-item.badge-pop { border-color:#ef4444; }

/* Detail accordions */
.ar-kauf-detail {
  border-top:1px solid #f1f5f9;
}
.ar-kauf-detail > summary {
  list-style:none;
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 20px;
  cursor:pointer;
  font-weight:700; color:#1e293b;
  font-size:15px;
}
.ar-kauf-detail > summary::-webkit-details-marker { display:none; }
.ar-kauf-detail > summary::after {
  content:"+"; font-size:20px; color:#94a3b8; font-weight:400;
}
.ar-kauf-detail[open] > summary::after { content:"−"; }
.ar-kauf-detail .body {
  padding:0 20px 18px;
  font-size:14px; line-height:1.65;
  color:#475569;
}
.ar-kauf-detail .body p { margin-bottom:8px; }
.ar-kauf-detail .body p:last-child { margin-bottom:0; }
.ar-kauf-detail .body ul { list-style:disc; margin:8px 0 0 18px; }
.ar-kauf-detail .body ul li { margin-bottom:6px; }
.ar-kauf-detail .body strong { color:#0f172a; }


/* === Post-Kauf Sections === */
.ar-postkauf {
  background:#fff;
  padding:50px 16px;
}
.ar-postkauf-wrap { max-width:760px; margin:0 auto; }
.ar-postkauf .pk-head {
  text-align:center;
  margin-bottom:24px;
}
.ar-postkauf .pk-eyebrow {
  font-family:'Inter', sans-serif;
  font-size:11px; font-weight:700; letter-spacing:.25em;
  text-transform:uppercase; color:#ef4444;
  margin-bottom:8px;
}
.ar-postkauf .pk-title {
  font-family:'Merriweather', Georgia, serif;
  font-size:26px; font-weight:900; color:#0f172a;
  letter-spacing:-.01em;
  margin:0;
}
@media (min-width:600px){ .ar-postkauf .pk-title { font-size:32px; } }
.ar-postkauf.alt { background:#f8fafc; }

/* Bewertung 9.8/10 card */
.ar-pk-bewertung {
  background:#fff; border:1px solid #e2e8f0; border-radius:14px;
  padding:24px;
  font-family:'Inter', sans-serif;
}
.ar-pk-bw-top {
  display:flex; align-items:center; gap:18px;
  padding-bottom:18px; margin-bottom:18px;
  border-bottom:1px solid #f1f5f9;
  flex-wrap:wrap;
}
.ar-pk-bw-circle {
  width:88px; height:88px; border-radius:50%;
  background:conic-gradient(#10b981 0% 98%, #e2e8f0 98% 100%);
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0; position:relative;
}
.ar-pk-bw-circle::before {
  content:""; position:absolute; inset:7px;
  background:#fff; border-radius:50%;
}
.ar-pk-bw-circle .val {
  position:relative;
  font-family:'Merriweather', Georgia, serif;
  font-size:22px; font-weight:900; color:#0f172a;
  line-height:1;
}
.ar-pk-bw-circle .val small { display:block; font-size:10px; color:#94a3b8; font-weight:500; margin-top:3px; font-family:'Inter', sans-serif; }
.ar-pk-bw-info { flex:1; min-width:200px; }
.ar-pk-bw-label {
  font-size:11px; font-weight:700; letter-spacing:.25em;
  text-transform:uppercase; color:#10b981;
  margin-bottom:6px;
}
.ar-pk-bw-h {
  font-family:'Merriweather', Georgia, serif;
  font-size:20px; font-weight:900; color:#0f172a;
  margin-bottom:4px;
}
.ar-pk-bw-sub { font-size:13px; color:#64748b; }
.ar-pk-bw-bars { display:grid; gap:10px; }
.ar-pk-bw-bar {
  display:grid; grid-template-columns:1fr 60px;
  align-items:center; gap:10px;
  font-size:13px; color:#475569;
}
.ar-pk-bw-bar .lbl { font-weight:500; }
.ar-pk-bw-bar .score { font-weight:800; color:#0f172a; text-align:right; }
.ar-pk-bw-bar .track {
  grid-column:1 / -1;
  height:5px; background:#e2e8f0; border-radius:3px;
  overflow:hidden; margin-top:2px;
}
.ar-pk-bw-bar .track > i {
  display:block; height:100%;
  background:linear-gradient(90deg, #10b981, #059669);
}

/* Reviews */
.ar-pk-rating-sum {
  display:flex; gap:18px; align-items:center;
  padding:18px;
  background:#fff; border:1px solid #e2e8f0; border-radius:12px;
  margin-bottom:18px; flex-wrap:wrap;
  font-family:'Inter', sans-serif;
}
.ar-pk-rating-sum .big {
  font-family:'Merriweather', Georgia, serif;
  font-size:44px; font-weight:900; color:#0f172a;
  line-height:1; text-align:center; min-width:80px;
}
.ar-pk-rating-sum .big .of { display:block; font-size:11px; color:#94a3b8; font-weight:400; margin-top:6px; font-family:'Inter', sans-serif; }
.ar-pk-rating-sum .right { flex:1; min-width:180px; }
.ar-pk-rating-sum .stars { color:#f59e0b; font-size:18px; letter-spacing:2px; margin-bottom:4px; }
.ar-pk-rating-sum .total { font-size:13px; color:#64748b; }
.ar-pk-rating-sum .total strong { color:#0f172a; }

.ar-pk-reviews { display:grid; gap:14px; grid-template-columns:1fr; }
@media (min-width:640px){ .ar-pk-reviews { grid-template-columns:1fr 1fr; } }
.ar-pk-rev {
  background:#fff; border:1px solid #e2e8f0; border-radius:12px;
  padding:18px;
  font-family:'Inter', sans-serif;
}
.ar-pk-rev-stars { color:#f59e0b; font-size:13px; letter-spacing:1px; margin-bottom:8px; }
.ar-pk-rev h4 {
  font-family:'Merriweather', Georgia, serif;
  font-size:15px; font-weight:700; color:#0f172a;
  margin:0 0 8px;
}
.ar-pk-rev p {
  font-size:14px; line-height:1.55; color:#334155;
  margin:0 0 12px;
}
.ar-pk-rev-author {
  display:flex; align-items:center; gap:10px;
  padding-top:10px; border-top:1px solid #f1f5f9;
}
.ar-pk-rev-avatar {
  width:32px; height:32px; border-radius:50%;
  background:linear-gradient(135deg,#ef4444,#dc2626);
  color:#fff; font-weight:700; font-size:11px;
  display:flex; align-items:center; justify-content:center;
}
.ar-pk-rev-name { font-size:13px; font-weight:700; color:#0f172a; line-height:1.2; }
.ar-pk-rev-when { font-size:11px; color:#94a3b8; margin-top:1px; }
.ar-pk-rev-verified {
  margin-left:auto;
  font-size:10px; font-weight:700; color:#10b981;
  background:#d1fae5; padding:2px 7px; border-radius:9999px;
}
.ar-pk-rev-verified::before { content:"✓ "; }

.ar-pk-rev-more {
  margin-top:14px; text-align:center;
}
.ar-pk-rev-more > summary { display:inline-block; }
.ar-pk-rev-more summary {
  display:inline-block;
  padding:11px 22px;
  background:#fff; border:1px dashed #cbd5e1;
  border-radius:10px; cursor:pointer;
  font-family:'Inter', sans-serif;
  font-size:13px; font-weight:700;
  color:#ef4444; list-style:none;
}
.ar-pk-rev-more summary::-webkit-details-marker { display:none; }
.ar-pk-rev-more summary::after { content:" ▾"; color:#94a3b8; }
.ar-pk-rev-more[open] summary { border-style:solid; background:#fef2f2; }
.ar-pk-rev-more[open] summary::after { content:" ▴"; }
.ar-pk-rev-more-body {
  display:grid; gap:14px; grid-template-columns:1fr;
  margin-top:14px;
  text-align:left;
}
@media (min-width:640px){ .ar-pk-rev-more-body { grid-template-columns:1fr 1fr; } }
.ar-pk-rev-more-body .ar-pk-rev { text-align:left; }
.ar-pk-rev-more-body .ar-pk-rev p { text-align:left; }

/* FAQ */
.ar-pk-faq { display:grid; gap:8px; }
.ar-pk-faq-item {
  background:#fff; border:1px solid #e2e8f0; border-radius:10px; overflow:hidden;
}
.ar-pk-faq-item summary {
  padding:14px 18px;
  font-family:'Inter', sans-serif;
  font-size:14px; font-weight:700; color:#0f172a;
  cursor:pointer; list-style:none;
  display:flex; justify-content:space-between; align-items:center;
  gap:12px;
}
.ar-pk-faq-item summary::-webkit-details-marker { display:none; }
.ar-pk-faq-item summary::after { content:"+"; font-size:20px; color:#94a3b8; font-weight:300; }
.ar-pk-faq-item[open] summary::after { content:"−"; }
.ar-pk-faq-item .a {
  padding:0 18px 16px;
  font-family:'Inter', sans-serif;
  font-size:14px; line-height:1.6; color:#475569;
}

/* Quellen */
.ar-pk-sources ol {
  list-style:decimal; padding-left:20px; margin:0;
  font-family:'Inter', sans-serif;
  font-size:13px; line-height:1.6; color:#475569;
}
.ar-pk-sources ol li { margin-bottom:8px; }
.ar-pk-sources ol li strong { color:#0f172a; }

/* Autorin */
.ar-pk-author {
  background:#fff; border:1px solid #e2e8f0; border-radius:14px;
  padding:22px; display:flex; gap:18px;
  align-items:flex-start; flex-wrap:wrap;
  font-family:'Inter', sans-serif;
}
.ar-pk-author-photo {
  width:72px; height:72px; border-radius:50%;
  background:linear-gradient(135deg,#ef4444,#dc2626);
  color:#fff; font-weight:700; font-size:24px;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.ar-pk-author-info { flex:1; min-width:220px; }
.ar-pk-author-label {
  font-size:10px; font-weight:700; letter-spacing:.25em;
  text-transform:uppercase; color:#94a3b8;
  margin-bottom:4px;
}
.ar-pk-author-name {
  font-family:'Merriweather', Georgia, serif;
  font-size:19px; font-weight:900; color:#0f172a;
  margin-bottom:2px;
}
.ar-pk-author-role { font-size:13px; color:#64748b; margin-bottom:10px; }
.ar-pk-author-bio { font-size:14px; line-height:1.55; color:#334155; }

/* ============================================================
   Cookie Banner (realistisch, Ablehnen vorhanden, GTM feuert dennoch)
   ============================================================ */
.ar-cookie {
  position:fixed; left:0; right:0;
  bottom:0;
  background:#fff; color:#0f172a;
  border-top:1px solid #e2e8f0;
  box-shadow:0 -8px 30px rgba(0,0,0,.12);
  z-index:2147483647;
  font-family:'Inter', sans-serif;
  padding:18px 20px calc(18px + env(safe-area-inset-bottom, 0));
}
/* Wenn der Cookie-Banner sichtbar ist: FAB darunter wegblenden */
body:has(.ar-cookie) .ar-fab { display:none !important; }
.ar-cookie-inner {
  max-width:1080px; margin:0 auto;
  display:flex; gap:20px; align-items:center; flex-wrap:wrap;
}
.ar-cookie-tx { flex:1; min-width:260px; }
.ar-cookie-tx h4 { font-size:15px; font-weight:800; color:#0f172a; margin:0 0 4px; letter-spacing:-.01em; }
.ar-cookie-tx p { font-size:13px; line-height:1.5; color:#64748b; margin:0; }
.ar-cookie-tx a { color:#0d9488; text-decoration:underline; }
.ar-cookie-btns { display:flex; gap:10px; flex-shrink:0; }
.ar-cookie-reject {
  background:#fff; color:#475569;
  border:1px solid #cbd5e1; border-radius:9px;
  padding:11px 20px; font-size:13px; font-weight:700; cursor:pointer;
  font-family:'Inter', sans-serif; white-space:nowrap;
}
.ar-cookie-reject:hover { background:#f8fafc; }
.ar-cookie-accept {
  background:#0d9488; color:#fff;
  border:0; border-radius:9px;
  padding:11px 22px; font-size:13px; font-weight:800; cursor:pointer;
  font-family:'Inter', sans-serif; white-space:nowrap;
  box-shadow:0 4px 12px rgba(13,148,136,.30);
}
.ar-cookie-accept:hover { background:#0f766e; }
@media (max-width:620px){
  .ar-cookie-inner { flex-direction:column; align-items:stretch; gap:14px; }
  .ar-cookie-btns { width:100%; }
  .ar-cookie-reject, .ar-cookie-accept { flex:1; }
}
