.article-item-title {
    line-height: 1.12;
    letter-spacing: .01em;
    margin-bottom: .5rem !important;
  }

  .article-item-title a {
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--bs-body-color);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
  }

  .article-item-title a::after {
    content: "";
    width: .55rem;
    height: .55rem;
    border-right: 3px solid rgba(246, 142, 30, 1);
    border-bottom: 3px solid rgba(246, 142, 30, 1);
    transform: rotate(-45deg);
    margin-top: .1rem;
    opacity: .95;
  }

  .article-item-title a:hover {
    color: rgba(246, 142, 30, 1);
  }

  .article-item-title a:focus-visible {
    outline: none;
    border-radius: .5rem;
    padding: .05rem .25rem;
    margin-left: -.25rem;
  }

  @media (min-width: 768px) {
    .article-item-title a {
      font-size: 1.55rem;
    }
  }

  .article-add .thumb-wrap {
    overflow: hidden;
  }

  .article-add .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform .18s ease;
    border: 3px solid rgba(246, 142, 30, .22);
  }

  .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .article-grid-wrap {
    padding: 1rem;
  }

  @media (min-width: 768px) {
    .article-grid-wrap {
      padding: 1.25rem;
    }
  }

  .news-card {
    position: relative;
    overflow: visible;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
    background: var(--bs-body-bg);
    border-color: rgba(246, 142, 30, .22) !important;
  }

  .news-card:hover .thumb-wrap img {
    transform: scale(1.03);
  }

  .news-card:focus-within {
    box-shadow: 0 0 0 .25rem rgba(246, 142, 30, .22);
    border-color: rgba(246, 142, 30, .45) !important;
  }

  .news-card .title-link {
    line-height: 1.15;
    font-size: 1.15rem;
    margin-bottom: .5rem;
  }

  @media (min-width: 992px) {
    .news-card .title-link {
      font-size: 1.35rem;
    }
  }

  .min-w-0 {
    min-width: 0;
  }

  .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 95%;
  }

  @media(max-width: 700px) {
    .line-clamp-2 {
      -webkit-line-clamp: 3;
      max-width: 100%;
    }
  }

  .btn-more {
    --bs-btn-padding-y: .35rem;
    --bs-btn-padding-x: .75rem;
    --bs-btn-font-size: .875rem;
    border-width: 2px;
  }

  .news-lead-date {
    font-size: 14px;
  }

  .news-lead-title {
    font-size: 18px;
  }

  .news-lead-desc {
    font-size: 14px;
    margin-bottom: 0!important;
  }
  

  @media (min-width: 768px) {
    .news-lead-date {
      font-size: 14px;
    }

    .news-lead-title {
      font-size: 20px;
      margin-top: 0px!important;
    }

    .news-lead-desc-wrapper
    {
      overflow: hidden;
      max-height: 130px;
    }
  }







@media (max-width: 1720px) {
.news-lead-desc {
font-size: 16px;
margin-top: 0px!important;
line-height: 26px;

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;

overflow: hidden;
text-overflow: ellipsis;
}
}
@media (max-width: 850px) {
.news-lead-desc {
font-size: 16px;
margin-top: 0px!important;
line-height: 26px;

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;

overflow: hidden;
text-overflow: ellipsis;
}
}


  @media(max-width:1200px)
  {
    .news-item .news-content-body {
      padding-top: 0px!important;
    }
  }
  @media (min-width: 1024px) {
    .news-lead-date {
      font-size: 14px;
    }
    .news-lead-title {
      font-size: 20px;
    }
     .news-lead-desc {
        font-size: 16px;
        margin-top: 0.5rem;
      }
  }

  @media (min-width: 1600px) {
    .news-lead-date {
      font-size: 16px;
    }

    .news-lead-title {
      font-size: 26px;
    }

    .news-lead-desc {
      font-size: 18px;
    }
  }

  @media (min-width: 1720px) {
    .news-lead-date {
      font-size: 16px;
    }

    .news-lead-title {
      font-size: 28px;
    }

    .news-lead-desc {
      font-size: 18px;
    }
  }

  @media (max-width: 767.98px) {
    .news-lead-date {
      font-size: 16px;
      margin-top: 0.75rem;
    }

    .news-lead-title {
      font-size: 26px;
      margin-top: 0.75rem!important;
    }

    .news-lead-desc {
      font-size: 18px;
    }
  }

  .news-item .news-thumb {
    width: 100%;
    max-width: 100%;
  }

  .news-item .news-thumb img {
    width: 100%;
  }

  @media (min-width: 768px) {
    .news-item .news-thumb {
      width: 400px;
    }

    .news-item .news-media-col {
      flex: 0 0 400px !important;
      max-width: 400px !important;
    }

    .news-item .news-content-col {
      flex: 1 1 auto !important;
      max-width: calc(100% - 400px) !important;
      min-width: 0;
    }

    .news-item .news-content-body {
      padding-left: 3rem !important;
    }
  }

  section:not(section section):not(article section) {
    padding: 0px 0;
  }

  .showcase-list .card {
    border-radius: 0;
  }

  .showcase-list .object-fit-cover {
    object-fit: cover;
  }

  .showcase-list .news-thumb--empty {
    min-height: 200px;
    background: var(--bs-tertiary-bg, #f8f9fa);
  }