/* ── TIME DATE PILL (active profile indicator in card header) ── */
.time-date-pill {
  height: 22px;
  padding: 0 10px;
  background: #1a1a22;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: .04em;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  user-select: none
}

.dfc .time-date-pill {
  height: 20px;
  font-size: 8.5px;
  padding: 0 8px
}
