/*
 * v20260801_reward_count_color_final
 *
 * 澳门、香港未打赏与已打赏人数栏最终颜色：
 * 主体文字：金色 #b8860b
 * 金额、人数：亮红色 #ff1800
 *
 * 本文件必须在旧打赏CSS之后加载。
 */

/* ==================================================
 * 一、澳门未打赏
 * ================================================== */

html body .view
.zs-reward-panel-v20260731
.zs-reward-message,
html body .view
.zs-reward-panel-v20260731
.zs-reward-message span,
html body .view
.zs-reward-panel-v20260731
.zs-reward-message a{
    color:#b8860b!important;
    font-weight:900!important;
    text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
}

html body .view
.zs-reward-panel-v20260731
.zs-reward-message strong,
html body .view
.zs-reward-panel-v20260731
.zs-reward-message b{
    color:#ff1800!important;
    font-weight:900!important;
}


/* ==================================================
 * 二、澳门已打赏
 * ================================================== */

html body .view
.current-unified-box
.paid-inside-current-box-v20260801,
html body .view
.current-unified-box
.paid-inside-current-box-v20260801
.zs-reward-paid-v1174,
html body .view
.current-unified-box
.zs-reward-paid-v1174,
html body .view
.current-unified-box
.zs-reward-paid-v1174 span,
html body .view
.current-unified-box
.zs-reward-paid-v1174 a{
    color:#b8860b!important;
    font-weight:900!important;
    text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
}

/*
 * 覆盖旧的绿色 ::first-line。
 */
html body .view
.current-unified-box
.paid-inside-current-box-v20260801
.zs-reward-paid-v1174::first-line,
html body .view
.current-unified-box
.zs-reward-paid-v1174::first-line{
    color:#b8860b!important;
}

html body .view
.current-unified-box
.paid-inside-current-box-v20260801 b,
html body .view
.current-unified-box
.paid-inside-current-box-v20260801
.zs-reward-paid-v1174 b,
html body .view
.current-unified-box
.zs-reward-paid-v1174 b,
html body .view
.current-unified-box
.zs-reward-paid-v1174 strong{
    color:#ff1800!important;
    font-weight:900!important;
}


/* ==================================================
 * 三、香港未打赏
 * ================================================== */

html body .view
.hk-reward-panel-v20260801
.zs-reward-message,
html body .view
.hk-reward-panel-v20260801
.zs-reward-message span,
html body .view
.hk-reward-panel-v20260801
.zs-reward-message a{
    color:#b8860b!important;
    font-weight:900!important;
    text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
}

html body .view
.hk-reward-panel-v20260801
.zs-reward-message strong,
html body .view
.hk-reward-panel-v20260801
.zs-reward-message b{
    color:#ff1800!important;
    font-weight:900!important;
}


/* ==================================================
 * 四、香港已打赏
 * ================================================== */

html body .view
.current-unified-box
.hk-paid-inside-current-box-v20260801,
html body .view
.current-unified-box
.hk-paid-inside-current-box-v20260801 span,
html body .view
.current-unified-box
.hk-paid-reward-count-v20260801,
html body .view
.current-unified-box
.hk-paid-reward-count-v20260801 span,
html body .view
.current-unified-box
.hk-paid-reward-status-v20260801{
    color:#b8860b!important;
    font-weight:900!important;
    text-shadow:0 1px 0 rgba(255,255,255,.75)!important;
}

html body .view
.current-unified-box
.hk-paid-inside-current-box-v20260801 b,
html body .view
.current-unified-box
.hk-paid-inside-current-box-v20260801 strong,
html body .view
.current-unified-box
.hk-paid-reward-count-v20260801 b,
html body .view
.current-unified-box
.hk-paid-reward-count-v20260801 strong{
    color:#ff1800!important;
    font-weight:900!important;
}


/* ==================================================
 * 五、移动端保持相同颜色
 * ================================================== */

@media(max-width:600px){
    html body .view
    .zs-reward-panel-v20260731
    .zs-reward-message,

    html body .view
    .current-unified-box
    .zs-reward-paid-v1174,

    html body .view
    .hk-reward-panel-v20260801
    .zs-reward-message,

    html body .view
    .current-unified-box
    .hk-paid-inside-current-box-v20260801,

    html body .view
    .current-unified-box
    .hk-paid-reward-status-v20260801{
        color:#b8860b!important;
    }

    html body .view
    .zs-reward-panel-v20260731
    .zs-reward-message strong,

    html body .view
    .current-unified-box
    .zs-reward-paid-v1174 b,

    html body .view
    .hk-reward-panel-v20260801
    .zs-reward-message strong,

    html body .view
    .current-unified-box
    .hk-paid-inside-current-box-v20260801 b{
        color:#ff1800!important;
    }
}
