body {
  background-color: #f8f9fa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.card {
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.text-primary-200 {
  color: rgba(255, 255, 255, 0.8);
}

.text-primary-700 {
  color: #0a58ca;
}

.bg-primary-700 {
  background-color: rgba(13, 110, 253, 0.8);
}

.icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

.small {
  font-size: 0.875rem;
}
