/* Termin-Badge auf Tipp-Cards (für Tipps mit Datum) */
.tip-card .cover {
  position: relative;
}
.tip-card .when-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #2d5a4a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  z-index: 2;
}
.tip-card.feature .when-badge {
  font-size: 12px;
  padding: 6px 14px;
}
