.csp-score-badge {
            display: inline-block;
            width: 80px;
            text-align: center;
            border-radius: 40px;
            font-weight: bold;
            padding: 0.3rem 0.5rem;
        }
        .score-high { background: #28a745; color: white; }
        .score-medium { background: #ffc107; color: #212529; }
        .score-low { background: #dc3545; color: white; }
        .directive-table {
            font-size: 0.9rem;
        }
        .directive-badge {
            background-color: #e9ecef;
            font-family: monospace;
            padding: 0.2rem 0.5rem;
            border-radius: 12px;
            margin: 0.1rem;
            display: inline-block;
        }
        .risk-item {
            border-left: 3px solid;
            margin: 0.8rem 0;
            padding: 0.5rem 1rem;
            background-color: #f8f9fa;
            border-radius: 0 4px 4px 0;
        }
        .risk-high { border-left-color: #dc3545; }
        .risk-warning { border-left-color: #fd7e14; }
        .risk-info { border-left-color: #0d6efd; }
        .result-header-sec {
            background: #eef2fa;
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 1.5rem;
        }
        .example-preset {
            cursor: pointer;
            transition: all 0.2s;
        }
        .example-preset:hover {
            background-color: #e9ecef;
            transform: translateY(-1px);
        }
        .nav-tabs .nav-tabs .fetch-status {
            font-size: 0.85rem;
            margin-top: 0.5rem;
        }
        .fetched-csp-preview {
            background: #f8f9fa;
            border-radius: 6px;
            padding: 0.75rem;
            font-family: monospace;
            font-size: 0.9rem;
            max-height: 150px;
            overflow: auto;
            border: 1px solid #dee2e6;
            margin-top: 0.5rem;
        }