/* =========================================================
   刷新按钮：移到加号右边
   只改位置，不改其他逻辑
   ========================================================= */

.gp4900-kj-refresh-plus-v20260703{
    position:absolute!important;
    z-index:99999!important;

    /* 关键：移到 + 号右边 */
    top:78px!important;
    right:34px!important;

    width:38px!important;
    height:28px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    margin:0!important;
    padding:0!important;

    color:#ffffff!important;
    background:#ff9800!important;
    border:2px solid #ffffff!important;
    border-radius:7px!important;
    box-shadow:0 1px 3px rgba(80,45,0,.25)!important;

    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;
    text-decoration:none!important;
    cursor:pointer!important;
}

.gp4900-kj-refresh-plus-v20260703.is-refreshing{
    opacity:.72!important;
    pointer-events:none!important;
}

/* 手机端再微调一点 */
@media(max-width:390px){
    .gp4900-kj-refresh-plus-v20260703{
        top:76px!important;
        right:28px!important;
        width:36px!important;
        height:26px!important;
        font-size:12px!important;
        border-radius:6px!important;
    }
}
