/* Download metadata is a wrapping text row, not a clipped mini-panel. */
body #launcher .appdl__specs {
  display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:baseline;
  width:auto;max-width:100%;gap:10px 24px;margin:16px 0 0;padding:0;
  list-style:none;border:0;border-radius:0;background:none;
  clip-path:none;overflow:visible;box-shadow:none;
  font-family:Inter,system-ui,sans-serif;letter-spacing:0;
}
body #launcher .appdl__specs li {
  display:flex;align-items:baseline;flex:0 1 auto;min-width:0;
  gap:7px;margin:0;padding:0;border:0;background:none;
}
body #launcher .appdl__specs span {
  font:400 12px/1.5 Inter,system-ui,sans-serif;
  letter-spacing:0;color:#aebbc7;
}
body #launcher .appdl__specs b {
  font:600 14px/1.5 Inter,system-ui,sans-serif;
  letter-spacing:0;font-variant-numeric:tabular-nums;
  color:#edf2f6;white-space:nowrap;
}
