html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  font-size: 11px;
}

.step-indicator { display: none; }

/* Debug panel pills — pale tints instead of saturated Bootstrap badges */
.pill-pass    { background-color: #d1f0d1; color: #1a5c1a; border-radius: 4px; padding: 1px 7px; white-space: nowrap; }
.pill-fail    { background-color: #f8d7da; color: #842029; border-radius: 4px; padding: 1px 7px; white-space: nowrap; }
.pill-warn    { background-color: #fff3cd; color: #664d03; border-radius: 4px; padding: 1px 7px; white-space: nowrap; }
.pill-info    { background-color: #cfe2ff; color: #084298; border-radius: 4px; padding: 1px 7px; white-space: nowrap; }
.pill-unknown { background-color: #e2e3e5; color: #41464b; border-radius: 4px; padding: 1px 7px; white-space: nowrap; }
.pill-neutral { background-color: #e2e3e5; color: #41464b; border-radius: 4px; padding: 1px 7px; white-space: nowrap; }

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}