        /* Additional styles for Notes column */
        .notes-column {
            max-width: 300px;
            word-wrap: break-word;
            white-space: pre-wrap;
            line-height: 1.4;
        }
        
        .trust-column {
            text-align: center;
            font-weight: 600;
        }
        
        .trust-high {
            color: #27ae60;
        }
        
        .trust-medium {
            color: #f39c12;
        }
        
        .trust-low {
            color: #e74c3c;
        }
        
        .type-column {
            font-weight: 500;
            text-transform: capitalize;
        }
        
        .country-column {
            font-weight: 500;
        }