.r16-today-list .r182-dated-line small {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 8px;
}

.r197-agenda-time {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(174, 123, 24, .12);
  color: #8f6415;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .01em;
  white-space: nowrap;
}

.r196-today-todo .r197-agenda-time {
  background: rgba(63, 128, 80, .12);
  color: #347147;
}

@media (max-width: 600px) {
  .r197-agenda-time {
    padding: 2px 7px;
    font-size: .68rem;
  }
}
