/* Site-owned styles for Alcohol Burn-Off Calculator, loaded after /ui/counter-ui.css (see
   shell.ts § stylesheets) — this file only adds rules, it never needs to fight counter-ui.css's
   cascade. */

.safety-notice {
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin: 1rem 0 1.5rem;
  font-size: 0.95rem;
}

.alcohol-readout {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  text-align: center;
}

.alcohol-result {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}
