/* Icon links above the asset switch, all within the expanding footer. */
html[data-theme] #drawer .drawer-foot {
  height:116px; gap:8px; padding-bottom:0;
}
html[data-theme] #drawer .drawer-socials a {
  flex-direction:row; gap:0; min-height:36px; height:36px; padding:8px;
}
html[data-theme] #drawer .drawer-socials svg {width:18px; height:18px}
html[data-theme] #drawer .sidebar-assets {
  flex:0 0 40px; height:40px; margin:0; width:100%;
}
html[data-theme] #drawer #assetCompact {display:none !important}
@media(min-width:1080px) {
  html[data-theme] body.rail-collapsed #drawer .sidebar-assets {
    visibility:hidden; opacity:0; pointer-events:none;
  }
}
