.ck-content .table {
    width: 100%;
    overflow-x: auto;
}

/* Make the actual table scroll */
.ck-content .table table {
    min-width: 700px;       /* forces horizontal scroll */
    width: 100%;
    border-collapse: collapse;
}

/* Cells */
.ck-content th,
.ck-content td {
    padding: 10px 14px;
    border: 1px solid #ddd;
    white-space: nowrap;
    font-size: 14px;
}

/* Header styling */
.ck-content thead th {
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
}

/* Row hover */
.ck-content tbody tr:hover {
    background: #f1f5ff;
}
