/*
 * 499904 历史记录虚线修复
 * 修复范围：
 * 1. 特码、头数、尾数
 * 2. 平特、平码
 * 3. 波色、五行、其他类
 * 4. 特肖
 *
 * 不影响：
 * 1. 肖码原有样式
 * 2. 打赏面板
 * 3. 本期资料
 * 4. 历史广告
 * 5. 绝杀类
 */

/* 按肖码原来的金色虚线标准统一普通历史项 */
.tema-history-item:not(.zs-reward-panel-v20260731),
.ptpm-history-item:not(.zs-reward-panel-v20260731),
.bo-history-item:not(.zs-reward-panel-v20260731),
.texiao-history-item:not(.zs-reward-panel-v20260731){
    box-sizing:border-box!important;
    max-width:100%!important;
    margin:3px 0 5px!important;
    padding:0 0 6px 0!important;
    border-top:0!important;
    border-right:0!important;
    border-left:0!important;
    border-bottom:1px dashed #d8c588!important;
}

/* 防止打赏面板被普通历史虚线规则影响 */
.zs-reward-panel-v20260731.tema-history-item{
    border-bottom:0!important;
}

/* 历史广告保持原样，不添加虚线 */
.history-period-ad-box{
    border-bottom:0!important;
}

/* 本期资料框保持原来的完整边框 */
.tema-current-box,
.ptpm-current-box,
.bo-current-box,
.current-unified-box,
.texiao-current-box,
.xiaoma-current-box{
    border-bottom-style:solid;
}

/* 手机端保持和肖码接近的紧凑间距 */
@media(max-width:600px){
    .tema-history-item:not(.zs-reward-panel-v20260731),
    .ptpm-history-item:not(.zs-reward-panel-v20260731),
    .bo-history-item:not(.zs-reward-panel-v20260731),
    .texiao-history-item:not(.zs-reward-panel-v20260731){
        margin:2px 0 4px!important;
        padding-bottom:6px!important;
    }
}
