/* MIIGO_1080P_VIDEO_REFRESH_YELLOW_V1_20260627 */
/* 视频页展示区：换一换按钮黄色，点击/刷新中深黄色 */

.miigo-inner-real-shell[data-channel="video"] .miigo-video-home-refresh{
    background:#FFD84D !important;
    color:#5A3B00 !important;
    border:0 !important;
    box-shadow:0 8px 18px rgba(180,120,0,.18) !important;
}

.miigo-inner-real-shell[data-channel="video"] .miigo-video-home-refresh:active,
.miigo-inner-real-shell[data-channel="video"] .miigo-video-home-block[data-refreshing="1"] .miigo-video-home-refresh{
    background:#D99A00 !important;
    color:#FFFFFF !important;
    box-shadow:0 6px 14px rgba(120,80,0,.22) !important;
    transform:scale(.98) !important;
}
