.hl-ebook-sidebar {
  position: sticky;
  top: 2rem;
  background: #F3F4F6;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: inherit;
  box-sizing: border-box;
}

.hl-ebook-sidebar__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hl-ebook-sidebar__icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #28165B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.hl-ebook-sidebar__title {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.hl-ebook-sidebar__stats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.hl-ebook-sidebar__stat-label {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

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

.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: 15px;
  font-weight: 700;
  min-height: 48px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
  box-sizing: border-box;
  line-height: 48px;
}

.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: 15px;
  font-weight: 700;
  line-height: 48px;
}

.hl-ebook-sidebar__subtitle {
  color: #888;
  font-size: 12px;
  text-align: center;
  margin: 4px 0 0;
  line-height: 1.4;
}

