/* Book1 v7 — sichtbare Korrekturen: Autor-Hero, Icon-Fallbacks, Rezension ohne Überlagerung */

/* Autorenseite: akademischer Grad kleiner, Name in einer Zeile auf Desktop */
.author-hero-title{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:.12em!important;
  margin:0 0 22px!important;
}
.author-hero-title .author-hero-degree{
  display:block!important;
  font-size:clamp(1.05rem,1.6vw,1.45rem)!important;
  line-height:1.1!important;
  font-weight:520!important;
  letter-spacing:.08em!important;
  color:rgba(231,178,64,.88)!important;
  text-transform:uppercase!important;
}
.author-hero-title .author-hero-name{
  display:block!important;
  white-space:nowrap!important;
  font-size:clamp(3.1rem,5.8vw,5.45rem)!important;
  line-height:.98!important;
  font-weight:300!important;
  letter-spacing:-.055em!important;
  color:#f5f8fb!important;
}
@media(max-width:1100px){
  .author-hero-title .author-hero-name{font-size:clamp(2.7rem,5.4vw,4.25rem)!important;}
}
@media(max-width:760px){
  .author-hero-title .author-hero-name{white-space:normal!important;font-size:clamp(2.35rem,11vw,3.4rem)!important;}
}

/* Hero allgemein: alte fette Template-Überschriften endgültig entschärfen */
section.hero h1:not(.author-hero-title),
#banner h1,
.hero-title{
  font-weight:300!important;
  letter-spacing:-.055em!important;
  line-height:1.02!important;
}

/* Rezension: keine schwarze Fade-Box, kein Überlappen mit Wertkarten */
.book1-review-container{
  margin-bottom:clamp(42px,5vw,72px)!important;
}
.book1-amazon-review{
  margin:0 auto clamp(28px,3.5vw,44px)!important;
  overflow:visible!important;
  position:relative!important;
  z-index:2!important;
}
.book1-review-quote{
  max-height:none!important;
  overflow:visible!important;
  background:transparent!important;
  padding:0 0 0 20px!important;
  margin:18px 0 26px!important;
  border-left:3px solid rgba(231,178,64,.58)!important;
  color:rgba(245,248,251,.86)!important;
  line-height:1.75!important;
}
.book1-review-quote::after{display:none!important;content:none!important;}
.book1-value-strip{
  position:relative!important;
  z-index:1!important;
  margin-top:0!important;
}

/* Icons ohne Fremdschriftarten: zuverlässig lesbare Zeichen */
.kernthema-icon{
  font-family:var(--brs-root-font)!important;
  font-size:1.55rem!important;
  line-height:1!important;
  color:#f0d39a!important;
}
#progress-value{
  font-family:var(--brs-root-font)!important;
  font-size:1.2rem!important;
  line-height:1!important;
}
.author-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin-top:26px!important;
}
.author-links a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:9px 15px!important;
  border-radius:999px!important;
  border:1px solid rgba(231,178,64,.24)!important;
  background:rgba(255,255,255,.045)!important;
  color:rgba(245,248,251,.82)!important;
  text-decoration:none!important;
  font-size:.9rem!important;
  font-weight:560!important;
}
.author-links a:hover{
  background:rgba(231,178,64,.12)!important;
  color:#f0d39a!important;
}
