#sellerSection .seller-tabs.seller-tabs-categorized-v106{display:block;padding:10px 12px 12px;background:#eef5fb}
.seller-category-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
#sellerSection .seller-category-nav>button{display:flex;min-width:0;min-height:58px;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 10px;border-radius:14px;background:#fff;color:#173b61;text-align:left}
#sellerSection .seller-category-nav>button strong{font-size:14px;line-height:1.1}
#sellerSection .seller-category-nav>button small{margin-top:4px;color:#617891;font-size:11px;font-weight:600}
#sellerSection .seller-category-nav>button.active{border-color:#0874c9;background:#0b67b7;color:#fff;box-shadow:0 4px 12px rgba(11,103,183,.22)}
#sellerSection .seller-category-nav>button.active small{color:#e6f4ff}
.seller-category-panels{margin-top:9px}
.seller-category-panel{padding:10px;border:1px solid #c5d8e9;border-radius:16px;background:#fff}
.seller-category-heading{display:flex;flex-direction:column;gap:2px;margin:0 2px 9px}
.seller-category-heading b{color:#123b64;font-size:15px}
.seller-category-heading span{color:#607991;font-size:12px}
.seller-category-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
#sellerSection .seller-tabs .seller-category-action{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:13px;background:#f7fbff;color:#123b64;text-align:left}
.seller-category-action>span{display:flex;min-width:0;flex-direction:column;gap:3px}
.seller-category-action strong{font-size:13px;line-height:1.15}
.seller-category-action small{color:#647d95;font-size:10px;font-weight:600;line-height:1.15}
#sellerSection .seller-tabs .seller-category-action.active{background:#e3f2ff;color:#075ca8;outline:2px solid #1680d5}
@media(max-width:520px){
  #sellerSection .seller-tabs.seller-tabs-categorized-v106{position:sticky;top:0;z-index:5;padding:8px}
  #sellerSection .seller-category-nav>button{min-height:54px;padding:7px}
  #sellerSection .seller-category-nav>button strong{font-size:12px}
  .seller-category-actions{grid-template-columns:1fr}
  #sellerSection .seller-tabs .seller-category-action{min-height:52px}
  .seller-category-heading span{font-size:11px}
}
