/* Styling the Main Navigation for an editorial look */ .header-nav-item a { text-transform: uppercase !important; letter-spacing: 0.15em !important; font-size: 11px !important; /* Adjust size to match McQueens delicacy */ font-weight: 400 !important; } /* Optional: Adds a thin line under the active link, similar to McQueens */ .header-nav-item--active a { border-bottom: 1.5px solid #000; padding-bottom: 5px; }