/* JAPAN's own stylesheet — the shared one-sheet design system plus the rules only this site needs.
   Born 2026-09-09 (Ken, on the staged fees block: "additional fees - the text is centered and not
   aligned like the other category titles"). The shared `.cat summary` centres the label+note pair;
   on HK / CA / US every note is short (or absent) so every header centres alike, but JP's notes
   run from 30 to 290 characters, so the long ones fill the row and read LEFT-aligned while a short
   one (ADDITIONAL FEES today, HAIR SET when its gate opens) sits centred on its own — one page, two
   alignments. This file pins JP's headers to the left, which is what its long notes already made
   the page look like. UK / NL / AU carry the same mixed-length shape and get the same rule when
   their own fee blocks are built; HK / CA / US stay as designed. `@import` first, by CSS rule. */
@import url("/sites/hk/site.css?v=20");
.cat summary{justify-content:flex-start}
