/* Add your styling here if needed */
.cms-table {
    border-collapse: collapse;
    width: 100%;
}

.cms-table th, .cms-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.cms-table th {
    background-color: #f2f2f2;
}
