.path-header-container{display:flex;justify-content:center;align-items:center;width:100%;margin:20px 0;transition:margin .2s ease-in-out}.path-header-container.scrolled{margin:calc(4vh + 20px) 0 20px}.path-header{width:80%;color:var(--red);font-size:14px;font-weight:600}.path-header,.path-header-url{display:flex;flex-flow:row wrap;gap:5px}@media screen and (max-width:870px){.path-header{width:90%}}