/*
 * SecuTest scanner status alignment — final cascade override
 *
 * Loaded after the other landing/scanner styles.
 * Purpose:
 * - center TARGET ACQUIRED / QUEUED / SCANNING / RESULT and their sub-statuses;
 * - render IN SCOPE / ANALYZING / ANALYZED at 9px.
 */

.scanner-card[data-cinematic-v3="true"] .scv3-timeline .scv3-step {
  align-items: center !important;
  text-align: center !important;
}

.scanner-card[data-cinematic-v3="true"] .scv3-timeline .scv3-step > strong,
.scanner-card[data-cinematic-v3="true"] .scv3-timeline .scv3-step > small {
  width: 100% !important;
  text-align: center !important;
}

.scanner-card[data-cinematic-v3="true"]
  .scv15-security-checks-grid
  .scv3-module
  > small {
  font-size: 9px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.055em !important;
}
