.publication-date {
  min-height: 3rem;
  padding: 0.55rem 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(246, 248, 245, 0.88), rgba(201, 208, 198, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 0.7rem 2rem rgba(14, 21, 11, 0.14);
  -webkit-backdrop-filter: blur(1.2rem) saturate(145%);
  backdrop-filter: blur(1.2rem) saturate(145%);
  color: #30372c;
  font-size: 1.2rem;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.publication-date__icon {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
  flex: 0 0 1.55rem;
  fill: currentColor;
  stroke: none;
}

.news-category-badge,
.home-news-card__badge--category,
.articles__badges > li.news-category-badge,
.post__badges > li.news-category-badge {
  min-height: 3rem;
  padding: 0.65rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(213, 248, 169, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #d8f7ae 0%, #a9df6b 42%, #79b93e 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), inset 0 -1px 0 rgba(66, 116, 25, 0.2), 0 0.65rem 1.8rem rgba(64, 109, 27, 0.28);
  color: #1c310d;
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.post__date.publication-date {
  border-color: rgba(255, 255, 255, 0.58);
}

/* Keep all standard news cards rhythmically aligned. Hero cards use their
 * own editorial composition and are intentionally excluded. */
.articles__content-title {
  display: -webkit-box !important;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal !important;
}

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

@media only screen and (max-width: 680px) {
  .publication-date {
    min-height: 2.8rem;
    padding: 0.5rem 0.8rem;
    gap: 0.45rem;
    font-size: 1.1rem;
  }

  .publication-date__icon {
    width: 1.4rem;
    height: 1.4rem;
    flex-basis: 1.4rem;
  }
}
