/* LionVoice dashboard DEMO guides */
.lv-demo-tipbox {
  position: sticky;
  top: .75rem;
  z-index: 40;
  margin: 0 0 1rem;
  padding: .85rem 1rem .85rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(196, 149, 106, .45);
  background: rgba(255, 252, 247, .96);
  box-shadow: 0 8px 24px rgba(10, 22, 40, .06);
  color: #0a1628;
}
.lv-demo-tipbox[hidden] { display: none !important; }
.lv-demo-tipbox__head {
  display: flex;
  align-items: center;
  gap: .6rem;
  justify-content: space-between;
}
.lv-demo-tipbox__title {
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
  color: #8a5a32;
}
.lv-demo-tipbox__toggle {
  border: 1px solid rgba(196, 149, 106, .5);
  background: #fff;
  color: #8a5a32;
  border-radius: 999px;
  padding: .2rem .7rem;
  font-size: .78rem;
  cursor: pointer;
}
.lv-demo-tipbox__body {
  margin: .55rem 0 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #4a5568;
}
.lv-demo-tipbox__hint {
  margin: .35rem 0 0;
  font-size: .8rem;
  color: #6b7280;
}
.lv-demo-tip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: .35rem;
  border-radius: 50%;
  border: 1px solid rgba(10, 122, 150, .35);
  background: rgba(10, 122, 150, .08);
  color: #0a7a96;
  font-size: .7rem;
  font-weight: 700;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
  padding: 0;
}
.lv-demo-tip-pop {
  display: none;
  margin: .35rem 0 .55rem;
  padding: .55rem .7rem;
  border-radius: 10px;
  background: rgba(10, 122, 150, .08);
  border: 1px solid rgba(10, 122, 150, .2);
  color: #334155;
  font-size: .82rem;
  line-height: 1.4;
}
.lv-demo-tip-pop.is-open { display: block; }
.lv-books .pill.overdue,
.pill.overdue {
  background: rgba(220, 80, 60, .15);
  color: #a33;
}
