/* =========================================================
   香港开奖记录：澳门同款横排年份按钮
   ========================================================= */

.hk-history-year-tabs{
    display:flex;
    align-items:stretch;
    gap:7px;
    margin:10px 0 7px;
    width:100%;
}

.hk-history-year-tabs a{
    flex:1 1 0;
    min-width:0;
    height:36px;
    line-height:36px;
    border-radius:7px;
    color:#34475a;
    background:#f0f3f6;
    font-size:15px;
    font-weight:900;
    text-align:center;
    text-decoration:none;
    white-space:nowrap;
}

.hk-history-year-tabs a.active{
    color:#ffffff;
    background:#ef3326;
}

.hk-history-year-tabs a.hk-history-year-arrow{
    flex:0 0 34px;
    width:34px;
    padding:0;
    color:#ffffff;
    background:#438fd8;
    font-size:24px;
    font-weight:1000;
}

.hk-history-year-summary{
    margin:0 1px 10px;
    color:#71808e;
    font-size:12px;
    line-height:1.5;
    text-align:center;
}

@media(max-width:390px){
    .hk-history-year-tabs{
        gap:5px;
        margin-top:8px;
        margin-bottom:6px;
    }

    .hk-history-year-tabs a{
        height:32px;
        line-height:32px;
        border-radius:6px;
        font-size:13px;
    }

    .hk-history-year-tabs a.hk-history-year-arrow{
        flex-basis:29px;
        width:29px;
        font-size:21px;
    }

    .hk-history-year-summary{
        font-size:11px;
    }
}
