.wp-block-query-pagination-previous{
    background-image: url("../../images/nextVector.svg");
    transform: rotate(180deg);
    width: 12px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
}

.wp-block-query-pagination-next{
    background-image: url("../../images/nextVector.svg");
    width: 12px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-numbers.current {
    color: #FFF;
}

.page-numbers{
    text-decoration: none;
    gap: 40px;
    display: inline-flex;
    letter-spacing: 2px;
    color: #009966;   
    padding: 12px;
    border-bottom: 3px solid #0e0e0e;
}

.page-numbers:not(.dots):hover{
    color:#FFFFFF;
}

.page-numbers:not(.current):not(.dots):hover {
    border-color: #fff;
    color: #009966;
}

/* Add space between pagination and posts */ 
nav.wp-container-11.is-content-justification-center.has-text-color.has-primary-color.wp-block-query-pagination {
    margin-top: 100px;
}

nav.wp-container-23.is-content-justification-center.aligncenter.wp-block-query-pagination {
    margin-top: 90px;
}

nav.wp-container-23.is-content-justification-center.aligncenter.wp-block-query-pagination {
    letter-spacing: 10px;
}

/* Change pagination format in smartphones screens */
@media (max-width:500px){
    .page-numbers:not(.current){
      display: none;
    }
}