/* Img.vision Marketing Site Sections: the site header
 *
 * Loaded on every page of the network (the header template part is on all of
 * them). Fixes for the theme's header on small screens live here.
 */

/* Below the menu breakpoint the header's right-hand group is a no-wrap flex
 * row and the theme sizes button links at 100% of a box that shrinks to its
 * minimum content width, so "Login" broke letter by letter (23 September 2026,
 * every handbook page at 390px). A button label never wraps. */

header .wp-block-button__link {
    white-space: nowrap;
}
