.pde-profile-header-tabs{position:fixed;top:var(--pde-header-height,50px);left:50%;transform:translateX(-50%);z-index:10039;width:min(100%,1200px);max-width:1200px;height:50px;box-sizing:border-box;padding:2px;background:var(--pde-community-tab-surface,#f3f8fb);border:1px solid var(--pde-community-tab-border,#dbe5ec);border-radius:0 0 12px 12px;box-shadow:0 6px 18px rgba(15,23,42,.1)}
.pde-profile-header-tabs__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px}
.pde-profile-header-tabs__item{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;height:44px;padding:2px 4px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--pde-community-tab-ink,#17314f);font-size:11px;font-weight:700;line-height:1.1;text-decoration:none;transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.pde-profile-header-tabs__item:hover,.pde-profile-header-tabs__item:focus-visible{background:var(--pde-community-tab-hover,#e4f3f7);color:#177f8c;outline:0}
.pde-profile-header-tabs__item.is-active{background:var(--pde-community-tab-active,#fff);border-color:var(--pde-community-tab-active-border,#9ed5dd);color:#178b99;box-shadow:0 3px 10px rgba(40,157,204,.16)}
.pde-profile-header-tabs__item.is-active::after{content:"";position:absolute;left:18%;right:18%;bottom:2px;height:3px;border-radius:3px;background:#289dcc}
.pde-profile-header-tabs__icon{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:50%;background:rgba(40,157,204,.12);font-size:20px;line-height:1}
.pde-profile-header-tabs__assistant{cursor:pointer}
@media(max-width:782px){.pde-profile-header-tabs{width:100%;height:50px;padding:2px;border-radius:0 0 10px 10px}.pde-profile-header-tabs__item{height:44px;font-size:9px;gap:1px;flex-direction:column}.pde-profile-header-tabs__icon{width:18px;height:18px;font-size:14px}}
.pde-profile-community-subnav-slot{position:fixed;top:100px;left:50%;transform:translateX(-50%);z-index:10038;width:min(100%,1200px);height:50px;overflow:hidden}
.pde-community-tabs--header-fixed{height:50px!important;margin:0!important;padding:0!important;background:#fff!important}
.pde-community-tabs--header-fixed .pde-community-tabs__inner{height:50px!important;border-radius:0 0 10px 10px!important;padding:2px!important;gap:3px!important}
.pde-community-tabs--header-fixed .pde-community-tabs__tab{min-height:44px!important;height:44px!important;padding:2px!important;font-size:10px!important}
body.pde-community-page:not(.wp-admin){--pde-header-offset:150px}
body.pde-community-page:not(.wp-admin) #page{padding-top:150px!important}
