        .cr-wrap { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

        .cr-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 20px;
            background: #fff;
            border: 1px solid #f3f4f6;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,.05);
            padding: 20px 24px;
        }

        .cr-header-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            background: linear-gradient(135deg, #1f2937, #111827);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            flex-shrink: 0;
            box-shadow: 0 4px 14px rgba(31,41,55,.28);
        }

        .cr-header h2 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #111827;
            margin: 0 0 2px;
        }

        .cr-header p {
            font-size: .85rem;
            color: #9ca3af;
            margin: 0;
        }

        .cr-card {
            background: #fff;
            border: 1px solid #f3f4f6;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,.05);
            overflow: hidden;
        }

        .cr-card-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 16px 20px;
            border-bottom: 1px solid #f3f4f6;
            flex-wrap: wrap;
        }

        .cr-card-head .cr-count { font-size: .82rem; color: #9ca3af; }

        .cr-search { position: relative; width: 260px; max-width: 100%; }

        .cr-search i {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
            font-size: .8rem;
        }

        .cr-search input {
            width: 100%;
            padding: 8px 12px 8px 32px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: .85rem;
            color: #374151;
            background: #f9fafb;
        }

        .cr-search input:focus {
            outline: none;
            border-color: #4b5563;
            background: #fff;
        }

        table.dataTable {
            border-collapse: collapse !important;
            width: 100% !important;
            margin: 0 !important;
        }

        table.dataTable thead tr {
            background-color: #f9fafb;
            color: inherit;
            border: none;
        }

        table.dataTable thead th {
            border-bottom: 1px solid #f3f4f6 !important;
            padding: 13px 20px !important;
            font-size: .72rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .06em;
            color: #9ca3af;
        }

        table.dataTable tbody td {
            padding: 13px 20px !important;
            font-size: .88rem;
            color: #374151;
            border-bottom: 1px solid #f9fafb !important;
            vertical-align: middle;
        }

        table.dataTable tbody tr:last-child td { border-bottom: none !important; }
        table.dataTable tbody tr:hover { background-color: #eceff3; }

        .cr-job-title { font-weight: 600; color: #4b5563; }

        .cr-details-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 12px;
            border-radius: 8px;
            border: 1px solid #c7cfd9;
            color: #4b5563;
            font-size: .8rem;
            font-weight: 600;
            text-decoration: none;
            transition: background .15s, color .15s;
        }

        .cr-details-btn:hover {
            background: #1f2937;
            color: #fff;
            text-decoration: none;
        }

        .cr-actions-cell { text-align: center; }

        .dataTables_wrapper { padding: 16px 20px; }
        .dataTables_filter input, .dataTables_length select {
            border: 1px solid #e5e7eb;
            border-radius: 7px;
            padding: 5px 10px;
            font-size: .85rem;
        }
        .dataTables_info, .dataTables_length, .dataTables_filter { font-size: .82rem; color: #6b7280; }
        .paginate_button { font-size: .82rem; }
