  .tagdef-seo-gateway-btn {font-weight:normal}
/* Target the input when clicked/active/focused */
input#search-input.integrated-search:focus,
input#search-input.integrated-search:active,
input#search-input.integrated-search:focus-visible {
    /* 1. Kill the janky flashing black default browser outline */
    outline: none !important;
    outline-width: 0 !important;
    
    /* 2. Prevent physical border properties from shifting layout coordinates */
    border: none !important; 
    
    /**
     * 3. THE MAGIC TRICK:
     * We stack two shadows in a single line, separated by a comma.
     * Shadow 1: A crisp, 2px thick solid blue ring (0 blur, 2px spread).
     * Shadow 2: Your soft, ambient blur shadow so the box keeps its premium depth.
     */
    box-shadow: 0 0 0 1px #1484FF, 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}