/* Tiny overrides only — Bootstrap does the heavy lifting. */
.santa-container {
  max-width: 640px;
}

.santa-card {
  max-width: 480px;
}

.santa-steps {
  max-width: 420px;
}

header h1 a {
  color: inherit;
}

/* Fake loading overlay (the daily gag) */
#fake-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-body-bg);
  opacity: 1;
  transition: opacity 0.4s;
}

#fake-loader.loader-done {
  opacity: 0;
  pointer-events: none;
}

.countdown .display-6 {
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
}
