/* Preserve the formal Studio layout. Keep result labels whole on narrow phones. */
@media (max-width: 400px) {
  .cr-app[data-tray-ui] .cr-result-metrics { gap: 12px; }
  .cr-app[data-tray-ui] .cr-result-metrics strong { font-size: 22px; white-space: nowrap; }
}
