.ctm-container { margin: 20px 0; overflow-x: auto; }
.ctm-dynamic-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ctm-dynamic-table th { background: #f8f9fa; text-align: left; padding: 12px; border-bottom: 2px solid #dee2e6; }
.ctm-dynamic-table td { padding: 10px; border-bottom: 1px solid #eee; vertical-align: top; }

/* The Red Badge for shared hardware */
.ctm-badge-red {
    color: #d63031;
    background: #fff5f5;
    border: 1px solid #fab1a0;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    margin: 2px 0;
}

/* DataTables Styling Overrides */
.dataTables_wrapper .dt-buttons { margin-bottom: 15px; }
.dt-button.buttons-csv { 
    background: #27ae60 !important; 
    color: white !important; 
    border: none !important; 
    border-radius: 4px; 
}