html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

[x-cloak] { display: none !important; }

input[type="number"], input[type="text"], input[type="date"], select {
  font-size: 0.875rem;
}

table th, table td { white-space: nowrap; }

/* Header nav items must never break onto two lines — long ones like
   «Микс микрозелени» have an inner space that would otherwise wrap. */
header nav a { white-space: nowrap; }

.scheme-card { transition: box-shadow .15s; }
.scheme-card:hover { box-shadow: 0 1px 4px rgba(0,0,0,.08); }
