/* Policy Pages Styling */
.policy-header {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: white;
}

.policy-content h3 {
  color: var(--text-dark);
}

.policy-section {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 2rem;
}

.policy-section:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .sticky-top {
    position: relative !important;
    top: auto !important;
    margin-top: 2rem;
  }
}
