
.pglm-user-limits {
    margin: 25px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.pglm-user-limits h2 {
    margin: 0 0 15px;
    font-size: 1.6em;
    color: #1a1a1a;
    font-weight: 600;
}
.pglm-user-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.pglm-user-table th,
.pglm-user-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    vertical-align: middle;
}
.pglm-user-table th {
    background: #f7f7f7;
    font-weight: 600;
    color: #23282d;
}
.pglm-user-table td {
    color: #444;
}
.pglm-user-table tr:last-child td {
    border-bottom: none;
}
.pglm-user-table tr:nth-child(even) {
    background: #fafafa;
}
@media screen and (max-width: 782px) {
    .pglm-user-table th,
    .pglm-user-table td {
        padding: 10px;
        font-size: 14px;
    }
    .pglm-user-limits {
        padding: 15px;
    }
    .pglm-user-limits h2 {
        font-size: 1.4em;
    }
}
