
.gsheet-table-container {
    overflow-x: auto;
    width: 100%;
    margin: 1em 0;
}

.gsheet-table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.gsheet-table-container th,
.gsheet-table-container td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.gsheet-table-container th {
    background-color: #f0f0f0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .gsheet-table-container table {
        font-size: 12px;
    }
}
