.dashboard-card {
  padding: 1.25rem;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dashboard-card span {
  color: var(--text-muted);
}

.dashboard-card strong {
  font-size: 1.7rem;
}

.alert-list .alert:last-child {
  margin-bottom: 0;
}
