/*---------------------------------------*/
/*ШАБЛОН СТРАНИЦЫ ВСЕ НОВОСТИ*/
/*---------------------------------------*/
.right-sidebar-allnews h2 {
    line-height: 2rem;
    font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    background-color: rgb(37, 115, 134);
}

.right-sidebar-allnews .wp-calendar-table {
    width: 100%;
}

.right-sidebar-allnews .wp-calendar-table caption {
    text-align: center;
    background-color: rgb(235, 235, 235);
}

.right-sidebar-allnews .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    background-color: rgb(200, 200, 200);
}

.right-sidebar-allnews .wp-calendar-nav-prev a {
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-decoration: none;
    padding: .5rem;
}

.right-sidebar-allnews .wp-calendar-nav-prev a:hover {
    color: rgb(239, 142, 29);
    font-weight: 700;
    text-decoration: none;
    padding: .5rem;
}