.article-category {
  background-color: var(--secondary);
  padding: 1rem 0;
  color: var(--white);
}

.article-category .category-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.article-category .category-list li {
  padding: 0 1.5rem;
}

.article-category .category-list li a {
  color: var(--white);
}

.category-heading {
  margin-top: 2rem;
}
.article-section .card {
  margin-bottom: 3rem;
  border: none;
}

.article-section .card .card-body {
  padding: 1rem 0;
}

.article-section .card .card-title,
.article-section .card .category,
.article-category .active,
.article-detail-section .card .card-title,
.article-detail-section .card .category {
  font-family: "Raleway";
  font-weight: 700;
}

.article-category .mobile-view {
  display: none;
}

@media screen and (max-width: 991px) {
  .article-category .desktop-view {
    display: none;
  }

  .article-category .mobile-view {
    display: block;
  }

  .article-category .mobile-view select {
    width: 100%;
  }
}

.article-section .card .card-title,
.article-detail-section .card .card-title {
  min-height: 4rem;
}

.article-section .pagination {
  justify-content: center;
}

.article-section .pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

.article-section .pagination .page-link {
  color: var(--secondary);
}

.article-section .pagination .page-item.active .page-link {
  color: var(--white);
}

.article-section .share-socmed img,
.article-detail-section .share-socmed img {
  width: 1em;
}

.article-section .share-socmed {
  margin-bottom: .5rem;
}

.article-detail-section .share-socmed {
  margin-bottom: 1.5rem;
}

.article-detail-section img {
  width: 100%;
}

.article-detail-section {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.article-detail-section h1 {
  color: var(--primary);
  margin: 1.5rem 0;
}

.article-detail-section .back-btn-container,
.article-detail-section .random-articles h2 {
  margin-bottom: 2rem;
}

.article-detail-section .article-desc,
.article-detail-section .random-articles {
  margin-top: 3rem;
}
