/** * TigerStyle Heat Admin Styles */ .tab-content { display: none; } .tab-content.active { display: block; } .seo-info-box { background: #f9f9f9; border: 1px solid #ddd; border-radius: 5px; padding: 20px; margin: 20px 0; } .seo-setup-steps { margin-top: 15px; } .nav-tab-wrapper { margin-bottom: 20px; } .seo-results-container { margin-top: 20px; } .seo-section { margin-bottom: 30px; } .seo-section h3 { border-bottom: 2px solid #ddd; padding-bottom: 10px; margin-bottom: 15px; } .seo-item { border: 1px solid #ddd; border-radius: 5px; padding: 15px; margin-bottom: 10px; background: #fff; } .seo-item h4 { margin: 0 0 10px 0; color: #333; } .seo-item p { margin: 0 0 10px 0; color: #666; } .impact-badge { display: inline-block; padding: 2px 8px; border-radius: 3px; font-size: 12px; text-transform: uppercase; color: white; margin-left: 10px; } .spinner { background: url('data:image/svg+xml;charset=utf8,') no-repeat center center; width: 20px; height: 20px; display: inline-block; }