
        .adsense-dashboard { max-width: 1100px; }
        .adsense-card { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); margin-bottom: 25px; }
        .adsense-audit-table { width: 100%; border-collapse: collapse; }
        .adsense-audit-table th, .adsense-audit-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
        .adsense-audit-table th { background: #f8f9fa; font-weight: 600; }
        .section-title { background: #e9ecef; font-weight: bold; }
        .pass { background: #d4edda; color: #155724; }
        .fail { background: #f8d7da; color: #721c24; }
        .warning { background: #fff3cd; color: #856404; }
        .info { background: #d1ecf1; color: #0c5460; }
        .adsense-score-card { background: linear-gradient(135deg, #0073aa, #005a87); color: white; padding: 20px; border-radius: 10px; text-align: center; font-size: 1.4em; margin: 20px 0; }
        .adsense-upsell-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin: 30px 0; }
        .highlight { border: 2px solid #0073aa; }
        .price-example { font-size: 1.1em; color: #0073aa; margin: 10px 0; }
        .contact-info { text-align: center; margin: 30px 0; color: #666; }
        .tips-list { list-style: disc; padding-left: 20px; }
    