.fab-wrapper { width:100%; display:flex; justify-content:center; }
.action_items_bar.always-open { width:auto; height:auto; padding:4px 14px; display:inline-flex; }
#headerMenuItems { display:flex; gap:14px; align-items:center; white-space:nowrap; }
.menu_item { display:inline-flex; }

/* Size per display mode */
.menu_item.mode-icons { width:40px; height:40px; flex:0 0 40px; }
.menu_item.mode-text, .menu_item.mode-both { width:auto; height:auto; flex:0 0 auto; }

.menu_item a.mode-icons { width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.menu_item a.mode-text, .menu_item a.mode-both { display:flex; align-items:center; gap:6px; padding:6px 10px; border-radius:8px; width:auto; height:auto; }

