html[data-ap-nav-shortcuts]:not([data-ap-nav-shortcuts~="browse"]) [data-ap-nav-shortcut="browse"],
html[data-ap-nav-shortcuts]:not([data-ap-nav-shortcuts~="create"]) [data-ap-nav-shortcut="create"],
html:not([data-ap-nav-shortcuts~="music"]) [data-ap-nav-shortcut="music"],
html:not([data-ap-nav-shortcuts~="shop"]) [data-ap-nav-shortcut="shop"],
html:not([data-ap-nav-shortcuts~="news"]) [data-ap-nav-shortcut="news"],
html:not([data-ap-nav-shortcuts~="content"]) [data-ap-nav-shortcut="content"] { display:none !important; }
.ap-navigation-buttons-options { border:0; border-top:1px solid #d3d3d3; padding:16px 0 0; margin:20px 0 0; min-width:0; }
.ap-navigation-buttons-options legend { float:left; width:100%; padding:0; margin:0 0 8px; font-size:14px; font-weight:600; text-align:left; }
.ap-navigation-buttons-options p { clear:both; margin:0 0 12px; font-size:13px; }
.ap-shortcut-choices { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.ap-shortcut-choice { display:flex; gap:8px; align-items:center; border:1px solid #d3d3d3; border-radius:6px; padding:10px; cursor:pointer; }
.ap-shortcut-choice:has(:checked) { border-color:#1769aa; }
.ap-shortcut-choice:has(:disabled) { opacity:.55; }
.ap-shortcut-save { margin-top:14px; border:0; border-radius:6px; padding:10px 14px; background:#1769aa; color:#fff; cursor:pointer; font:inherit; }
.ap-shortcut-save:disabled { opacity:.5; cursor:default; }
