/* Превращаем пагинацию Blocksy в идеальные круглые мишени */
.page-numbers {
    border-radius: 50% !important;
    width: 42px;
    height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #111111 !important;
    transition: all 0.2s ease !important;
}

/* Мишень закрывается — круг становится полностью черным */
.page-numbers:hover, .page-numbers.current {
    background: #111111 !important;
    color: #ffffff !important;
}

/* Четкие снайперские рамки для карточек постов */
article.entry-card {
    border-radius: 8px !important;
    border: 1px solid #111111 !important;
}
