/* Center the container and heading */
.wc2026-user-totals {
    text-align: center;
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Responsive table wrapper for mobile */
.wc2026-table-wrapper {
    overflow-x: auto;
    width: 100%;
}

/* Table styling */
.wc2026-user-totals-table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    font-family: Arial, sans-serif;
}

/* Table cells */
.wc2026-user-totals-table th,
.wc2026-user-totals-table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: center;
}

/* Responsive font for small screens */
@media (max-width: 480px) {
    .wc2026-user-totals-table th,
    .wc2026-user-totals-table td {
        padding: 4px 6px;
        font-size: 14px;
    }
}
