.nav-item>a{display:flex;align-items:center;gap:7px}.chevron{display:inline-block;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transform-origin:center;transition:transform .2s ease}.nav-item:hover>a .chevron,.nav-item:focus-within>a .chevron{transform:rotate(225deg) translate(-1px,-1px)}@media(max-width:960px){.nav-item>a{justify-content:space-between}.chevron{transform:rotate(45deg)}.nav-item:hover>a .chevron,.nav-item:focus-within>a .chevron{transform:rotate(45deg)}}
