/* The panel needs a root element to carry data-localize, but the button must stay a
   direct flex/grid child of the host module's button row — display:contents keeps the
   wrapper out of layout entirely. Both faces render a single <Button>, so the corporate
   and localized footprints match and the swap causes no layout shift. */
.loc-cta {
    display: contents;
}
