.newsModal .modal-dialog {
    background: #FFFFFF !important;
    padding: 20px;
  }
  
  .newsModal div#postModalContent {
    max-height: 80vh; /* Adjust the height as needed */
    overflow-y: scroll; /* Always shows the vertical scrollbar */
    padding: 20px;
  }
  
  /* For WebKit browsers (Chrome, Safari) */
  .newsModal div#postModalContent::-webkit-scrollbar {
    width: 8px; /* Customize scrollbar width */
  }
  
  .newsModal div#postModalContent::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Customize scrollbar thumb */
    border-radius: 6px; /* Rounded corners for scrollbar thumb */
  }
  
  .newsModal div#postModalContent::-webkit-scrollbar-track {
    background-color: #868686; /* Customize scrollbar track */
  }
  
  .newsModal.show {
    background: #969696;
  }
  
  .page-id-17 a.wp-block-post-excerpt__more-link {
    pointer-events: none; /* Prevents clicking on the link */
  }

  body.page-id-161 .news-articles .wp-block-post-excerpt__more-link {
    margin-top: 40px;
    color: #000;
    text-decoration: none;
}

.page-id-161 a.wp-block-post-excerpt__more-link {
  pointer-events: none;
}

.post-excerpt a.read-more-link {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

button#load-more-btn {
  border: 0;
  background: none;
  font-weight: 600;
}