/* Jedna stale widoczna belka: okruszki po lewej, działania i avatar po prawej. */
.nevv-fb-app{--fb-wp-adminbar-height:0px;padding-top:calc(var(--fb-bar) + env(safe-area-inset-top))}
.nevv-fb-app.nevv-fb-has-wp-adminbar{--fb-wp-adminbar-height:32px}
.nevv-fb-topbar{position:fixed;top:var(--fb-wp-adminbar-height);right:0;left:0}
.nevv-fb-top-breadcrumbs{min-width:0;display:flex;align-items:center;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;white-space:nowrap;color:var(--fb-muted);font-size:13px}
.nevv-fb-top-breadcrumbs::-webkit-scrollbar{display:none}
.nevv-fb-top-breadcrumbs a{color:inherit;text-decoration:none;font-weight:700}
.nevv-fb-top-breadcrumbs a:hover{text-decoration:underline}
.nevv-fb-top-breadcrumbs strong{color:var(--fb-text)}
.nevv-fb-top-breadcrumbs button{display:inline;padding:0;border:0;background:transparent;color:var(--fb-text);font:inherit;font-weight:900;white-space:nowrap;cursor:pointer}
.nevv-fb-top-breadcrumbs button:hover{text-decoration:underline}
.nevv-fb-top-breadcrumbs button:focus-visible{outline:2px solid var(--fb-button-bg);outline-offset:3px;border-radius:3px}
.nevv-fb-file-row.is-focused{scroll-margin-top:calc(var(--fb-wp-adminbar-height) + var(--fb-bar) + env(safe-area-inset-top) + 24px)}
.nevv-fb-top-spacer{min-width:0}
.nevv-fb-top-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.nevv-fb-top-icon{width:40px;height:40px;border-radius:9px;background:#eef2f6;color:var(--fb-text);display:grid;place-items:center;text-decoration:none;font-size:23px;line-height:1}
.nevv-fb-top-icon:hover{background:#e2e8f0}
.nevv-fb-avatar{flex:0 0 40px}
@media(max-width:620px){
  .nevv-fb-topbar{padding-left:8px;padding-right:8px}
  .nevv-fb-top-breadcrumbs{gap:5px;font-size:12px}
  .nevv-fb-top-icon{width:36px;height:36px;font-size:21px}
  .nevv-fb-avatar{width:36px;height:36px;flex-basis:36px}
}
@media(max-width:782px){
  .nevv-fb-app.nevv-fb-has-wp-adminbar{--fb-wp-adminbar-height:46px}
}
