.today-item {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.today-item.critical {
  width: calc(100% + 16px);
}

.today-item:hover,
.today-item:focus-visible,
.agenda-row:hover,
.agenda-row:focus-visible {
  background: #13251e;
  outline: none;
}

.agenda-row {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.agenda-copy b,
.agenda-copy small {
  display: block;
}

.agenda-copy b {
  font-size: 9px;
}

.agenda-copy small {
  color: var(--muted);
  font-size: 8px;
}

.kpi-action {
  display: block;
  width: 100%;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.kpi-action:hover,
.kpi-action:focus-visible {
  border-color: #4a7664;
  transform: translateY(-1px);
  outline: none;
}

.kpi-action em {
  display: block;
  margin-top: 7px;
  color: var(--mint);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}
