:root{
  --fd-purple:#6548f5;
  --fd-purple-dark:#4b32ca;
  --fd-purple-soft:#f5f2ff;
  --fd-text:#171b32;
  --fd-body:#434b59;
  --fd-muted:#747c8b;
  --fd-line:#e6e9ef;
  --fd-green:#159b55;
  --fd-green-soft:#f3fbf6;
  --fd-red:#df4747;
  --fd-red-soft:#fff6f6;
}

.fd-product-module{
  width:100%;
  margin:52px 0;
  color:var(--fd-text);
  font-size:16px;
}
.fd-product-module__intro{
  max-width:920px;
  margin:0 auto 32px;
}
.fd-product-module__intro h2{margin:0 0 10px;font-size:30px;line-height:1.2}
.fd-product-module__intro p{margin:0;font-size:17px;line-height:1.65;color:var(--fd-body)}

.fd-product-main{
  position:relative;
  width:100%;
  margin:52px auto 56px;
  padding:40px 32px 26px;
  border:1px solid var(--fd-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(22,28,48,.055);
}
.fd-product-main__badge{
  position:absolute;
  top:-25px;
  left:30px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  min-height:48px;
  padding:10px 18px;
  border-radius:12px;
  background:var(--fd-purple);
  color:#fff;
  font-size:19px;
  line-height:1.15;
  font-weight:800;
  box-shadow:0 8px 18px rgba(101,72,245,.16);
}

.fd-product-main__top{
  display:grid;
  grid-template-columns:minmax(420px,48%) minmax(0,1fr);
  gap:42px;
  align-items:start;
}
.fd-product-main__image{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:1/1;
  min-height:500px;
  padding:16px;
  border:1px solid #edf0f4;
  border-radius:18px;
  background:#fff;
  overflow:hidden;
}
.fd-product-image-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  text-decoration:none!important;
}
.fd-product-main-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:620px!important;
  max-height:620px!important;
  margin:0 auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
.fd-product-image-missing{
  display:grid;
  place-items:center;
  width:100%;
  min-height:320px;
  color:#8a91a0;
  font-weight:700;
  text-align:center;
}

.fd-product-main__body{min-width:0;padding-top:12px}
.fd-product-main h3{
  margin:0 0 18px;
  font-size:clamp(30px,3vw,40px);
  line-height:1.14;
  letter-spacing:-.025em;
  color:var(--fd-text);
}
.fd-product-main h3 a{color:inherit!important;text-decoration:none!important}
.fd-product-main__summary{
  margin:0;
  font-size:16.5px;
  line-height:1.65;
  color:var(--fd-body);
}

.fd-product-quickfacts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:32px;
}
.fd-product-quickfact{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.fd-product-quickfact__icon{
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--fd-purple-soft);
  color:var(--fd-purple-dark);
}
.fd-product-quickfact__icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fd-product-quickfact__text{display:block;min-width:0}
.fd-product-quickfact__text small{
  display:block;
  margin-bottom:3px;
  font-size:12.5px;
  line-height:1.25;
  color:var(--fd-muted);
}
.fd-product-quickfact__text strong{
  display:block;
  font-size:14px;
  line-height:1.3;
  color:var(--fd-text);
}

.fd-product-main__middle{
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(310px,.9fr);
  gap:24px;
  align-items:stretch;
  margin-top:32px;
}
.fd-product-rating,
.fd-product-buybox{
  height:100%;
  border:1px solid var(--fd-line);
  border-radius:18px;
  background:#fff;
}
.fd-product-rating{padding:24px 26px 22px}
.fd-product-rating__title{
  margin:0 0 20px;
  font-size:16px;
  line-height:1.3;
  font-weight:800;
  color:var(--fd-text);
}
.fd-product-rating__grid{
  display:grid;
  grid-template-columns:128px minmax(0,1fr);
  gap:22px;
  align-items:center;
}
.fd-score-card{min-width:0;text-align:center}
.fd-score-card--overall{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding-right:20px;
  border-right:1px solid #edf0f4;
}
.fd-score-card--overall>b{
  margin-top:8px;
  color:var(--fd-green);
  font-size:13.5px;
  line-height:1.2;
}
.fd-product-rating__criteria{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  align-items:start;
}
.fd-score-card--criterion{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
}
.fd-score-label{
  display:block;
  width:100%;
  min-height:34px;
  margin:0 0 9px;
  font-size:12.5px;
  line-height:1.3;
  font-weight:700;
  text-align:center;
  color:#5e6675;
}
.fd-score-ring{
  --fd-ring:var(--fd-purple);
  position:relative;
  display:block;
  flex:0 0 auto;
  width:76px;
  height:76px;
  border-radius:50%;
  background:conic-gradient(var(--fd-ring) calc(var(--fd-score) * 1%),#eceff4 0);
}
.fd-score-ring::before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:50%;
  background:#fff;
}
.fd-score-ring--overall{
  --fd-ring:var(--fd-green);
  width:112px;
  height:112px;
}
.fd-score-ring--overall::before{inset:8px}
.fd-score-value{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  text-align:center!important;
  color:var(--fd-text)!important;
  line-height:1!important;
}
.fd-score-ring--criterion .fd-score-value strong{
  font-size:20px!important;
  line-height:1!important;
  font-weight:850!important;
}
.fd-score-ring--overall .fd-score-value{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
}
.fd-score-ring--overall .fd-score-value strong{
  font-size:32px!important;
  line-height:1!important;
  font-weight:850!important;
}
.fd-score-ring--overall .fd-score-value small{
  font-size:10px!important;
  line-height:1!important;
  color:#858c99!important;
}

.fd-product-buybox{
  padding:25px 25px 21px;
  border-color:#dcd6ff;
  background:linear-gradient(145deg,#fcfbff 0%,#f2efff 100%);
}
.fd-product-main__price span{
  display:block;
  margin-bottom:8px;
  font-size:13.5px;
  line-height:1.25;
  font-weight:750;
  color:#665f7b;
}
.fd-product-main__price strong{
  display:block;
  font-size:36px;
  line-height:1;
  letter-spacing:-.02em;
  color:var(--fd-purple-dark);
}
.fd-product-main__button{margin-top:20px}
.fd-product-main__button .fd-product-cta,
.fd-product-placeholder--button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px;
  width:100%!important;
  min-height:54px;
  padding:13px 18px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--fd-purple-dark)!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 8px 20px rgba(75,50,202,.18)!important;
}
.fd-product-main__price-note{
  margin-top:19px;
  padding-top:17px;
  border-top:1px solid rgba(90,72,160,.13);
  font-size:13.5px;
  line-height:1.55;
  color:#72798a;
}

