.st-90561bb1-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.st-90561bb1-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 600px; /* Forces scroll on small screens */
    margin: 0;
}

.st-90561bb1-table th,
.st-90561bb1-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
}

.st-90561bb1-table th {
    background-color: #ffffff;
    font-weight: 600;
    color: #1a3b5c; /* Based on the image */
}

.st-90561bb1-table tr:nth-child(even) td {
    background-color: #fcfcfc;
}

.st-90561bb1-table td {
    color: #1a3b5c;
    font-weight: 700;
}