/* BD Predict Plugin */
.bdp-wrap {
    font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 13px;
    color: #333;
    margin-bottom: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}
.bdp-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #2c3e50;
    padding: 10px 14px;
    border-bottom: 2px solid #c00;
}
.bdp-empty {
    text-align: center;
    padding: 24px;
    color: #aaa;
    font-size: 13px;
}
.bdp-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
/* Column widths */
.bdp-th-time  { width: 55px; }
.bdp-th-match { width: auto; }
.bdp-th-odds  { width: 80px; }
.bdp-th-pred  { width: 62px; }
.bdp-th-pick  { width: 70px; }
.bdp-th-ou    { width: 72px; }

/* Header */
.bdp-table thead tr {
    background: #4a5568;
    color: #fff;
}
.bdp-table thead th {
    padding: 7px 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.bdp-th-match { text-align: left !important; }

/* League row */
.bdp-league-row td {
    background: #6b7280;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.bdp-league-flag {
    margin-right: 6px;
    font-size: 14px;
}

/* Match row */
.bdp-match-row {
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}
.bdp-match-row:hover { background: #fafafa; }
.bdp-match-row:nth-child(odd) { background: #fcfcfc; }
.bdp-match-row:nth-child(odd):hover { background: #f5f5f5; }

/* Time */
.bdp-time {
    text-align: center;
    padding: 6px 4px;
    vertical-align: middle;
}
.bdp-hour {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #222;
}
.bdp-date {
    display: block;
    font-size: 10px;
    color: #999;
}

/* Match names */
.bdp-match {
    padding: 5px 8px;
    vertical-align: middle;
}
.bdp-team {
    display: block;
    line-height: 1.6;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bdp-team.bdp-bold {
    font-weight: 700;
    color: #111;
}

/* Odds */
.bdp-odds {
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}
.bdp-hline {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 2px;
}
.bdp-hvals {
    font-size: 11px;
    color: #555;
    line-height: 1.5;
}
.bdp-nodds { color: #ccc; font-size: 12px; }

/* Prediction score */
.bdp-pred {
    text-align: center;
    vertical-align: middle;
}
.bdp-score {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #c00;
    background: #fff5f5;
    border: 1px solid #ffcdd2;
    border-radius: 3px;
    padding: 2px 7px;
}

/* Pick */
.bdp-pick {
    text-align: center;
    vertical-align: middle;
}
.bdp-pick-val {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #2e7d32;
    border-radius: 3px;
    padding: 2px 7px;
    white-space: nowrap;
}
.bdp-pick-val.bdp-pick-draw {
    background: #f57f17;
}

/* Tai xiu */
.bdp-ou {
    text-align: center;
    vertical-align: middle;
}
.bdp-ou-pick {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1565c0;
}
.bdp-ou-line {
    display: block;
    font-size: 11px;
    color: #888;
}

@media (max-width: 480px) {
    .bdp-th-odds, .bdp-odds { display: none; }
    .bdp-th-time  { width: 45px; }
    .bdp-th-pred  { width: 52px; }
    .bdp-th-pick  { width: 58px; }
    .bdp-th-ou    { width: 58px; }
    .bdp-team     { font-size: 12px; }
}
