.wc2026-widget-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    max-width: 100%;
    overflow-x: auto;
}

.wc2026-group {
    margin-bottom: 20px;
}

.wc2026-group-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

.wc2026-group-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f9f9f9;
    padding: 8px 0;
    font-size: 13px;
    color: #555;
}

.wc2026-group-row:last-child {
    border-bottom: none;
}

.wc2026-col-team {
    flex: 2; /* Takes more space */
    min-width: 100px;
    color: #0073aa; /* WordPress blue or similar link color */
    font-weight: 500;
}

.wc2026-group-header .wc2026-col-team {
    color: #000;
    font-weight: 700;
}

.wc2026-col-stat {
    flex: 0 0 30px; /* Fixed width for stats */
    text-align: center;
}

.wc2026-pts {
    font-weight: bold;
    color: #000;
}

/* Responsive adjustments */
@media (max-width: 400px) {
    .wc2026-col-team {
        min-width: 80px;
        font-size: 12px;
    }
    .wc2026-col-stat {
        flex: 0 0 25px;
        font-size: 11px;
    }
}
