@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap);
.inter-500, .news-card .card-body .card-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.categories-wrapper {
  margin: 12px 0;
}

@media screen and (max-width: 576px) {
  .categories-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scroll-snap-type: x mandatory;
  }
}

.categories-wrapper .categories {
  flex-wrap: nowrap;
  padding: 0 12px;
}

.categories-wrapper .categories .categories-button {
  font-family: "inter-semibold";
  font-size: 16px;
  line-height: 22.4px;
  padding: 24px 0;
  margin: 0 12px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

@media screen and (max-width: 576px) {
  .categories-wrapper .categories .categories-button:first-child {
    
    margin-left: 300px;
  }

  [dir="rtl"] .categories-wrapper .categories .categories-button:first-child {
    margin-left: 0;
    
    margin-right: 300px;
  }
}

.categories-wrapper .categories .categories-button span {
  padding: 24px;
}

.categories-wrapper .categories .categories-button.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #000;
  margin-top: 8px;
}

a {
  text-decoration: none !important;
}

.list-header h2 {
  font-size: 44px !important;
  letter-spacing: 4px;
  line-height: 52.8px;
}

@media screen and (max-width: 576px) {
  .list-header h2 {
    font-size: 32px !important;
    letter-spacing: 3px;
    line-height: 38.4px;
  }
}

.list-header p {
  font-size: 18px !important;
  line-height: 25.2px;
}

@media screen and (max-width: 576px) {
  .list-header p {
    font-size: 16px !important;
    line-height: 22.4px;
  }
}

.news-card {
  width: 424px;
  height: auto !important;
  margin-bottom: 14px;
}

@media screen and (max-width: 576px) {
  .news-card {
    width: 100%;
  }
}

@media screen and (min-width: 1441px) {
  .news-card {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .news-card {
    width: auto;
  }
}

.news-card .card-image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px transparent solid;
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .news-card .card-image-wrapper {
    aspect-ratio: 16/9;
    height: auto;
  }
}

.news-card .news-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card .card-body {
  padding: 1rem 0 0 0 !important;
}

.news-card .card-body .card-title {
  font-size: 18px;
  line-height: 25.2px;
}

.news-card .card-body .card-label {
  margin-bottom: 12px;
}

.news-card .card-body .card-label .card-footnote {
  font-family: "inter-regular";
  font-size: 12px;
  line-height: 16.8px;
  display: flex;
  align-items: center;
}

.news-card .card-body .card-label .tags-container .tags {
  padding: 3px 12px;
  border: 1px solid #666;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.news-card .card-body .card-label .tags-container .tags label {
  white-space: nowrap;
  text-align: center;
  display: inline;
  font-size: 12px !important;
}

.news-card .card-body .card-readmore {
  font-family: "inter-regular";
  margin-top: 6px !important;
  margin-bottom: 0;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (min-width: 1919px) {
  .news-card .card-body .card-readmore {
    margin-top: 6px !important;
  }
}

.news-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.news-items .news-card {
  width: calc(33.33% - 20px);
}

@media (max-width: 768px) {
  .news-items .news-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .news-items .news-card {
    width: 100%;
  }
}

.news-items .hidden {
  display: none;
}

