.article-paginator {
    padding: 15px;
    background: #f9f9f9;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}

.paginator-links a {
    padding: 5px 12px;
    background: #2271b1;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    margin: 0 5px;
}

.paginator-links a:hover {
    background: #135e96;
}
