/* Glowrity Marketplace 1.2.12 — compact Seller Central navigation tabs. */
.seller-sidebar a{line-height:1.25}

@media(max-width:1100px){
  .seller-portal-layout{gap:10px!important}
  .seller-sidebar{
    position:static!important;
    display:grid!important;
    grid-template-columns:repeat(auto-fit,minmax(86px,1fr));
    gap:5px!important;
    width:100%;
    padding:7px!important;
    overflow:visible!important;
    border:1px solid #e1e6ef;
    border-radius:12px!important;
    background:#fff;
    box-shadow:0 5px 16px rgba(24,45,84,.05)!important;
  }
  .seller-sidebar a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:0;
    min-height:38px;
    padding:6px 7px!important;
    border:1px solid transparent;
    border-radius:8px!important;
    font-size:10.5px!important;
    font-weight:800;
    line-height:1.2;
    text-align:center;
    white-space:normal!important;
  }
  .seller-sidebar a:hover{border-color:#d8e2f1;background:#f7f9fd}
  .seller-sidebar a.active{border-color:#ffd3df;background:#fff1f5;color:#cf315c}
  .seller-sidebar .seller-nav-count{position:static;margin-left:4px;flex:0 0 auto}
  .seller-sidebar .seller-version-card{display:none}
}

@media(max-width:520px){
  .seller-sidebar{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px!important;padding:5px!important}
  .seller-sidebar a{min-height:44px;padding:5px 3px!important;font-size:10px!important}
}

@media(max-width:350px){
  .seller-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}
}
