.card {
  box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.05);
}

.table thead th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.persona-status {
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: rgba(230, 98, 57, 0.08);
}

.content .alert {
  margin-top: 0.5rem;
}

.logo-area .logo-text {
  font-size: 1rem;
}

.badge.text-bg-light {
  color: #334155 !important;
}

.avatar.bg-primary {
  width: 36px;
  height: 36px;
}
