 /* Add margin-top to section anchors to prevent header overlap */
 [id]:before {
    content: "";
    display: block;
    height: 100px; /* Adjust this value based on your header height */
    margin-top: -100px; /* Same value as height */
    visibility: hidden;
    pointer-events: none;
  }

  .section-2257 {
    margin: 0 auto;
    padding: 5rem;
  }

  .section-2257-header {
    margin-bottom: 2rem;
    text-align: center;
  }

  .section-2257-header h1 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
  }

  .section-2257-meta {
    font-size: 0.9rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
  }

  .section-2257-meta a {
    color: var(--anchor-color);
    text-decoration: none;
    font-weight: 500;
  }

  .section-2257-meta a:hover {
    color: var(--primary-color);
  }

  .section-2257-content a {
    color: var(--anchor-color);
    text-decoration: none;
    font-weight: 500;
  }

  .section-2257-content a:hover {
    color: var(--primary-color);
  }

  .section-2257-section {
    margin-bottom: 2rem;
  }

  .section-2257-content {
    line-height: 1.6;
    color: var(--primary-color);
  }

  .section-2257-content p {
    margin-bottom: 1rem;
  }

  .section-2257-content ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
  }

  .section-2257-content li {
    margin-bottom: 0.5rem;
  }

  .section-2257-content strong {
    color: var(--primary-color);
  }

  .section-2257-content a {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
  }

  .section-2257-content a:hover {
    color: var(--primary-color);
  }

  @media (max-width: 768px) {
    .section-2257 {
      padding: 1rem;
    }

    .section-2257-header h1 {
      font-size: 2rem;
    }
  }