/* ================= STAT PAGE STYLES (v3.0.28) ================= */

.stat-wrap {
    text-align: center;
    padding: 14px 10px;
    font-size: 15px;
    min-height: calc(100vh - 52px);
}

.stat-title {
    font-size: 18px;
    margin-bottom: 12px;
}

/* === PROFIT TEXT STYLE === */
.stat-block {
    margin: 6px 0;
}

.stat-label {
    color: #ddd;
    margin: 4px 0;
}

.stat-value {
    color: #39e75f;
    font-weight: bold;
}

/* === LINE === */
.stat-line {
    height: 1px;
    background: #777;
    margin: 14px 20px;
}

/* === STREAK === */
#win {
    color: #39e75f;
    font-weight: bold
}

#lose {
    color: #ff5555;
    font-weight: bold
}

.mybets {
    margin-top: 14px;
    padding: 10px 22px;
    background: linear-gradient(#555, #222);
    border: none;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}