.hl-ebook-sidebar {
  position: sticky;
  top: 2rem;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: Inter, Arial, sans-serif;
  box-sizing: border-box;
}

.hl-ebook-sidebar__badge {
  display: inline-block;
  align-self: flex-start;
  background: #F3F4F6;
  color: #28165B;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 3px 10px;
  line-height: 1.4;
}

.hl-ebook-sidebar__title {
  font-family: Dmsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #212B36;
  line-height: 1.3;
  margin: 0;
}

.hl-ebook-sidebar__stats {
  display: flex;
  gap: 16px;
}

.hl-ebook-sidebar__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hl-ebook-sidebar__stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #28165B;
  line-height: 1.1;
}

.hl-ebook-sidebar__stat-label {
  font-size: 11px;
  color: #6B7280;
  line-height: 1.4;
}

.hl-ebook-sidebar__divider {
  height: 1px;
  background: #F3F4F6;
}

.hl-ebook-sidebar__description {
  font-size: 13px;
  color: #6B7280;
  margin: 0;
  line-height: 1.5;
}

.hl-ebook-sidebar__cta-wrap,
.hl-ebook-sidebar__cta-wrap a,
.hl-ebook-sidebar__cta-wrap .hs-cta-trigger-button,
a.hl-ebook-sidebar__cta {
  display: block;
  width: 100%;
  background: #28165B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter, Arial, sans-serif;
  min-height: 44px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  line-height: 44px;
}

.hl-ebook-sidebar__cta-wrap a:hover,
a.hl-ebook-sidebar__cta:hover {
  opacity: 0.9;
}

.hl-ebook-sidebar__cta-wrap .hs-cta-trigger-button p {
  color: #fff !important;
  margin: 0 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 44px;
}

