
        .seo-analyzer-wrap {
            max-width: 800px;
            margin: 20px auto;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        }
        
        .seo-analyzer-form {
            margin-bottom: 20px;
        }
        
        #run-seo-analysis {
            background-color: #0073aa;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 500;
            transition: background-color 0.3s;
        }
        
        #run-seo-analysis:hover {
            background-color: #005a87;
        }
        
        #seo-analysis-loading {
            text-align: center;
            margin: 20px 0;
        }
        