.inner-page-nav-wrapper {
  display: flex;
  gap: 2rem;
}

.inner-page-nav-item {
  cursor: pointer;
  padding: 12px 8px;
  border-left: 4px solid #cccccc;
  margin-bottom: 6px;
  transition: all 0.24s ease;
}

.item-list li {
    list-style-type: none !important;
}

.inner-page-nav-item:hover {
  border-left-color: red;
}

.inner-page-nav-item.active {
  border-left-color: red;
  font-weight: 600;
}

.inner-page-content-area {
  flex: 1 1 auto;
  padding-left: 2rem;
}

.paragraph--type--parent-component {
  scroll-margin-top: 120px; 
}

.hs-highlight {
  box-shadow: 0 0 0 4px rgba(255,0,0,0.08);
  transition: box-shadow 0.4s ease;
}

html {
  scroll-behavior: smooth;
}
