/* Adsrek Pay v16.10 — enlarged desktop sidebar */
@media (min-width:1121px){
  :root{--pc-sidebar:332px}

  .pc-workspace{
    grid-template-columns:var(--pc-sidebar) minmax(0,1fr)!important;
    gap:24px!important;
    width:min(1580px,100%)!important;
    padding:22px!important;
  }

  .pc-sidebar{
    top:calc(var(--pc-header) + 22px)!important;
    height:calc(100vh - var(--pc-header) - 44px)!important;
  }

  .pc-sidebar__inner{
    padding:17px!important;
    border-radius:27px!important;
  }

  .pc-wallet-identity{
    min-height:76px;
    padding:18px 17px!important;
    border-radius:20px!important;
    gap:14px!important;
  }

  .pc-wallet-identity__copy{
    gap:6px!important;
  }

  .pc-wallet-identity__copy span{
    font-size:10px!important;
    letter-spacing:.12em!important;
  }

  .pc-wallet-identity__copy strong{
    font-size:17px!important;
    letter-spacing:.045em!important;
  }

  .pc-wallet-identity__actions{
    gap:8px!important;
  }

  .pc-wallet-identity__actions button,
  .pc-wallet-identity__actions a{
    width:39px!important;
    height:39px!important;
    border-radius:12px!important;
    font-size:16px!important;
  }

  .pc-sidenav{
    gap:6px!important;
    margin-top:12px!important;
  }

  .pc-sidenav a{
    min-height:49px!important;
    padding:0 13px!important;
    gap:12px!important;
    border-radius:15px!important;
    font-size:13.5px!important;
  }

  .pc-sidenav a i{
    width:32px!important;
    height:32px!important;
    border-radius:11px!important;
    font-size:14px!important;
    flex:0 0 32px!important;
  }

  .pc-sidenav a span{
    min-width:0;
    line-height:1.25;
  }

  .pc-sidenav__divider{
    margin:7px 5px!important;
  }
}

@media (min-width:1121px) and (max-width:1320px){
  :root{--pc-sidebar:310px}
  .pc-workspace{gap:20px!important;padding:18px!important}
  .pc-sidenav a{font-size:13px!important}
}

@media (max-width:1120px){
  .pc-sidebar{width:min(350px,90vw)!important}
  .pc-sidebar__inner{padding:16px!important}
  .pc-wallet-identity{padding:17px 16px!important}
  .pc-sidenav a{min-height:48px!important}
}
