/* ============================================
   Safari iOS Horizontal Scroll Fix
   ============================================
   If you need to revert: delete this file AND
   remove the <link> from frontend.blade.php
   ============================================ */

/* Fix 1: html root needs overflow-x hidden on iOS Safari */
html {
    overflow-x: hidden;
}

/* Fix 2: Fixed header overflows on Safari with width:100% + padding */
header {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
}
