.article-content {
  font-size: 1.08rem;
  line-height: 2;
}

.article-hero {
  min-height: 55vh;
}

.single-article-hero {
  min-height: 75vh;
}

.article-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.05;
}

.article-hero .hero-text {
  max-width: 760px;
  margin: 2rem auto 0;
  text-align: center;
}

.article-hero h1 {
  position: relative;
  left: 8px;
}

.article-back-link {
  color: #cfcfcf;
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s ease;
}

.article-back-link:hover {
  opacity: 1;
}

.article-list-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;

  padding: 2rem 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  text-decoration: none;
  color: inherit;

  transition: 0.3s ease;
}

.article-list-item:hover {
  transform: translateX(6px);
  opacity: 0.9;
}

.article-list-item h4 {
  margin-bottom: 0.5rem;
}

.article-list-item p {
  opacity: 0.7;
  margin: 0;
}

.article-list-item span {
  opacity: 0.5;
  white-space: nowrap;
}

/* =========================================
   FEATURED ARTICLE
========================================= */

.featured-article-wrapper {
  position: relative;
}

.featured-article-image {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;

  transition: 0.4s ease;
}

.featured-article-image:hover {
  transform: scale(1.015);
}

.featured-article-content h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1.25rem;
}

.featured-article-content p {
  font-size: 1.05rem;
  line-height: 1.9;
  opacity: 0.82;

  max-width: 580px;
}

.featured-article-meta {
  margin-bottom: 1rem;

  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  opacity: 0.55;
}

.article-archive-link {
  text-decoration: none;
  color: inherit;

  opacity: 0.75;
  transition: 0.3s ease;
}

.article-archive-link:hover {
  opacity: 1;
}

/* =========================================
   ARTICLE LIST WITH IMAGE
========================================= */

.article-list-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;

  padding: 1.6rem 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  text-decoration: none;
  color: inherit;

  transition: 0.3s ease;
}

.article-list-item:hover {
  transform: translateX(6px);
  opacity: 0.92;
}

.article-list-thumb img {
  width: 92px;
  height: 92px;

  object-fit: cover;

  border-radius: 18px;

  flex-shrink: 0;
}

.article-list-content {
  flex: 1;
}

.article-list-content h4 {
  margin-bottom: 0.4rem;
}

.article-list-content p {
  margin: 0;
  opacity: 0.72;
}

.article-list-item span {
  opacity: 0.45;
  white-space: nowrap;
}

/* ========================================= ARTICLE COVER IMAGE ========================================= */
.article-cover-image {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
  max-height: 620px;
}
