.news-single {
    padding: 10rem 2rem;
    padding-top: 22.8rem;
    background-color: #fff;
  }
  .news-single-inner {
    max-width: 80rem;
    margin: 0 auto;
  }
  
  .news-single-title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 6rem;
    text-align: center;
  }
  
  .news-single-thumbnail {
    margin-bottom: 6rem;
    text-align: center;
  }
  .news-single-thumbnail img {
    max-width: 100%;
    height: auto;
  }
  
  .news-single-content p {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333;
  }
  .news-single-content > *:not(:first-child) {
    margin-top: 6rem;
  }
  
  .news-inner {
    max-width: 114rem;
    margin: 0 auto;
    padding: 4rem;
  }
  .news-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .news-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 6rem;
  }
  .news-categories {
    width: 25%;
  }
  
  #category-list {
    list-style: none;
    padding: 0;
  }
  
  #category-list li {
    cursor: pointer;
    margin-bottom: 10px;
    color: #999;
    font-weight: normal;
  }
  
  #category-list li.active {
    font-weight: bold;
    color: #000;
  }
  
  .news-articles {
    width: 75%;
  }
  
  .current-category {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  
  .no-posts {
    display: none;
    color: #999;
    margin-bottom: 20px;
  }
  
  .news-item {
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 0;
  }
  
  .news-row {
    display: flex;
    align-items: center;
    gap: 20px;
    
  }
  
  .news-date {
    width: 100px;
    font-size: 0.9em;
  }
  
  .news-label {
    font-size: 0.75em;
    background: #fff;
    padding: 0px 16px;
      border-radius: 20px;
    white-space: nowrap;
    border: 1px solid #222;
  }
  
  .news-title-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news-title-text {
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 0.95em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .news-arrow {
    font-size: 1.2em;
  }
.news-archive{
    padding-top: 22.8rem;
}
.news-archive-title {
    font-size: 5.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6rem;
  }