/*
 * unit-converter.css — per-tool styles.
 * The tool reuses global building blocks (.tabs, .field, .select, .stat-grid,
 * .table, .result-block). Only two tweaks are needed; tokens only (CSP).
 */

/* Category buttons scroll horizontally on narrow screens instead of cramming. */
#uc-tabs {
  flex-wrap: wrap;
}

/* Long converted values / formula wrap cleanly rather than overflowing. */
#uc-formula {
  overflow-wrap: anywhere;
}
