/* Minimal, theme-agnostic styles for the mobile bottom bar */
.sks-mbb{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:none;background:#ffffff;border-top:1px solid rgba(0,0,0,.08);padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 12px rgba(0,0,0,.06)}
.sks-mbb__item{flex:1 1 20%;text-align:center;padding:10px 6px;color:#111;text-decoration:none;position:relative;display:flex;flex-direction:column;align-items:center;gap:4px}
.sks-mbb__icon{font-size:22px;line-height:1}
.sks-mbb__label{font-size:12px}
.sks-mbb__badge{position:absolute;top:4px;right:22%;transform:translateX(50%);min-width:18px;height:18px;border-radius:9px;background:#e53935;color:#fff;font-size:11px;line-height:18px;text-align:center;padding:0 5px}
@media (max-width: 782px){
  body{padding-bottom:64px}
  .sks-mbb{display:flex}
}

