

/* Start:/local/templates/blog/components/bitrix/system.pagenavigation/.default/style.css?1772015273474*/
.pagenavigation {
    display: flex;
}
.pagenavigation .active,
.pagenavigation a {
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    line-height: 28px;
    margin-right: 20px;
    color: #2a89f1;
    transition: all 0.2s linear;
}
.pagenavigation a:hover{
    background: #3d98ff;
    color: #fff;
}
.pagenavigation .active {
    color: #fff;
    background: #3d98ff;
}
/* End */
/* /local/templates/blog/components/bitrix/system.pagenavigation/.default/style.css?1772015273474 */
