/* =====================================================
   Trending Ribbon
===================================================== */
.ts-post-card.is-trending::before {
  content: "Trending";
  position: absolute;
  top: 12px;
  left: -40px;
  background: var(--accent);
  color: #fff;
  padding: 4px 50px;
  font-size: 0.7rem;
  font-weight: 700;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}