/* Operator Certificate - Admin & Frontend Styles */
.post-type-operator_certificate .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.post-type-operator_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-operator_certificate .wp-list-table th {
    background: #f1f6ff;
    color: #0073aa;
    font-weight: 600;
    padding: 12px;
}
.post-type-operator_certificate .wp-list-table td {
    padding: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
}
.post-type-operator_certificate .wp-list-table tr:hover {
    background: #f9f9f9;
}

/* Operator Form Table */
.oc-operator-table {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 20px 0;
}
.oc-operator-table th {
    width: 200px;
    padding: 15px;
    background: #f1f6ff;
    color: #0073aa;
    font-weight: 600;
}
.oc-operator-table td {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* Inputs & Selects */
.oc-input, .oc-select, .oc-date-picker {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    border: 1px solid #ccd0d4