.view-category .pagination>.active>a, 
.view-category .pagination>.active>span{
    border-color: #3c54a5;
    background-color: #3c54a5;
}
.view-category .pagination-wrapper {
    justify-content: end !important;
}

#sp-left .sp-module {
    margin-bottom: 30px;
    border-radius:16px;
    background:#3c54a5;
}
#sp-left .sp-module h3{
    color:#fff;
}
#sp-left .sp-module a{
    color:#fff;
}
#sp-left .sp-module a:hover,
#sp-left .sp-module li.active a{
    color:#f57e20;
}
#sp-left .sp-module ul>li, #sp-right .sp-module ul>li{
    border-bottom: 1px solid rgb(243 243 243 / 30%);
}

.blog .cat-children {
    display: none;
}

.view-article #sp-left {
    display: none;
}
.view-article #sp-component {
    width: 100%;
}