/* Hide only the settings scrollbar, retaining touch/wheel/keyboard scrolling. */
.ws-root.ws-settings-open .ws-main{scrollbar-width:none;-ms-overflow-style:none}
.ws-root.ws-settings-open .ws-main::-webkit-scrollbar{display:none;width:0;height:0}
.ws-root .ws-settings-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;margin-bottom:16px}
.ws-root .ws-settings-heading h2{margin:0;font-size:25px;line-height:1.25;flex-shrink:0}
html.mw230 .ws-root .ws-settings-heading{margin-bottom:10px;gap:12px}
html.mw230 .ws-root .ws-settings-heading h2{margin:0;font-size:23px}
