.nb-gooey-nav{filter:url(#nb-gooey-nav__filter);justify-content:center;position:relative;align-items:center;display:flex}.nb-gooey-nav svg{display:none}.nb-gooey-nav__item{height:fit-content;justify-content:center;border:none;transition:margin var(--gooey-duration) var(--gooey-ease);position:relative;outline:none;align-items:center;cursor:pointer;width:fit-content;white-space:nowrap;display:flex}.nb-gooey-nav--horizontal{flex-direction:row}.nb-gooey-nav--vertical{flex-direction:column}.nb-gooey-nav--horizontal .nb-gooey-nav__item:hover{margin-right:calc(var(--gooey-merge-distance)*-1);margin-left:calc(var(--gooey-merge-distance)*-1)}.nb-gooey-nav--vertical .nb-gooey-nav__item:hover{margin-bottom:calc(var(--gooey-merge-distance)*-1);margin-top:calc(var(--gooey-merge-distance)*-1)}