/**
 * Fallback stylesheet for old browsers (also covered by inline CSS in bootstrap).
 * Kept for caching / progressive enhancement.
 */
html.legacy-browser body {
  margin: 0 !important;
  background: #f5f2ec !important;
  color: #111111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
}

html.legacy-browser body > *:not(#legacy-browser-banner):not(#legacy-lite-root) {
  display: none !important;
}

html.legacy-browser #legacy-lite-root .legacy-card img {
  max-width: 100% !important;
  max-height: 220px !important;
  height: auto !important;
}

html.legacy-browser svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
}
