/* Equipment Certificate - Admin & Frontend Styles */
.post-type-equipment_certificate .wrap { max-width: 1200px; margin: 0 auto; }
.post-type-equipment_certificate .wp-list-table { border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); background: #fff; margin-top: 20px; }
.post-type-equipment_certificate .wp-list-table th { background: #f1f6ff; color: #0073aa; font-weight: 600; padding: 12px; }
.post-type-equipment_certificate .wp-list-table td { padding: 12px; vertical-align: middle; border-bottom: 1px solid #e5e5e5; }
.post-type-equipment_certificate .wp-list-table tr:hover { background: #f9f9f9; }

.ec-equipment-table { width: 100%; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin: 20px 0; }
.ec-equipment-table th { width: 200px; padding: 15px; background: #f1f6ff; color: #0073aa; font-weight: 600; }
.ec-equipment-table td { padding: 15px; border-bottom: 1px solid #e5e5e5; }

.ec-input, .ec-select, .ec-date-picker { width: 100%; max-width: 400px; padding: 10px; border: 1px solid #ccd0d4; border-radius: 4px; }