
    .table-container {
        max-width: 970px;
        margin: auto;
        padding: 10px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        color: #1c1c1e
    }

    .table-wrapper {
        overflow-x: auto;
        border-radius: 12px;
        border: 1px solid #e5e5ea;
        margin-bottom: 40px
    }

    .my-table {
        width: 100%;
        border-collapse: collapse
    }

    .my-table th,
    .my-table td {
        padding: 12px;
        border: 1px solid #e5e5ea;
        text-align: center;
        vertical-align: middle
    }

    .my-table thead {
        background-color: #f2f2f7
    }

    .table-title {
        font-size: 20px;
        font-weight: 600;
        margin: 16px 0 8px
    }