.fd-product-main__facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
.fd-product-main__facts>div{
  padding:21px 22px;
  border:1px solid var(--fd-line);
  border-radius:16px;
  background:#fff;
}
.fd-product-main__pros{background:var(--fd-green-soft)!important;border-color:#d8eee0!important}
.fd-product-main__cons{background:var(--fd-red-soft)!important;border-color:#f0dcdc!important}
.fd-product-main__fit{background:#fbfaff!important;border-color:#e7e1ff!important}
.fd-product-main__facts h4,
.fd-product-main__fit h4{
  margin:0 0 11px;
  font-size:14.5px;
  line-height:1.25;
  font-weight:800;
}
.fd-product-main__pros h4{color:#18824a}
.fd-product-main__cons h4{color:#ce3f3f}
.fd-product-main__fit h4{color:#5140c5}
.fd-product-main__facts ul{margin:0;padding-left:20px}
.fd-product-main__facts li,
.fd-product-main__fit p{
  margin:0;
  font-size:14.5px;
  line-height:1.58;
  color:#414958;
}
.fd-product-main__facts li+li{margin-top:7px}

.fd-product-details{
  margin-top:24px;
  padding:22px 24px;
  border:1px solid var(--fd-line);
  border-radius:16px;
  background:#fff;
}
.fd-product-details h4{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.3;
  font-weight:800;
}
.fd-product-details dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 28px;
  margin:0;
}
.fd-product-details dl>div{
  display:grid;
  grid-template-columns:minmax(110px,.8fr) minmax(0,1.2fr);
  gap:12px;
  padding:10px 0;
  border-top:1px solid #edf0f3;
}
.fd-product-details dt,
.fd-product-details dd{margin:0;font-size:14px;line-height:1.45}
.fd-product-details dt{font-weight:750;color:#4a5260}
.fd-product-details dd{color:#616978}

.fd-product-main__meta{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid #edf0f3;
  font-size:13px;
  line-height:1.5;
  color:#777f8d;
}
.fd-product-main__update span{font-weight:700;color:#596170}

.fd-product-list{margin-top:38px}
.fd-product-list__head{margin:0 0 14px}
.fd-product-list__head h3{margin:0 0 5px;font-size:26px;line-height:1.25}
.fd-product-list__head p{margin:0;color:var(--fd-muted)}
.fd-product-row{
  display:grid;
  grid-template-columns:180px minmax(0,1fr) 190px;
  gap:22px;
  align-items:center;
  padding:24px 0;
  border-top:1px solid var(--fd-line);
}
.fd-product-row:last-child{border-bottom:1px solid var(--fd-line)}
.fd-product-row__image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:140px;
  padding:8px;
  background:#fff;
}
.fd-product-row__image .fd-product-image-link{height:auto!important}
.fd-product-row-image{display:block;max-width:100%;max-height:150px;width:auto;height:auto;object-fit:contain}
.fd-product-row__body h4{margin:0 0 10px;font-size:21px;line-height:1.3}
.fd-product-row__body h4 a{color:inherit;text-decoration:none}
.fd-product-row__assessment strong{display:block;margin-bottom:4px;font-size:13.5px;color:var(--fd-purple-dark)}
.fd-product-row__assessment p{margin:0;font-size:15px;line-height:1.55;color:#525b68}
.fd-product-row__buy{text-align:right}
.fd-product-row__buy>strong{display:block;margin-bottom:10px;font-size:23px}

.fd-product-placeholder{display:inline-flex;align-items:center;justify-content:center}
.fd-product-placeholder--image{
  width:100%;
  min-height:300px;
  border:1px dashed #cfd4dd;
  border-radius:14px;
  color:#7e8695;
  font-weight:700;
}

.fd-editorial-block{
  margin:30px 0;
  padding:26px 28px;
  border:1px solid var(--fd-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(25,32,47,.04);
}
.fd-editorial-block h2{margin:0 0 13px;font-size:clamp(24px,2.4vw,31px)}
.fd-editorial-block p{margin:0;font-size:17px;line-height:1.7;color:#454d59}
.fd-editorial-block ul{margin:0;padding-left:22px}
.fd-editorial-block li{font-size:16px;line-height:1.6}
.fd-editorial-block li+li{margin-top:6px}
.fd-editorial-block--intro{padding:0 2px;border:0;background:transparent;box-shadow:none}
.fd-editorial-block--intro p{font-size:19px}
.fd-editorial-block--check{border-left:5px solid #2f7fbb}
.fd-editorial-block--notice{border-left:5px solid #c69120}
.fd-editorial-block--knowledge{border-left:5px solid #6650b8}
.fd-editorial-block--sources,.fd-editorial-block--updates{background:#f7f8fa;box-shadow:none}
.fd-editorial-video{position:relative;width:100%;overflow:hidden;border-radius:14px}
.fd-editorial-video iframe{width:100%;min-height:420px;border:0}
.fd-editorial-faq details{padding:14px 0;border-top:1px solid #e5e7eb}
.fd-editorial-faq details:last-child{border-bottom:1px solid #e5e7eb}
.fd-editorial-faq summary{cursor:pointer;font-size:17px;font-weight:700}
.fd-editorial-faq details p{padding-top:10px;font-size:16px}

@media(max-width:1080px){
  .fd-product-main__top{grid-template-columns:minmax(360px,46%) minmax(0,1fr);gap:30px}
  .fd-product-main__image{min-height:420px}
  .fd-product-main__middle{grid-template-columns:1fr}
}

@media(max-width:760px){
  .fd-product-module{margin:44px 0}
  .fd-product-main{
    margin:46px auto 48px;
    padding:30px 16px 22px;
    border-radius:18px;
  }
  .fd-product-main__badge{
    top:-21px;
    left:14px;
    min-height:42px;
    padding:8px 13px;
    font-size:17px;
  }
  .fd-product-main__top{grid-template-columns:1fr;gap:24px}
  .fd-product-main__image{
    width:100%;
    min-height:0;
    aspect-ratio:1/1;
    padding:10px;
  }
  .fd-product-main-image{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
  }
  .fd-product-main__body{padding-top:0}
  .fd-product-main h3{font-size:26px;line-height:1.18;margin-bottom:14px}
  .fd-product-main__summary{font-size:15.5px;line-height:1.6}
  .fd-product-quickfacts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 12px;
    margin-top:23px;
  }
  .fd-product-quickfact__icon{flex-basis:36px;width:36px;height:36px}
  .fd-product-quickfact__icon svg{width:21px;height:21px}
  .fd-product-quickfact__text small{font-size:12px}
  .fd-product-quickfact__text strong{font-size:13.5px}

  .fd-product-main__middle{grid-template-columns:1fr;gap:16px;margin-top:24px}
  .fd-product-rating{padding:20px 14px 18px}
  .fd-product-rating__title{font-size:15.5px;margin-bottom:16px}
  .fd-product-rating__grid{grid-template-columns:1fr;gap:16px}
  .fd-score-card--overall{
    display:grid;
    grid-template-columns:96px minmax(0,1fr);
    gap:14px;
    justify-items:start;
    align-items:center;
    padding:0 0 16px;
    border-right:0;
    border-bottom:1px solid #edf0f4;
    text-align:left;
  }
  .fd-score-ring--overall{width:92px;height:92px}
  .fd-score-ring--overall .fd-score-value strong{font-size:27px!important}
  .fd-score-card--overall>b{margin:0;font-size:14px}
  .fd-product-rating__criteria{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
  }
  .fd-score-label{
    min-height:32px;
    margin-bottom:7px;
    font-size:11.5px;
    line-height:1.2;
    overflow-wrap:anywhere;
  }
  .fd-score-ring--criterion{width:58px;height:58px}
  .fd-score-ring--criterion::before{inset:5px}
  .fd-score-ring--criterion .fd-score-value strong{font-size:16px!important}

  .fd-product-buybox{padding:21px 18px 19px}
  .fd-product-main__price strong{font-size:32px}
  .fd-product-main__price-note{font-size:13px}
  .fd-product-main__facts{grid-template-columns:1fr;gap:12px;margin-top:18px}
  .fd-product-main__facts>div{padding:18px}
  .fd-product-main__facts li,.fd-product-main__fit p{font-size:14.5px}
  .fd-product-details{padding:18px;margin-top:18px}
  .fd-product-details dl{grid-template-columns:1fr}
  .fd-product-details dl>div{grid-template-columns:105px minmax(0,1fr)}
  .fd-product-main__meta{flex-direction:column;gap:8px;margin-top:20px;font-size:13px}

  .fd-product-row{grid-template-columns:110px minmax(0,1fr);gap:14px}
  .fd-product-row__buy{grid-column:2;text-align:left}
  .fd-editorial-block{padding:20px}
  .fd-editorial-video iframe{min-height:220px}
}

@media(max-width:390px){
  .fd-product-main{padding-left:13px;padding-right:13px}
  .fd-product-main h3{font-size:24px}
  .fd-product-rating__criteria{gap:5px}
  .fd-score-label{font-size:10.8px}
  .fd-score-ring--criterion{width:54px;height:54px}
  .fd-score-ring--criterion .fd-score-value strong{font-size:15px!important}
}


/* f-digital Admin 1.8.1 – compact editorial product card */
.fd-product-details,
.fd-product-main__fit{display:none!important}

.fd-product-main h3{
  font-size:clamp(25px,2.25vw,31px)!important;
  line-height:1.18!important;
  margin-bottom:13px!important;
}
.fd-product-main__summary{
  font-size:14.5px!important;
  line-height:1.58!important;
}
.fd-product-quickfacts{margin-top:25px!important}

.fd-product-main__facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.fd-product-cta__icon{
  display:block!important;
  flex:0 0 20px!important;
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

.fd-product-main__price-note{
  font-size:9px!important;
  line-height:1.45!important;
}

.fd-product-main__meta{
  display:block!important;
  margin-top:24px!important;
  padding-top:16px!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}
.fd-product-main__update{
  display:block!important;
  width:100%!important;
  margin:0 0 7px!important;
}
.fd-product-main__disclaimer{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:#777f8d!important;
}
.fd-product-main__disclaimer strong{color:#596170!important}

@media(max-width:760px){
  .fd-product-main h3{
    font-size:21px!important;
    line-height:1.2!important;
  }
  .fd-product-main__summary{
    font-size:14px!important;
    line-height:1.55!important;
  }
  .fd-product-main__facts{
    grid-template-columns:1fr!important;
  }
  .fd-product-main__price-note{
    font-size:9px!important;
  }
  .fd-product-main__meta{
    font-size:12px!important;
  }
}


/* 1.8.2 – AAWP Rabattdaten */
.fd-product-price__offer{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 7px}
.fd-product-price__list{font-size:14px;line-height:1.2;color:#858b98;text-decoration-thickness:1px}
.fd-product-price__discount{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;background:#e8f6ed;color:#18733b;font-size:12px;line-height:1;font-weight:800}
.fd-product-price__current{display:block}
.fd-product-price__saving{display:block;margin-top:6px;font-size:12px;line-height:1.3;font-weight:700;color:#287744}
.fd-product-price--compact{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.fd-product-price--compact .fd-product-price__offer{justify-content:flex-end;margin:0}
.fd-product-price--compact .fd-product-price__current{font-size:20px;line-height:1.1;color:var(--fd-purple-dark)}
@media(max-width:760px){.fd-product-price--compact{align-items:flex-start}.fd-product-price--compact .fd-product-price__offer{justify-content:flex-start}}

/* 1.9.0 – kompakte Produktkarten, Fazit und Transparenz-Sprungmarke */
.fd-product-module{margin:34px 0}
.fd-product-main{
  margin:40px auto 38px;
  padding:30px 26px 20px;
  border-radius:18px;
}
.fd-product-main__badge{
  top:-20px;
  left:24px;
  min-height:40px;
  padding:8px 15px;
  border-radius:10px;
  font-size:16px;
}
.fd-product-main__top{
  grid-template-columns:minmax(280px,38%) minmax(0,1fr);
  gap:28px;
  align-items:center;
}
.fd-product-main__image{
  aspect-ratio:auto;
  min-height:0;
  height:360px;
  padding:12px;
  border-radius:14px;
}
.fd-product-main-image{max-width:100%!important;max-height:336px!important}
.fd-product-main__body{padding-top:0}
.fd-product-main h3{font-size:clamp(23px,2.15vw,30px)!important;margin-bottom:10px!important}
.fd-product-main__summary{font-size:14px!important;line-height:1.52!important}
.fd-product-quickfacts{gap:12px;margin-top:18px!important}
.fd-product-quickfact{gap:8px}
.fd-product-quickfact__icon{flex-basis:34px;width:34px;height:34px;border-radius:10px}
.fd-product-quickfact__icon svg{width:19px;height:19px}
.fd-product-quickfact__text small{font-size:11px}
.fd-product-quickfact__text strong{font-size:12.5px}

.fd-product-main__middle{gap:16px;margin-top:18px}
.fd-product-rating,.fd-product-buybox{border-radius:14px}
.fd-product-rating{padding:17px 19px 16px}
.fd-product-rating__title{margin-bottom:13px;font-size:14px}
.fd-product-rating__grid{grid-template-columns:105px minmax(0,1fr);gap:15px}
.fd-score-card--overall{padding-right:14px}
.fd-score-ring--overall{width:88px;height:88px}
.fd-score-ring--overall .fd-score-value strong{font-size:27px!important}
.fd-score-card--overall>b{margin-top:5px;font-size:12px}
.fd-product-rating__criteria{gap:10px}
.fd-score-label{min-height:29px;margin-bottom:6px;font-size:11px}
.fd-score-ring--criterion{width:60px;height:60px}
.fd-score-ring--criterion .fd-score-value strong{font-size:17px!important}
.fd-product-buybox{padding:18px}
.fd-product-main__price span{margin-bottom:6px;font-size:12px}
.fd-product-main__price strong{font-size:31px}
.fd-product-main__button{margin-top:14px}
.fd-product-main__button .fd-product-cta,.fd-product-placeholder--button{min-height:46px;padding:10px 14px!important}
.fd-product-main__price-note{margin-top:12px;padding-top:11px}

.fd-product-main__conclusion{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-top:16px;
  padding:14px 16px;
  border:1px solid #e7e9ed;
  border-radius:13px;
  background:#fafbfc;
}
.fd-product-main__conclusion strong{
  flex:0 0 auto;
  padding:4px 9px;
  border-radius:8px;
  background:#e9f7ee;
  color:#138449;
  font-size:12px;
  line-height:1.25;
  text-transform:uppercase;
}
.fd-product-main__conclusion p{margin:1px 0 0;font-size:14px;line-height:1.5;color:#414958}

.fd-product-main__facts{gap:14px;margin-top:14px}
.fd-product-main__facts>div{padding:15px 17px;border-radius:13px}
.fd-product-main__facts h4{margin-bottom:9px;font-size:13px;text-transform:uppercase;letter-spacing:.02em}
.fd-product-main__facts ul{margin:0;padding:0;list-style:none}
.fd-product-main__facts li{position:relative;padding-left:25px;font-size:13.5px;line-height:1.45}
.fd-product-main__facts li+li{margin-top:6px}
.fd-product-main__facts li::before{
  position:absolute;
  top:.12em;
  left:0;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:900;
}
.fd-product-main__pros li::before{content:"✓";background:var(--fd-green)}
.fd-product-main__cons li::before{content:"×";background:var(--fd-red);font-size:15px}

.fd-product-main__meta{margin-top:14px!important;padding-top:12px!important;font-size:12px!important}
.fd-product-main__update,.fd-product-row__meta{display:inline!important;margin:0!important}
.fd-product-main__update a,.fd-product-row__meta a{color:var(--fd-purple-dark);text-decoration:underline;text-underline-offset:2px}

.fd-product-list{margin-top:30px}
.fd-product-list__head{margin-bottom:24px}
.fd-product-list__head h3{font-size:23px}
.fd-product-row{
  position:relative;
  grid-template-columns:145px minmax(0,1fr) 175px;
  gap:18px;
  margin-top:28px;
  padding:34px 18px 18px;
  border:1px solid var(--fd-line);
  border-radius:15px;
  background:#fff;
}
.fd-product-row:last-child{border-bottom:1px solid var(--fd-line)}
.fd-product-row__badge{
  position:absolute;
  top:-16px;
  left:16px;
  display:inline-flex;
  padding:7px 11px;
  border-radius:9px;
  background:var(--fd-purple);
  color:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
}
.fd-product-row__image{min-height:115px;padding:4px}
.fd-product-row-image{max-height:120px}
.fd-product-row__body h4{margin-bottom:6px;font-size:18px}
.fd-product-row__description,.fd-product-row__assessment p{margin:0;font-size:13.5px;line-height:1.48;color:#525b68}
.fd-product-row__assessment{margin-top:8px}
.fd-product-row__assessment strong{margin-bottom:2px;font-size:12.5px}
.fd-product-row__meta{display:block!important;margin-top:9px!important;font-size:11.5px;line-height:1.4;color:#777f8d}
.fd-product-row__buy .fd-product-cta,.fd-product-row__buy .fd-product-placeholder--button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px;
  width:100%!important;
  min-height:40px;
  margin-top:9px;
  padding:9px 12px!important;
  border-radius:9px!important;
  background:var(--fd-purple-dark)!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.fd-transparency-notice{
  margin:30px 0 0;
  padding:18px 20px;
  border:1px solid var(--fd-line);
  border-radius:14px;
  background:#f7f8fa;
  scroll-margin-top:24px;
}
.fd-transparency-notice h2{margin:0 0 6px;font-size:17px;line-height:1.3}
.fd-transparency-notice p{margin:0;font-size:13px;line-height:1.55;color:#555e6d}

@media(max-width:1080px){
  .fd-product-main__top{grid-template-columns:minmax(260px,40%) minmax(0,1fr);gap:22px}
  .fd-product-main__image{height:320px}
  .fd-product-main-image{max-height:296px!important}
  .fd-product-main__middle{grid-template-columns:1fr minmax(260px,.72fr)}
}

@media(max-width:760px){
  .fd-product-module{margin:30px 0}
  .fd-product-main{margin:36px auto 32px;padding:25px 13px 16px}
  .fd-product-main__badge{top:-18px;left:12px;min-height:36px;padding:7px 11px;font-size:14px}
  .fd-product-main__top{grid-template-columns:1fr;gap:15px}
  .fd-product-main__image{height:270px;aspect-ratio:auto;padding:8px}
  .fd-product-main-image{width:100%!important;height:100%!important;max-height:254px!important}
  .fd-product-main h3{font-size:20px!important;margin-bottom:8px!important}
  .fd-product-main__summary{font-size:13.5px!important;line-height:1.48!important}
  .fd-product-quickfacts{gap:10px 8px;margin-top:14px!important}
  .fd-product-main__middle{grid-template-columns:1fr;gap:12px;margin-top:14px}
  .fd-product-rating{padding:15px 11px 13px}
  .fd-product-rating__grid{gap:12px}
  .fd-score-card--overall{grid-template-columns:78px minmax(0,1fr);padding-bottom:12px}
  .fd-score-ring--overall{width:74px;height:74px}
  .fd-score-ring--overall .fd-score-value strong{font-size:23px!important}
  .fd-product-rating__criteria{gap:5px}
  .fd-score-label{font-size:10px}
  .fd-score-ring--criterion{width:50px;height:50px}
  .fd-score-ring--criterion .fd-score-value strong{font-size:14px!important}
  .fd-product-buybox{padding:16px}
  .fd-product-main__price strong{font-size:28px}
  .fd-product-main__price.fd-product-price--has-discount{
    display:grid;
    grid-template-columns:max-content max-content minmax(0,1fr) max-content;
    align-items:center;
    gap:0 7px;
  }
  .fd-product-main__price.fd-product-price--has-discount>span{
    grid-column:1/-1;
    margin-bottom:9px;
  }
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__offer{display:contents}
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__list{
    grid-column:1;
    margin:0;
    font-size:11px;
    white-space:nowrap;
  }
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__discount{
    grid-column:2;
    min-height:21px;
    padding:3px 6px;
    font-size:10.5px;
    white-space:nowrap;
  }
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__current{
    grid-column:3;
    margin:0;
    font-size:22px;
    white-space:nowrap;
  }
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__saving{
    grid-column:4;
    margin:0;
    font-size:9.5px;
    line-height:1.2;
    white-space:nowrap;
  }
  .fd-product-main__conclusion{display:block;margin-top:12px;padding:13px}
  .fd-product-main__conclusion strong{display:inline-block;margin-bottom:7px}
  .fd-product-main__conclusion p{font-size:13.5px}
  .fd-product-main__facts{grid-template-columns:1fr!important;gap:9px;margin-top:9px}
  .fd-product-main__facts>div{padding:14px}
  .fd-product-main__facts li{font-size:13.5px}
  .fd-product-main__meta{margin-top:12px!important;padding-top:10px!important;font-size:11px!important}
  .fd-product-row{grid-template-columns:92px minmax(0,1fr);gap:12px;padding:30px 12px 13px}
  .fd-product-row__badge{left:10px;font-size:11px}
  .fd-product-row__image{min-height:90px}
  .fd-product-row-image{max-height:95px}
  .fd-product-row__body h4{font-size:16px}
  .fd-product-row__description,.fd-product-row__assessment p{font-size:13px}
  .fd-product-row__buy{grid-column:1/-1;text-align:left}
  .fd-product-price--compact{align-items:flex-start}
  .fd-product-row__buy .fd-product-cta,.fd-product-row__buy .fd-product-placeholder--button{width:100%!important}
  .fd-transparency-notice{margin-top:24px;padding:15px}
  .fd-transparency-notice h2{font-size:16px}
  .fd-transparency-notice p{font-size:12.5px}
}

@media(max-width:390px){
  .fd-product-main__price.fd-product-price--has-discount{gap:0 5px}
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__list{font-size:10px}
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__discount{padding:3px 5px;font-size:9.5px}
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__current{font-size:19px}
  .fd-product-main__price.fd-product-price--has-discount .fd-product-price__saving{font-size:8.5px}
}


/* 1.10.1 – Unterprodukte und Commerce-Hinweise */
.fd-product-list{margin-top:24px}
.fd-product-row{
  margin-top:16px!important;
  padding:22px 18px 18px!important;
}
.fd-product-row__badge,.fd-product-list__head{display:none!important}

.fd-product-row__assessment{
  margin-top:12px!important;
  padding-top:10px;
  border-top:1px solid #eceef2;
}
.fd-product-row__assessment strong{
  display:block;
  margin-bottom:4px!important;
  color:var(--fd-purple-dark);
  font-size:12px!important;
}
.fd-product-row__assessment p{
  font-size:13px!important;
  line-height:1.5!important;
}

.fd-product-row__facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:12px;
}
.fd-product-row__facts>div{
  padding:10px 12px;
  border-radius:10px;
  background:#f8f9fb;
}
.fd-product-row__facts strong{
  display:block;
  margin-bottom:6px;
  font-size:11.5px;
  color:#252b38;
}
.fd-product-row__facts ul{
  margin:0;
  padding:0;
  list-style:none;
}
.fd-product-row__facts li{
  position:relative;
  padding-left:17px;
  font-size:11.5px;
  line-height:1.4;
  color:#535b68;
}
.fd-product-row__facts li+li{margin-top:4px}
.fd-product-row__pros li::before,
.fd-product-row__cons li::before{
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
}
.fd-product-row__pros li::before{content:"✓";color:#17824a}
.fd-product-row__cons li::before{content:"×";color:#c24646}

.fd-product-row__price-note,
.fd-product-main__price-note{
  margin-top:7px!important;
  padding-top:0!important;
  border-top:0!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:400!important;
  color:#8a909a!important;
}

.fd-product-main__meta,
.fd-product-row__meta{
  font-size:10.5px!important;
  line-height:1.35!important;
  color:#8a909a!important;
}
.fd-product-main__meta strong,
.fd-product-row__meta strong{
  font-weight:600!important;
  color:#727986!important;
}
.fd-product-main__update a,
.fd-product-row__meta a{
  font-size:inherit!important;
  font-weight:500!important;
  color:#666dcc!important;
}

.fd-product-cta,
.fd-product-placeholder--button,
.fd-product-main__button .fd-product-cta,
.fd-product-row__buy .fd-product-cta{
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.fd-product-cta:hover,
.fd-product-main__button .fd-product-cta:hover,
.fd-product-row__buy .fd-product-cta:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.08)!important;
  box-shadow:0 10px 22px rgba(65,49,220,.22)!important;
}

.fd-editorial-block--sources h3,
.fd-editorial-block--updates h3{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.3;
}

@media(max-width:760px){
  .fd-product-row{padding:18px 12px 13px!important}
  .fd-product-row__facts{grid-template-columns:1fr}
  .fd-product-row__price-note{margin-bottom:8px}
}


/* 1.11.0 – ausführlicher, ruhiger Textbereich */
.fd-collection-text{
  margin-top:34px;
}
.fd-collection-text .fd-editorial-block{
  margin:24px 0;
  padding:24px 26px;
  border-radius:16px;
}
.fd-collection-text .fd-editorial-block h2{
  margin:0 0 13px;
  font-size:24px;
  line-height:1.25;
}
.fd-collection-text .fd-editorial-block h3{
  margin:0 0 11px;
  font-size:18px;
  line-height:1.3;
}
.fd-collection-text .fd-editorial-block p,
.fd-collection-text .fd-editorial-block li{
  font-size:15px!important;
  line-height:1.68!important;
  color:#4f5764;
}
.fd-collection-text .fd-editorial-block p+p{margin-top:12px}
.fd-collection-text .fd-editorial-block strong{
  color:#262d3b;
  font-weight:750;
}
.fd-collection-text .fd-editorial-block a{
  color:var(--fd-purple-dark);
  text-decoration:underline;
  text-underline-offset:2px;
}

.fd-collection-text .fd-editorial-block--check{
  padding:25px 28px;
  border:1px solid #cfe3f2!important;
  border-left:5px solid #2f7fbb!important;
  background:#f1f8fd!important;
  box-shadow:0 10px 28px rgba(47,127,187,.07);
}
.fd-collection-text .fd-editorial-block--check ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 22px;
  margin:0;
  padding:0;
  list-style:none;
}
.fd-collection-text .fd-editorial-block--check li{
  position:relative;
  padding:10px 12px 10px 34px;
  border-radius:10px;
  background:rgba(255,255,255,.72);
}
.fd-collection-text .fd-editorial-block--check li::before{
  content:"✓";
  position:absolute;
  left:12px;
  top:9px;
  color:#2376ae;
  font-weight:900;
}

.fd-collection-text .fd-editorial-block--intro{
  padding:0 2px;
  border:0;
  box-shadow:none;
  background:transparent;
}
.fd-collection-text .fd-editorial-block--intro p{
  font-size:16px!important;
  line-height:1.72!important;
}
.fd-collection-text .fd-editorial-block--knowledge{
  background:#f8f6ff;
  border-left:5px solid #6650b8;
}
.fd-collection-text .fd-editorial-block--notice{
  background:#fff9eb;
}
.fd-collection-text .fd-editorial-block--sources,
.fd-collection-text .fd-editorial-block--updates{
  padding:20px 22px;
  background:#f7f8fa;
  box-shadow:none;
}
.fd-collection-text .fd-editorial-faq details p{
  font-size:14.5px!important;
}
@media(max-width:760px){
  .fd-collection-text .fd-editorial-block{padding:19px 17px}
  .fd-collection-text .fd-editorial-block--intro{padding:0}
  .fd-collection-text .fd-editorial-block--check ul{grid-template-columns:1fr}
  .fd-collection-text .fd-editorial-block p,
  .fd-collection-text .fd-editorial-block li{font-size:14px!important}
}

/* 2.0.0 – redaktionelle Bewertungsüberschrift */
.fd-product-rating__title{
	margin:0 0 15px!important;
	font-size:26px!important;
	line-height:1.2!important;
	font-weight:800!important;
	color:#171c2b!important;
}
@media(max-width:760px){
	.fd-product-rating__title{font-size:21px!important}
}


/* 2.0.0 – redaktionelle Hierarchie und Commerce-CTA */
.fd-product-cta,
.fd-product-main__button .fd-product-cta,
.fd-product-row__buy .fd-product-cta,
.fd-product-placeholder--button{
  background:var(--fd-purple-dark)!important;
  border-color:var(--fd-purple-dark)!important;
  color:#fff!important;
}
.fd-product-cta:hover,
.fd-product-main__button .fd-product-cta:hover,
.fd-product-row__buy .fd-product-cta:hover{
  background:#3f2bb0!important;
  border-color:#3f2bb0!important;
  color:#fff!important;
  filter:none!important;
  transform:translateY(-2px)!important;
  box-shadow:0 10px 22px rgba(75,50,202,.24)!important;
}

.fd-product-recommendations{
  margin-top:30px;
}
.fd-product-recommendations__title{
  margin:0 0 14px;
  font-size:25px;
  line-height:1.25;
  color:#202637;
}
.fd-product-main__badge{
  text-transform:none!important;
}

.fd-collection-text .fd-editorial-block--intro h2{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.25;
}
.fd-collection-text .fd-editorial-block h4{
  margin:22px 0 8px;
  font-size:17px;
  line-height:1.35;
  font-weight:800;
  color:#252c3a;
}
.fd-collection-text .fd-editorial-block h4:first-child{
  margin-top:0;
}
@media(max-width:760px){
  .fd-product-recommendations__title{font-size:21px}
  .fd-collection-text .fd-editorial-block h4{font-size:16px}
}


/* 2.1.0 – redaktionelle Kaufhilfe statt generischer Checkliste */
.fd-collection-text .fd-buying-guide{
  padding:0!important;
  overflow:hidden;
  border:1px solid #d9e2e8!important;
  border-left:0!important;
  background:#fff!important;
  box-shadow:0 12px 32px rgba(31,44,55,.07)!important;
}
.fd-buying-guide__head{
  padding:24px 28px 20px;
  background:#edf7f4;
  border-bottom:1px solid #d8e8e3;
}
.fd-buying-guide__head>span{
  display:inline-block;
  margin-bottom:7px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#397468;
}
.fd-buying-guide__head h2{
  margin:0 0 8px!important;
  font-size:24px!important;
}
.fd-buying-guide__head p{
  margin:0!important;
  max-width:850px;
  font-size:13.5px!important;
  color:#66716f!important;
}
.fd-buying-guide__items{
  padding:4px 28px 8px;
}
.fd-buying-guide__item{
  padding:21px 0 20px;
  border-bottom:1px solid #e8ecef;
}
.fd-buying-guide__item:last-child{border-bottom:0}
.fd-buying-guide__item h4{
  margin:0 0 8px!important;
  font-size:17px!important;
  line-height:1.35!important;
  color:#1e2730!important;
}
.fd-buying-guide__item p{
  margin:0!important;
  max-width:980px;
  font-size:14.5px!important;
  line-height:1.65!important;
}
.fd-buying-guide__item strong{
  color:#17232a!important;
  font-weight:750!important;
}
@media(max-width:760px){
  .fd-buying-guide__head{padding:20px 17px 17px}
  .fd-buying-guide__items{padding:2px 17px 5px}
  .fd-buying-guide__item{padding:17px 0}
  .fd-buying-guide__head h2{font-size:21px!important}
  .fd-buying-guide__item h4{font-size:16px!important}
}


/* 2.1.2 – harmonisierte Farbwelt & Conversion-Feinschliff */
:root{
  --fd-purple:#6548f5;
  --fd-purple-dark:#4b32ca;
  --fd-purple-hover:#3f2bb0;
  --fd-purple-soft:#f6f3ff;
  --fd-green-soft:#f4faf6;
  --fd-red-soft:#fff7f7;
  --fd-amber-soft:#fffaf0;
  --fd-neutral-soft:#f7f8fa;
}

/* Commerce-CTA wieder klar in der Markenfarbe */
.fd-product-cta,
.fd-product-main__button .fd-product-cta,
.fd-product-row__buy .fd-product-cta,
.fd-product-placeholder--button{
  background:var(--fd-purple-dark)!important;
  border-color:var(--fd-purple-dark)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(75,50,202,.18)!important;
}
.fd-product-cta:hover,
.fd-product-main__button .fd-product-cta:hover,
.fd-product-row__buy .fd-product-cta:hover{
  background:var(--fd-purple-hover)!important;
  border-color:var(--fd-purple-hover)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 11px 24px rgba(75,50,202,.24)!important;
}

/* Lange Einleitung bewusst vor dem Produkt, ruhig und lesbar */
.fd-editorial-intro{
  max-width:940px;
  margin:0 auto 42px;
  padding:0 4px;
}
.fd-editorial-intro h2{
  margin:0 0 14px;
  font-size:25px;
  line-height:1.25;
  color:var(--fd-text);
}
.fd-editorial-intro p{
  margin:0;
  font-size:15.5px;
  line-height:1.72;
  color:var(--fd-body);
}
.fd-editorial-intro p+p{margin-top:13px}
.fd-editorial-intro strong{color:#252b3c;font-weight:760}

/* Hauptprodukt visuell wichtiger als alle Folgeblöcke */
.fd-product-main{
  margin-top:46px;
  border-color:#e2e5ee;
  box-shadow:0 16px 42px rgba(29,35,57,.065);
}
.fd-product-main__badge{
  background:var(--fd-purple-dark)!important;
  box-shadow:0 8px 18px rgba(75,50,202,.18)!important;
}
.fd-product-buybox{
  background:#fbfaff;
  border-color:#ddd7fb;
}
.fd-product-main__price{
  color:var(--fd-text);
}
.fd-product-main__price-note,
.fd-product-row__price-note{
  color:#8a909b!important;
}

/* Bewertung: neutral, kein bunter Konkurrenzblock */
.fd-product-rating{
  background:#fff;
  border-color:#e3e6ed;
}
.fd-score-ring{--fd-ring:var(--fd-purple-dark)}
.fd-score-card--overall>b{color:#397058}

/* Editoriale Fakten: nur semantische Farben */
.fd-product-main__pros{
  background:var(--fd-green-soft)!important;
  border-color:#dcebe1!important;
}
.fd-product-main__cons{
  background:var(--fd-red-soft)!important;
  border-color:#eedfdf!important;
}
.fd-product-main__fit{
  background:var(--fd-purple-soft)!important;
  border-color:#e5defd!important;
}

/* Weitere Empfehlungen klar absetzen, aber nicht wie Hauptprodukt dominieren */
.fd-product-recommendations{
  margin-top:42px;
  padding-top:8px;
}
.fd-product-recommendations__title{
  margin-bottom:18px;
  font-size:24px;
}
.fd-product-row{
  border-color:#e5e8ee!important;
  box-shadow:0 8px 24px rgba(31,37,55,.035)!important;
}
.fd-product-row__buy{
  align-self:center;
}
.fd-product-row__buy .fd-product-cta{
  min-height:50px!important;
}

/* Kaufhilfe: gleiche Markenwelt statt zusätzlicher grüner Flächenfarbe */
.fd-collection-text .fd-buying-guide{
  border-color:#e1dafa!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(46,37,91,.05)!important;
}
.fd-buying-guide__head{
  background:var(--fd-purple-soft)!important;
  border-bottom-color:#e5def9!important;
}
.fd-buying-guide__head>span{color:#6252ad!important}
.fd-buying-guide__item{border-bottom-color:#eceaf3!important}

/* Weitere Inhaltsblöcke: nur dezente funktionale Akzente */
.fd-collection-text .fd-editorial-block--notice{
  background:var(--fd-amber-soft)!important;
  border-left-color:#d2a347!important;
}
.fd-collection-text .fd-editorial-block--knowledge{
  background:#faf9ff!important;
  border-left-color:#6d59c4!important;
}
.fd-collection-text .fd-editorial-block--sources,
.fd-collection-text .fd-editorial-block--updates{
  background:var(--fd-neutral-soft)!important;
}
.fd-collection-text .fd-editorial-faq details{
  background:#fff;
}

/* Weniger visuelle Sprünge zwischen Conversion- und Ratgeberteil */
.fd-collection-text{
  margin-top:42px!important;
}
.fd-collection-text .fd-editorial-block{
  box-shadow:0 7px 22px rgba(31,37,55,.035);
}

/* Mobile: CTA früh und groß genug, aber ohne übertriebene Höhe */
@media(max-width:760px){
  .fd-editorial-intro{
    margin-bottom:34px;
    padding:0;
  }
  .fd-editorial-intro h2{font-size:22px}
  .fd-editorial-intro p{font-size:14.5px;line-height:1.68}
  .fd-product-main{margin-top:40px}
  .fd-product-buybox{padding:16px!important}
  .fd-product-cta,
  .fd-product-main__button .fd-product-cta,
  .fd-product-row__buy .fd-product-cta{
    min-height:52px!important;
    font-size:14.5px!important;
  }
  .fd-product-recommendations{margin-top:34px}
}


/* 2.1.3 – Preis-Hinweis immer unter dem Kaufbutton */
.fd-product-main__button + .fd-product-main__price-note,
.fd-product-row__buy .fd-product-row__price-note{
  margin-top:7px!important;
  padding-top:0!important;
  border-top:0!important;
  font-size:9px!important;
  line-height:1.35!important;
  font-weight:400!important;
  color:#8b9099!important;
}
.fd-product-row__buy .fd-product-cta{
  margin-top:8px!important;
}


/* 2.1.4 – Empfehlungen besser lesbar */
.fd-product-row__body h4{
  font-size:19px!important;
  line-height:1.32!important;
  margin-bottom:9px!important;
}
.fd-product-row__description{
  font-size:14.5px!important;
  line-height:1.62!important;
  color:#4b5361!important;
}
.fd-product-row__assessment{
  margin-top:14px!important;
  padding-top:13px!important;
}
.fd-product-row__assessment>strong{
  font-size:14px!important;
  line-height:1.35!important;
  color:var(--fd-purple-dark)!important;
}
.fd-product-row__assessment p{
  margin-top:6px!important;
  font-size:14.5px!important;
  line-height:1.62!important;
  color:#414958!important;
}
.fd-product-row__facts strong{
  font-size:13px!important;
}
.fd-product-row__facts li{
  font-size:12.5px!important;
  line-height:1.5!important;
}
.fd-product-row__meta{
  font-size:10px!important;
}
@media(max-width:760px){
  .fd-product-row__body h4{font-size:18px!important}
  .fd-product-row__description,
  .fd-product-row__assessment p{font-size:14px!important}
}


/* 2.1.5 – Empfehlungen oben ausrichten */
@media(min-width:761px){
  .fd-product-row{
    align-items:start!important;
  }
  .fd-product-row__image{
    align-items:flex-start!important;
    justify-content:center!important;
    align-self:start!important;
    min-height:0!important;
    padding-top:4px!important;
  }
  .fd-product-row__image .fd-product-image-link{
    align-items:flex-start!important;
  }
  .fd-product-row-image{
    max-height:170px!important;
  }
  .fd-product-row__buy{
    align-self:start!important;
    padding-top:2px!important;
  }
}


/* 2.2.4 – redaktionelle Checkliste */
.fd-collection-text .fd-editorial-checklist{
	padding:0!important;
	overflow:hidden;
	border:1px solid #cfe8dc!important;
	border-left:0!important;
	background:#fff!important;
	box-shadow:0 10px 26px rgba(31,55,47,.045)!important;
}
.fd-editorial-checklist__head{
	padding:20px 26px 15px;
	background:#eef9f4;
	border-bottom:1px solid #dceee6;
}
.fd-editorial-checklist__head>span{
	display:inline-block;
	margin-bottom:5px;
	font-size:11px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#43816b;
}
.fd-editorial-checklist__head h2{
	margin:0!important;
	font-size:24px!important;
	line-height:1.25!important;
}
.fd-editorial-checklist__content{
	padding:18px 28px 21px;
}
.fd-editorial-checklist__content ul{
	margin:0!important;
	padding:0!important;
	list-style:none!important;
	display:grid;
	gap:13px;
}
.fd-editorial-checklist__content li{
	position:relative;
	margin:0!important;
	padding:0 0 0 22px!important;
	font-size:14.5px!important;
	line-height:1.65!important;
	color:#414956!important;
}
.fd-editorial-checklist__content li::before{
	content:"✓";
	position:absolute;
	left:0;
	top:0;
	font-weight:900;
	color:#23885f;
}
.fd-editorial-checklist__content li strong{
	color:#202832!important;
	font-weight:800!important;
}
.fd-editorial-checklist__content h3,
.fd-editorial-checklist__content h4{
	margin:18px 0 7px!important;
	color:#202832!important;
}
.fd-editorial-checklist__content p{
	font-size:14.5px!important;
	line-height:1.65!important;
}
@media(max-width:760px){
	.fd-editorial-checklist__head{padding:18px 17px 14px}
	.fd-editorial-checklist__content{padding:16px 17px 18px}
	.fd-editorial-checklist__head h2{font-size:21px!important}
	.fd-editorial-checklist__content li{font-size:14px!important}
}


/* 2.2.4 – redaktionellere Langtexte */
.fd-collection-text .fd-editorial-block--notice,
.fd-collection-text .fd-editorial-block--knowledge{
	padding:24px 28px!important;
}
.fd-collection-text .fd-editorial-block--notice h4,
.fd-collection-text .fd-editorial-block--knowledge h4{
	position:relative;
	margin:26px 0 9px!important;
	padding-left:14px;
	font-size:17px!important;
	line-height:1.35!important;
	font-weight:800!important;
	color:#202735!important;
}
.fd-collection-text .fd-editorial-block--notice h4::before,
.fd-collection-text .fd-editorial-block--knowledge h4::before{
	content:"";
	position:absolute;
	left:0;
	top:.18em;
	width:3px;
	height:1.05em;
	border-radius:3px;
	background:var(--fd-purple-dark);
}
.fd-collection-text .fd-editorial-block--notice h4:first-of-type,
.fd-collection-text .fd-editorial-block--knowledge h4:first-of-type{
	margin-top:8px!important;
}
.fd-collection-text .fd-editorial-block--notice p,
.fd-collection-text .fd-editorial-block--knowledge p{
	font-size:14.5px!important;
	line-height:1.7!important;
	color:#49515e!important;
}
.fd-collection-text .fd-editorial-block--notice strong,
.fd-collection-text .fd-editorial-block--knowledge strong,
.fd-editorial-intro strong{
	font-weight:800!important;
	color:#222a38!important;
}
.fd-collection-text .fd-editorial-block--notice ul,
.fd-collection-text .fd-editorial-block--knowledge ul{
	margin:10px 0 16px 20px!important;
}
.fd-collection-text .fd-editorial-block--notice li,
.fd-collection-text .fd-editorial-block--knowledge li{
	margin-bottom:7px!important;
	font-size:14.5px!important;
	line-height:1.6!important;
}


/* 2.2.7 – redaktionelle Empfehlungen klar markieren */
.fd-product-recommendations__title{
	display:inline-block;
	margin:0 0 20px!important;
	padding:10px 16px!important;
	border-radius:10px;
	background:var(--fd-purple-dark)!important;
	color:#fff!important;
	font-size:22px!important;
	line-height:1.25!important;
	box-shadow:0 7px 18px rgba(75,50,202,.16);
}


/* 3.0.5 – Einleitung direkt unter dem Beitragsbild, ohne Zusatzüberschrift */
.fd-editorial-intro{
	margin:0 0 28px!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
.fd-editorial-intro p{
	margin:0 0 12px!important;
	font-size:16px!important;
	line-height:1.72!important;
	color:#454d5b!important;
}
.fd-editorial-intro p:last-child{
	margin-bottom:0!important;
}
.fd-editorial-intro strong{
	color:#202735!important;
	font-weight:800!important;
}


/* 3.0.8 – nummerierte Empfehlungen */
.fd-product-row{
  position:relative;
}
.fd-product-row__number{
  position:absolute;
  left:-18px;
  top:20px;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#f28a2b;
  color:#fff;
  font-size:17px;
  font-weight:800;
  line-height:1;
  box-shadow:0 6px 16px rgba(242,138,43,.22);
}

@media(max-width:760px){
  .fd-product-row{
    grid-template-columns:1fr!important;
    gap:14px!important;
    align-items:start!important;
    padding:22px 16px!important;
    margin-bottom:16px;
    border:1px solid var(--fd-line);
    border-radius:16px;
    background:#fff;
  }
  .fd-product-row:last-child{
    border-bottom:1px solid var(--fd-line)!important;
  }
  .fd-product-row__number{
    left:12px;
    top:12px;
    width:34px;
    height:34px;
    font-size:16px;
  }
  .fd-product-row__image{
    grid-column:1!important;
    width:100%;
    min-height:180px;
    padding:18px 12px 8px!important;
  }
  .fd-product-row-image{
    max-height:190px!important;
  }
  .fd-product-row__body{
    grid-column:1!important;
    width:100%;
  }
  .fd-product-row__body h4{
    font-size:19px!important;
    line-height:1.28!important;
  }
  .fd-product-row__buy{
    grid-column:1!important;
    width:100%;
    text-align:left!important;
  }
  .fd-product-row__facts{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}


/* 3.0.9 – redaktionelle Textstrecke ohne Kartenoptik */
.fd-collection-text{
	margin-top:34px;
}
.fd-collection-text .fd-editorial-block,
.fd-collection-text .fd-editorial-checklist,
.fd-collection-text .fd-buying-guide,
.fd-collection-text .fd-editorial-block--notice,
.fd-collection-text .fd-editorial-block--knowledge,
.fd-collection-text .fd-editorial-block--faq,
.fd-collection-text .fd-editorial-block--sources,
.fd-collection-text .fd-editorial-block--updates{
	margin:0!important;
	padding:34px 0!important;
	border:0!important;
	border-top:1px solid #e6e8ed!important;
	border-radius:0!important;
	background:transparent!important;
	box-shadow:none!important;
}
.fd-collection-text .fd-editorial-block:first-child,
.fd-collection-text .fd-editorial-checklist:first-child{
	border-top:0!important;
}
.fd-editorial-checklist__head,
.fd-buying-guide__head{
	padding:0 0 18px!important;
	background:transparent!important;
	border:0!important;
}
.fd-editorial-checklist__content{
	padding:0!important;
}
.fd-editorial-checklist__head>span,
.fd-buying-guide__head>span{
	margin-bottom:7px!important;
}
.fd-buying-guide__items{
	padding:0!important;
}
.fd-buying-guide__item{
	padding:20px 0!important;
	border:0!important;
	border-top:1px solid #eceef2!important;
	background:transparent!important;
}
.fd-buying-guide__item:first-child{
	border-top:0!important;
}
.fd-collection-text h2{
	margin-bottom:16px!important;
}
.fd-collection-text h4{
	margin-top:24px!important;
}
.fd-collection-text p,
.fd-collection-text li{
	font-size:15.5px!important;
	line-height:1.72!important;
}
@media(max-width:760px){
	.fd-collection-text .fd-editorial-block,
	.fd-collection-text .fd-editorial-checklist,
	.fd-collection-text .fd-buying-guide{
		padding:26px 0!important;
	}
	.fd-collection-text p,
	.fd-collection-text li{
		font-size:15px!important;
		line-height:1.68!important;
	}
}


/* 3.0.10 – Produktnummerierung beginnt beim Hauptprodukt */
.fd-product-main{
  position:relative;
}
.fd-product-main__number{
  position:absolute;
  left:-18px;
  top:28px;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#f28a2b;
  color:#fff;
  font-size:18px;
  font-weight:800;
  line-height:1;
  box-shadow:0 6px 16px rgba(242,138,43,.24);
}
@media(max-width:760px){
  .fd-product-main__number{
    left:12px;
    top:12px;
    width:36px;
    height:36px;
    font-size:17px;
  }
}


/* 3.0.11 – Gesamtbewertung ruhiger ausrichten */
.fd-score-card--overall{
  justify-content:flex-start!important;
  padding-top:18px!important;
}
.fd-score-overall-label{
  display:block!important;
  margin:0 0 12px!important;
  color:var(--fd-green)!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:850!important;
  text-align:center!important;
  text-transform:none!important;
}
.fd-score-card--overall>b.fd-score-overall-label{
  margin-top:0!important;
  font-size:20px!important;
}
@media(max-width:760px){
  .fd-score-card--overall{
    padding-top:10px!important;
  }
  .fd-score-overall-label{
    font-size:19px!important;
    margin-bottom:10px!important;
  }
}


/* 3.0.12 – Produktnummern helllila statt orange */
.fd-product-main__number,
.fd-product-row__number{
	background:#eee9ff!important;
	color:#4f32d4!important;
	border:1px solid #ddd4ff!important;
	box-shadow:0 6px 16px rgba(79,50,212,.12)!important;
}


/* 3.0.13 – kompakte Checkliste + bessere Entscheidungshilfe */
.fd-collection-text .fd-editorial-checklist{
	margin:26px 0!important;
	padding:24px 26px!important;
	border:1px solid #e2e5ea!important;
	border-radius:18px!important;
	background:#f6f7f9!important;
	box-shadow:none!important;
}
.fd-editorial-checklist__head{
	padding:0 0 14px!important;
	margin:0!important;
}
.fd-editorial-checklist__head>span{
	display:block;
	margin-bottom:5px!important;
	font-size:11.5px!important;
	font-weight:800!important;
	letter-spacing:.08em!important;
	text-transform:uppercase!important;
	color:#5e6675!important;
}
.fd-editorial-checklist__head h2{
	margin:0!important;
	padding-left:0!important;
	font-size:25px!important;
}
.fd-editorial-checklist__head h2::before{
	display:none!important;
	content:none!important;
}
.fd-editorial-checklist__content ul{
	margin:0!important;
	padding:0!important;
	list-style:none!important;
}
.fd-editorial-checklist__content li{
	position:relative;
	margin:0!important;
	padding:8px 0 8px 28px!important;
	border-top:1px solid #e7e9ed;
	font-size:15px!important;
	line-height:1.55!important;
}
.fd-editorial-checklist__content li:first-child{
	border-top:0!important;
}
.fd-editorial-checklist__content li::before{
	content:"✓";
	position:absolute;
	left:0;
	top:7px;
	color:#159457;
	font-weight:900;
}

.fd-collection-text .fd-buying-guide{
	margin:30px 0!important;
	padding:0!important;
	border:0!important;
	background:transparent!important;
}
.fd-buying-guide__head{
	padding:0 0 12px!important;
	margin:0!important;
}
.fd-buying-guide__head>span{
	display:block;
	margin-bottom:5px!important;
	font-size:11.5px!important;
	font-weight:800!important;
	letter-spacing:.08em!important;
	text-transform:uppercase!important;
	color:var(--fd-purple-dark)!important;
}
.fd-buying-guide__head h2{
	margin:0 0 7px!important;
	font-size:27px!important;
	line-height:1.2!important;
}
.fd-buying-guide__head p{
	margin:0!important;
	max-width:760px;
	font-size:15px!important;
	line-height:1.55!important;
	color:#626b78!important;
}
.fd-buying-guide__items{
	display:grid!important;
	grid-template-columns:repeat(2,minmax(0,1fr))!important;
	gap:0 28px!important;
	padding:4px 0 0!important;
}
.fd-buying-guide__item{
	padding:18px 0!important;
	border-top:1px solid #e8eaf0!important;
	background:transparent!important;
}
.fd-buying-guide__item h4{
	margin:0 0 7px!important;
	font-size:18px!important;
	line-height:1.3!important;
}
.fd-buying-guide__item p{
	margin:0 0 8px!important;
	font-size:15px!important;
	line-height:1.62!important;
}
.fd-buying-guide__item p:last-child{
	margin-bottom:0!important;
}
@media(max-width:760px){
	.fd-collection-text .fd-editorial-checklist{
		padding:20px 18px!important;
		border-radius:16px!important;
	}
	.fd-buying-guide__items{
		grid-template-columns:1fr!important;
		gap:0!important;
	}
	.fd-buying-guide__item{
		padding:16px 0!important;
	}
}


/* 3.0.14 – sechs nummerierte Entscheidungssituationen */
.fd-buying-guide__item{
	display:grid!important;
	grid-template-columns:38px minmax(0,1fr)!important;
	gap:12px!important;
	align-items:start!important;
}
.fd-buying-guide__number{
	display:flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	margin-top:1px;
	border-radius:50%;
	background:#eee9ff;
	color:#4f32d4;
	border:1px solid #ddd4ff;
	font-size:15px;
	font-weight:850;
	line-height:1;
}
.fd-buying-guide__content{
	min-width:0;
}
.fd-buying-guide__content h4{
	margin-top:0!important;
}


/* 3.0.15 – FAQ als ruhige hellgraue Aufklappboxen */
.fd-editorial-faq{
	display:grid;
	gap:10px;
}
.fd-editorial-faq details{
	margin:0!important;
	padding:0!important;
	border:1px solid #e2e5ea!important;
	border-radius:14px!important;
	background:#f6f7f9!important;
	overflow:hidden;
}
.fd-editorial-faq details:last-child{
	border-bottom:1px solid #e2e5ea!important;
}
.fd-editorial-faq summary{
	position:relative;
	padding:15px 46px 15px 18px!important;
	cursor:pointer;
	list-style:none;
	font-size:16px!important;
	line-height:1.35!important;
	font-weight:750!important;
	color:#222936!important;
}
.fd-editorial-faq summary::-webkit-details-marker{
	display:none;
}
.fd-editorial-faq summary::after{
	content:"+";
	position:absolute;
	right:17px;
	top:50%;
	transform:translateY(-50%);
	width:24px;
	height:24px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	background:#eee9ff;
	color:#4f32d4;
	font-size:18px;
	font-weight:800;
	line-height:1;
}
.fd-editorial-faq details[open] summary::after{
	content:"−";
}
.fd-editorial-faq details[open] summary{
	border-bottom:1px solid #e2e5ea;
}
.fd-editorial-faq details>p,
.fd-editorial-faq details>div{
	margin:0!important;
	padding:16px 18px 18px!important;
	font-size:15px!important;
	line-height:1.68!important;
	background:#fff!important;
}


/* 3.0.19 – Mobile Produktdarstellung stabilisieren */
@media(max-width:760px){

  /* Gesamte Produktstrecke darf niemals breiter als der Viewport werden. */
  .fd-product-collection,
  .fd-product-main,
  .fd-product-main__content,
  .fd-product-main__review,
  .fd-product-main__score,
  .fd-product-main__buy,
  .fd-product-row,
  .fd-product-row__body,
  .fd-product-row__buy,
  .fd-recommendations,
  .fd-score-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  /* Hauptprodukt: klare vertikale Reihenfolge. */
  .fd-product-main{
    overflow:hidden!important;
  }
  .fd-product-main__content{
    grid-template-columns:1fr!important;
  }
  .fd-product-main__review{
    display:block!important;
  }

  /* Score: keine überlappenden Kreise mehr. */
  .fd-product-main__score{
    padding:22px 16px!important;
    overflow:hidden!important;
  }
  .fd-product-main__score h3{
    margin:0 0 18px!important;
    font-size:25px!important;
    line-height:1.18!important;
  }
  .fd-score-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 12px!important;
    align-items:start!important;
  }
  .fd-score-card{
    width:100%!important;
    min-width:0!important;
    padding:0!important;
  }
  .fd-score-card--overall{
    grid-column:1 / -1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 0 4px!important;
  }
  .fd-score-overall-label{
    order:0;
    margin:0 0 10px!important;
    font-size:22px!important;
    line-height:1!important;
  }
  .fd-score-card--overall .fd-score-ring{
    order:1;
  }
  .fd-score-ring--overall{
    width:112px!important;
    height:112px!important;
  }
  .fd-score-card:not(.fd-score-card--overall) .fd-score-ring{
    width:82px!important;
    height:82px!important;
    margin:0 auto!important;
  }
  .fd-score-card:not(.fd-score-card--overall)>span,
  .fd-score-card:not(.fd-score-card--overall)>b{
    display:block!important;
    max-width:100%!important;
    margin:0 0 8px!important;
    text-align:center!important;
    font-size:13px!important;
    line-height:1.2!important;
    overflow-wrap:anywhere!important;
    hyphens:auto!important;
  }

  /* Preiszeile: kein Überlaufen bei Rabatt/Ersparnis. */
  .fd-product-main__buy,
  .fd-product-row__buy{
    padding:20px 16px!important;
  }
  .fd-product-price,
  .fd-price-line,
  .fd-price-current,
  .fd-price-old,
  .fd-price-saving{
    max-width:100%!important;
    min-width:0!important;
    overflow-wrap:anywhere!important;
  }
  .fd-price-line{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:7px 10px!important;
  }
  .fd-price-current{
    font-size:30px!important;
    line-height:1.05!important;
  }
  .fd-price-saving{
    flex-basis:auto!important;
    font-size:13px!important;
    white-space:normal!important;
  }

  /* Fazit und Pro/Contra sauber innerhalb des Inhalts. */
  .fd-product-main__summary,
  .fd-product-main__facts,
  .fd-product-main__proscons{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  /* Empfehlungsüberschrift nicht als riesiger Button. */
  .fd-recommendations__heading,
  .fd-recommendations>h3,
  .fd-recommendations-title{
    display:inline-block!important;
    max-width:calc(100% - 8px)!important;
    width:auto!important;
    padding:11px 16px!important;
    border-radius:12px!important;
    font-size:21px!important;
    line-height:1.18!important;
    white-space:normal!important;
  }

  /* Empfehlungen: echte Einspaltenansicht und Nummer im Kasten. */
  .fd-product-row{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    padding:20px 16px!important;
    overflow:hidden!important;
  }
  .fd-product-row__number{
    left:12px!important;
    top:12px!important;
    z-index:5!important;
  }
  .fd-product-row__image{
    padding-top:34px!important;
  }
}

@media(max-width:390px){
  .fd-score-grid{
    gap:16px 8px!important;
  }
  .fd-score-card:not(.fd-score-card--overall) .fd-score-ring{
    width:76px!important;
    height:76px!important;
  }
  .fd-price-current{
    font-size:27px!important;
  }
  .fd-recommendations__heading,
  .fd-recommendations>h3,
  .fd-recommendations-title{
    font-size:19px!important;
  }
}


/* 3.0.20 – Abstand der Empfehlungsüberschrift auf Mobile */
@media(max-width:760px){
  .fd-recommendations__heading,
  .fd-recommendations>h3,
  .fd-recommendations-title{
    margin-left:16px!important;
    margin-right:16px!important;
    max-width:calc(100% - 32px)!important;
  }
}


/* 3.0.21 – Mobile-Fix auf Basis der tatsächlichen Renderer-Klassen */
@media(max-width:760px){

  /* Der Badge liegt bewusst über dem Rand der Hauptbox und darf nicht abgeschnitten werden. */
  .fd-product-main{
    overflow:visible!important;
    margin-top:42px!important;
    padding-top:28px!important;
  }
  .fd-product-main__badge{
    top:-19px!important;
    left:14px!important;
    max-width:calc(100% - 28px)!important;
    min-height:38px!important;
    padding:8px 12px!important;
    border-radius:10px!important;
    font-size:14px!important;
    line-height:1.18!important;
    white-space:normal!important;
  }
  .fd-product-main__number{
    top:14px!important;
    left:12px!important;
  }

  /* Bewertung: echte Struktur des Renderers verwenden. */
  .fd-product-rating{
    width:100%!important;
    max-width:100%!important;
    padding:18px 14px 16px!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }
  .fd-product-rating__title{
    margin:0 0 18px!important;
    font-size:22px!important;
    line-height:1.18!important;
  }
  .fd-product-rating__grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
    width:100%!important;
    min-width:0!important;
  }

  /* Gesamtwertung oben, vollständig getrennt von den Einzelwerten. */
  .fd-product-rating__grid>.fd-score-card--overall{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
  }
  .fd-score-overall-label{
    order:0!important;
    margin:0 0 10px!important;
    font-size:21px!important;
    line-height:1.1!important;
    text-align:center!important;
  }
  .fd-score-ring--overall{
    order:1!important;
    width:96px!important;
    height:96px!important;
    margin:0 auto!important;
  }
  .fd-score-ring--overall .fd-score-value strong{
    font-size:28px!important;
  }
  .fd-score-ring--overall .fd-score-value small{
    font-size:10px!important;
  }

  /* Die drei Kriterien bekommen ihre eigene Zeile – keine Überlagerung mehr. */
  .fd-product-rating__criteria{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    align-items:start!important;
  }
  .fd-product-rating__criteria .fd-score-card--criterion{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-width:0!important;
    padding:0!important;
    margin:0!important;
  }
  .fd-product-rating__criteria .fd-score-label{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    min-height:32px!important;
    margin:0 0 7px!important;
    font-size:10.5px!important;
    line-height:1.14!important;
    text-align:center!important;
    overflow-wrap:anywhere!important;
    hyphens:auto!important;
  }
  .fd-product-rating__criteria .fd-score-ring--criterion{
    width:64px!important;
    height:64px!important;
    margin:0 auto!important;
    flex:none!important;
  }
  .fd-product-rating__criteria .fd-score-ring--criterion .fd-score-value strong{
    font-size:18px!important;
  }

  /* Korrekte Klasse der Empfehlungsüberschrift. */
  .fd-product-recommendations{
    margin-top:34px!important;
    padding-top:0!important;
  }
  .fd-product-recommendations__title{
    display:inline-block!important;
    width:auto!important;
    max-width:calc(100% - 28px)!important;
    margin:0 14px 18px!important;
    padding:10px 14px!important;
    border-radius:10px!important;
    font-size:19px!important;
    line-height:1.2!important;
    white-space:normal!important;
    box-sizing:border-box!important;
  }

  /* Empfehlungskarten bleiben echte Einspalter. */
  .fd-product-list,
  .fd-product-row{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .fd-product-row{
    grid-template-columns:1fr!important;
    overflow:hidden!important;
  }
}

@media(max-width:360px){
  .fd-product-rating__criteria{
    gap:6px!important;
  }
  .fd-product-rating__criteria .fd-score-label{
    font-size:9.8px!important;
  }
  .fd-product-rating__criteria .fd-score-ring--criterion{
    width:58px!important;
    height:58px!important;
  }
}


/* 3.0.22 – mobile Empfehlungsüberschrift mit echtem Außen- und Innenabstand */
@media(max-width:760px){
  .fd-product-recommendations__title{
    display:block!important;
    width:calc(100% - 32px)!important;
    max-width:calc(100% - 32px)!important;
    margin:0 16px 20px!important;
    padding:12px 18px!important;
    box-sizing:border-box!important;
    border-radius:12px!important;
    font-size:19px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }
}
