.mgsv-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    max-width: 100%;
}

.mgsv-top-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.mgsv-top-bar select {
    padding: 6px 10px;
    font-size: 16px;
}

.mgsv-table {
    width: 100%;
    border-collapse: collapse;
}

.mgsv-table th,
.mgsv-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.mgsv-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
