/* Direct logo overlap styles */
        header {
            background-color: white !important;
            padding: 16px !important;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05) !important;
            position: relative;
            z-index: 100;
        }
        
        .header-container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            gap: 20px;
            height: auto;
        }
        .logo-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 128px;
            background-color: white;
            padding: 1px;
            z-index: 9999;
            box-shadow: 0 4px 12px rgba(0,0,0,0.12);
        }
        
        .header-container {
            position: relative;
            display: flex;
            align-items: center;
            padding: 0 16px;
            height: 40px;
        }