/* Legal Pages Styling */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.on-this-page-ul li a {
  text-decoration: none;
  color: #6c757d;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 0;
}

.on-this-page-ul li a:hover {
  color: #009444;
  padding-left: 5px;
}

.on-this-page-ul li a.active {
  color: #1a1a1a;
  font-weight: 700;
  padding-left: 10px;
  border-left: 3px solid #009444;
  background: rgba(0, 148, 68, 0.05);
}

.main-title,
.section-title {
  color: #009444 !important;
  font-weight: 700 !important;
}

.sub-title {
  color: #64748b !important; /* Matched to text-grey */
  font-weight: 700 !important;
}

.main-title {
  font-size: 1.75rem !important;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.25rem !important;
}

.sub-title {
  font-size: 1rem !important;
  display: block;
  color: #64748b !important; /* Matched to text-grey */
}

/* Fix tick alignment */
.policy-content ul li > span.me-2 {
  margin-top: 3px !important; /* Adjusted for better alignment with text */
}

.policy-content ul li > span.me-2.mt-1 {
  margin-top: 3px !important;
}

.policy-content p,
.policy-content li,
.policy-content li strong,
.policy-content span:not(.sub-title):not(.text-title-green) {
  font-size: 0.875rem !important;
  line-height: 1.6;
}

.policy-content h4 {
  color: #64748b !important; /* Matched to text-grey */
  font-size: 1rem !important;
  font-weight: 700 !important;
}

/* Section Dividers */
.section-divider {
  margin: 3rem 0;
  opacity: 0.1;
}