  /* single-news only */
  .delay-100 {
    transition-delay: 0.1s;
  }

  .delay-200 {
    transition-delay: 0.2s;
  }

  .post-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #000000;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #175B66;
    letter-spacing: 0.05em;
  }

  .post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #175B66;
    padding-left: 1.25rem;
    letter-spacing: 0.05em;
  }

  .post-content h4,
  .post-content h5,
  .post-content h6 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .post-content p {
    margin-bottom: 2rem;
    line-height: 2.2;
    color: #000000;
    letter-spacing: 0.05em;
    font-size: 1rem;
  }

  .post-content ul {
    list-style: disc;
    margin-left: 2rem;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }

  .post-content ol {
    list-style: decimal;
    margin-left: 2rem;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }

  .post-content li {
    margin-bottom: 0.75rem;
  }

  .post-content a {
    color: #175B66;
    text-decoration: underline;
    transition: color 0.3s;
  }

  .post-content a:hover {
    color: #11414A;
  }

  .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 3rem 0;
  }

  .post-content blockquote {
    border-left: 4px solid #175B66;
    padding-left: 1.25rem;
    margin: 2.5rem 0;
    color: #333333;
  }

  .post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
  }

  .post-content th,
  .post-content td {
    border: 1px solid #e5e7eb;
    padding: 0.9rem 1rem;
    text-align: left;
    line-height: 1.8;
  }

  @media print {
    * {
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
      color: #000000 !important;
      background-color: #FFFFFF !important;
      background-image: none !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }

    body,
    header,
    section,
    footer,
    main,
    div,
    article {
      background-color: #FFFFFF !important;
    }

    .fade-in-section {
      transform: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      transition: none !important;
    }

    #mobile-menu,
    #menu-btn,
    .mt-24.pt-12 {
      display: none !important;
    }

    a {
      text-decoration: underline !important;
    }

    .post-content h2 {
      border-bottom: 1px solid #000000 !important;
    }

    .post-content h3 {
      border-left: 3px solid #000000 !important;
    }
  }
