.employee-hero .hero-title {
  max-width: 760px;
}

.employee-stat-card {
  min-width: min(460px, 90vw);
}

.employee-stat-card .sm-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

.employee-stat-card .sm-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.employee-stat-card .sm-bar div {
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
}

@media (max-width: 960px) {
  .employee-stat-card {
    min-width: 100%;
  }
}
