.ksm-sheet-container {
    max-width: 100%;
    overflow-x: auto;
}

.ksm-sheet-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.ksm-sheet-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.ksm-sheet-container th,
.ksm-sheet-container td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.ksm-sheet-container th {
    background: #0073aa;
    color: #fff;
}

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