.dms-team-container {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.dms-team-container h2 {
    margin-bottom: 15px;
    color: #333;
    font-size: 22px;
}

.dms-team-table-wrap {
    overflow-x: auto;
}

.dms-team-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 300px;
}

.dms-team-table th,
.dms-team-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.dms-team-table th {
    background: #f4f4f4;
}

.dms-team-table tr:nth-child(even) {
    background: #fafafa;
}

@media screen and (max-width: 600px) {
    .dms-team-table th, .dms-team-table td {
        padding: 8px;
        font-size: 14px;
    }
}