.v5-pagination{
    width:max-content;
    max-width:100%;
    margin:26px auto 0;
    padding:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    border:1px solid rgba(7,30,53,.08);
    border-radius:999px;
    background:#fff;
    box-shadow:0 7px 18px rgba(7,30,53,.05)
}
.v5-page-control{
    width:29px;
    height:29px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#071e35;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    line-height:1;
    transition:transform .18s ease,background .18s ease
}
.v5-page-control:hover{
    background:#0d2945;
    color:#fff;
    transform:translateY(-1px)
}
.v5-page-control.is-disabled{
    background:#edf0f2;
    color:#9aa4ad;
    cursor:not-allowed;
    pointer-events:none
}
.v5-page-counter{
    min-width:47px;
    height:29px;
    padding:0 7px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    border-radius:999px;
    background:#f6f2eb;
    color:#14283c;
    font-size:12px;
    font-weight:700
}
.v5-page-counter strong{
    font-family:Georgia,serif;
    font-size:14px;
    font-weight:400;
    color:#071e35
}
