.elementor-19434 .elementor-element.elementor-element-f074c78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-f074c78 */.search-header {
            
            padding: 40px 20px;
            text-align: center;
        }

        .search-header h1 {
            color: #ffffff; /* This makes your H1 white */
            font-size: 32px;
            font-weight: 700;
            margin: 0 0 20px 0;
            letter-spacing: -1px;
        }

        /* 3. Search Box Container */
        .search-wrapper {
            max-width: 800px;
            margin: -30px auto 50px auto; /* Moves search slightly over the dark header */
            background: #fff;
            padding: 10px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        /* 4. Customizing the Google Search UI */
        .gsc-control-cse {
            background-color: transparent !important;
            border: none !important;
            padding: 0 !important;
        }
        
        .gsc-search-button-v2 {
            background-color: #ff3f3f !important; /* Sportskeeda Red Button */
            border-radius: 4px !important;
        }/* End custom CSS */