.top-bar{background-color:var(--white);margin:0;box-shadow:0 3px 15px rgba(0,0,0,.1)}.top-bar,.top-bar .column{height:var(--header-height)}.top-bar .column{display:flex;justify-content:center;align-items:center}.top-bar .column:last-child{justify-content:end}.top-bar .column:first-child{justify-content:start}.top-bar.top-bar--fixed{width:100%;max-width:100%;position:fixed;z-index:10000;top:0}.top-bar.top-bar--fixed+*{margin-top:var(--header-height)}