/* WCO Tỷ Lệ Kèo - Light Theme */

.wco-wrap {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    color: #333333;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.wco-league-title {
    padding: 8px 12px;
    background: #196d3d;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #104a28;
}

.wco-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    table-layout: fixed;
}

.wco-table th {
    background: #e9ecef;
    color: #333333;
    font-weight: 700;
    text-align: center;
    padding: 6px 4px;
    border-bottom: 1px solid #cccccc;
    font-size: 11px;
}

.wco-table td {
    padding: 8px 4px;
    border-bottom: 1px solid #eeeeee;
    vertical-align: middle;
    color: #222222;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
}

.wco-table .wco-even td { background: #ffffff; }
.wco-table .wco-odd td { background: #f2f6f9; }
.wco-table tr:hover td { background: #fffde7; }

.wco-time { color: #666666; white-space: nowrap; font-size: 11px; }

.wco-team { text-align: left !important; line-height: 1.5; padding-left: 10px !important; }
.wco-team strong { color: #d0021b; font-weight: 700; }

.wco-hl { color: #008000; font-weight: 700; }
.wco-odds, .wco-handicap { color: #111111; line-height: 1.5; }
.wco-eu { color: #111111; line-height: 1.5; }

@media (max-width: 768px) {
    .wco-wrap { border-radius: 4px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .wco-table { min-width: 600px; }
}

.wco-wrap::-webkit-scrollbar { height: 6px; }
.wco-wrap::-webkit-scrollbar-track { background: #f1f1f1; }
.wco-wrap::-webkit-scrollbar-thumb { background: #196d3d; border-radius: 4px; }
