/* KAI-OS Kids visual fix V5 — scoped to Kids hub and Kids book pages only. */

body[data-kai-page-type="kids-hub"] main h1 {
  font-size:clamp(2.15rem,3.6vw,3.1rem)!important;
  line-height:1.12!important;
  letter-spacing:-.022em!important;
}
body[data-kai-page-type="kids-hub"] main h2 {
  font-size:clamp(1.65rem,2.35vw,2.15rem)!important;
  line-height:1.22!important;
}
body[data-kai-page-type="kids-hub"] .book-card-body h3 {
  margin:.15rem 0 .65rem!important;
  font-size:clamp(1.02rem,1.2vw,1.16rem)!important;
  line-height:1.3!important;
}
body[data-kai-page-type="kids-hub"] .book-card-body h3 a {
  color:inherit;
  text-decoration:none;
}
body[data-kai-page-type="kids-hub"] .kai-kids-topic {
  display:inline-flex!important;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin:.1rem 0 .55rem!important;
  padding:.28rem .58rem!important;
  border-radius:999px;
  background:#eef7ff;
  color:#1f5f88;
  border:1px solid rgba(31,95,136,.12);
  font-size:.70rem!important;
  line-height:1.2!important;
  font-weight:800;
  letter-spacing:.035em!important;
  text-transform:uppercase;
}
body[data-kai-page-type="kids-hub"] .book-card-body > p:not(.badge):not(.kai-kids-topic) {
  min-height:0!important;
  margin-top:0;
  font-size:.96rem!important;
  line-height:1.58!important;
}
body[data-kai-page-type="kids-hub"] .book-card {
  height:100%;
}
body[data-kai-page-type="kids-hub"] .book-card-body {
  display:flex;
  flex-direction:column;
  height:100%;
}
body[data-kai-page-type="kids-hub"] .book-actions {
  margin-top:auto;
  padding-top:1rem;
}

body[data-kai-page-type="kids-book"] .book-hero h1 {
  font-size:clamp(2.05rem,3.4vw,3rem)!important;
  line-height:1.12!important;
  letter-spacing:-.022em!important;
}
body[data-kai-page-type="kids-book"] main h2 {
  font-size:clamp(1.6rem,2.35vw,2.15rem)!important;
  line-height:1.22!important;
}
body[data-kai-page-type="kids-book"] main h3 {
  font-size:clamp(1.05rem,1.3vw,1.2rem)!important;
  line-height:1.3!important;
}
body[data-kai-page-type="kids-book"] .book-hero .lead {
  max-width:58ch;
  font-size:1.02rem!important;
  line-height:1.62!important;
}
body[data-kai-page-type="kids-book"] .kai-kids-book-summary p {
  max-width:70ch;
  margin-top:0;
  margin-bottom:.9rem;
  font-size:1rem!important;
  line-height:1.68!important;
}
body[data-kai-page-type="kids-book"] .kai-kids-book-summary .kai-kids-availability-note {
  color:#667085;
  font-size:.88rem!important;
}
