/*
 * AiST TECH - Large desktop utility right-edge correction v4
 * 2026-09-21
 *
 * IMPORTANT:
 * - Move ONLY LinkedIn / Instagram / language selector.
 * - Keep sitemap hamburger at its existing position.
 * - Preserve existing utility vertical position and design.
 * - Apply only to large desktop windows.
 */
@media only all and (min-width:1601px){
    .header-nav-wrapper > .header-utility-desktop{
        top:9px !important;
        right:calc(712px - 50vw) !important; /* 32px from actual viewport right */
        left:auto !important;
        transform:none !important;
        z-index:60 !important;
    }
}
