Change mobile arrow dropdown to down arrow

To change the mobile menu arrow dropdown to the down arrow on Squarespace.

You can use this code to Custom CSS box

div.container.header-menu-nav-item span.chevron.chevron--right {
    transform: rotate(135deg) !important;
}

Result: