.news-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

.news-list-section {
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.news-list-section .container-fluid {
  display: flex;
  justify-content: center;
}
.news-list-section .page-title {
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  text-align: left;
  margin-bottom: 3rem !important;
}

.news-list .news-item .news-content .news-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.news-list .news-item .news-content .news-title a {
  color: #000000;
  transition: color 0.3s ease;
}
.news-list .news-item .news-content .news-meta {
  display: flex;
  align-items: right;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: flex-end;
}
.news-list .news-item .news-content .news-meta .news-date {
  font-weight: 400;
  font-size: 0.75rem;
  color: #000000;
}
.news-list .news-item .news-content .news-meta .news-category {
  display: none;
}
.news-list .news-item .news-content .news-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 1.5rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: #E3E1E1;
  color: #000000;
  font-size: 1, 125rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
.pagination .page-item .page-link:hover {
  background-color: #727171;
  border-color: #727171;
  text-decoration: none;
}
.pagination .page-item.active .page-link {
  background-color: #AF4100;
  border-color: #AF4100;
  cursor: default;
}
.pagination .page-item.disabled .page-link {
  background-color: inherit;
  border: none;
  cursor: not-allowed;
}
.pagination .page-item.ellipsis .page-link {
  cursor: default;
  pointer-events: none;
  background: transparent;
  border: none;
  color: #888;
}
.pagination .arrow {
  background: transparent !important;
  border: none !important;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  filter: invert(98%) sepia(0%) saturate(5%) hue-rotate(147deg) brightness(94%) contrast(90%);
}
.pagination .arrow img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  transition: filter 0.2s ease;
}
.pagination .arrow:hover img {
  filter: invert(45%) sepia(1%) saturate(0%) hue-rotate(45deg) brightness(95%) contrast(84%);
}
.pagination .page-item.disabled .arrow img {
  visibility: hidden;
}

@media (max-width: 768px) {
  .news-list-section {
    padding: 0.5rem;
  }
  .news-list-section .page-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem !important;
  }
  .news-list .news-item .news-content .news-title {
    font-size: 1rem;
  }
  .news-list .news-item .news-content .news-description {
    font-size: 0.85rem;
  }
  .news-list .news-item .news-content .news-meta {
    font-size: 0.7rem;
  }
  .pagination {
    gap: 0.15rem;
  }
  .pagination .page-item .page-link {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.7rem;
    padding: 0.15rem;
  }
  .pagination .arrow {
    width: 1.8rem;
    height: 1.8rem;
  }
  .pagination .arrow img {
    width: 0.7rem;
    height: 0.7rem;
  }
}

/*# sourceMappingURL=list.css.map */
