/* Center the upgrade action in the card while keeping its heading above it. */
#scanMetrics .kpi-unlock {align-items:center;justify-content:center;padding:0 6px;gap:0}
#scanMetrics .kpi-locked .kpi-heading {min-height:14px;line-height:14px}
#scanMetrics .kpi-locked .kpi-k {white-space:nowrap;line-height:14px}
#scanMetrics .kpi-locked .kpi-lock-icon {width:12px;height:12px;flex-basis:12px}
@media(max-width:760px) {
  #scanMetrics .kpi {min-height:56px;padding:6px 8px;justify-content:center}
  #scanMetrics .kpi.kpi-locked {min-height:56px;padding:6px 8px;justify-content:flex-start}
  #scanMetrics .kpi-locked .kpi-k {font-size:9px;line-height:12px}
  #scanMetrics .kpi-locked .kpi-heading {min-height:12px}
}
