// block styles
.table-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.wp-block-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;

    td, th {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    th {
        background-color: #f4f4f4;
        font-weight: bold;
    }
}