/*
 * W6G TIPSTER — Stylesheet
 * Προσαρμοσμένο για σελίδα με σκούρο φόντο (#1A1A1A).
 */

.tipster-predictions-container,
.tipster-stats-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tipster-predictions-table,
.tipster-stats-table {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #242424;
    color: #e6e6e6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    overflow: hidden;
}

.tipster-predictions-table th,
.tipster-stats-table th {
    background-color: #2f2f2f;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 8px;
    white-space: nowrap;
    border-bottom: 1px solid #3a3a3a;
}

.tipster-predictions-table td,
.tipster-stats-table td {
    padding: 12px 15px;
    border: 1px solid #333333;
    text-align: center;
    vertical-align: middle;
    color: #e6e6e6;
}

.tipster-predictions-table tbody tr:nth-of-type(even),
.tipster-stats-table tbody tr:nth-of-type(even) {
    background-color: #2a2a2a;
}

.tipster-predictions-table tbody tr:hover,
.tipster-stats-table tbody tr:hover {
    background-color: #333333;
}

.tipster-predictions-table {
    font-size: 14px;
}
.tipster-predictions-table th {
    font-size: 13px;
}

.tipster-stats-table {
    font-size: 13px;
}
.tipster-stats-table th {
    font-size: 12px;
}

/* Win/Loss icons — φωτεινότερες αποχρώσεις για καλύτερη αντίθεση σε σκούρο φόντο */
.tipster-predictions-table .tip-win,
.tipster-stats-table .tip-win {
    color: #3ddc73 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.tipster-predictions-table .tip-loss,
.tipster-stats-table .tip-loss {
    color: #ff6b6b !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.tipster-rate-bad {
    font-weight: bold;
    color: #ff6b6b;
    font-size: 15px;
}

.tipster-rate-mid {
    font-weight: bold;
    color: #ffa726;
    font-size: 15px;
}

.tipster-rate-good {
    font-weight: bold;
    color: #3ddc73;
    font-size: 15px;
}

.tipster-rate-great {
    font-weight: bold;
    color: #1b8a3a;
    font-size: 15px;
}

.tip-pending {
    opacity: 0.85;
    font-size: 16px;
}

.tip-live {
    color: #ffa726;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 480px) {
    .tipster-predictions-table th,
    .tipster-stats-table th,
    .tipster-predictions-table td,
    .tipster-stats-table td {
        padding: 8px 6px;
        font-size: 12px;
    }
}
