/**
 * SUCDEN Theme - Minimal Overrides
 * SUCDEN 主 CSS 已包含完整样式，这里只做必要补充
 */

/* ========== Language Options ========== */
.lang-option {
    padding: 12px;
    border-bottom: 1px solid #333a49;
    cursor: pointer;
    transition: background 0.2s;
}

.lang-option:hover {
    background: rgba(238, 209, 127, 0.1);
}

.lang-opt.selected {
    color: #eec67f !important;
}

/* ========== Active Color ========== */
.flink.active,
.histirytab a.active,
.histirytab a.active span {
    color: #eec67f;
    border-bottom-color: #eec67f;
}

/* ========== Empty States ========== */
.empty-history {
    text-align: center;
    padding: 60px 20px;
    color: #616a7b;
    font-size: 14px;
}

/* ========== History Tab Link Colors ========== */
.histirytab a {
    color: #fff;
}

.histirytab a.active {
    color: #eec67f;
}

/* ========== Login Button Colors ========== */
.loginbtn {
    background: #fdbe19 !important;
    color: #fff !important;
}

.loginbtn:active {
    opacity: 0.85;
}

/* ========== Price Row Link ========== */
a .tabletd.up { color: #e10020; }
a .tabletd.down { color: #3da808; }

/* Ensure link inherits color */
.tabletd.up .price { background: #e10020; color: #fff; }
.tabletd.down .price { background: #3da808; color: #fff; }
