.custom-post-navigation {
    display: flex;
    justify-content: space-between;
    /* margin-top: 20px; */
    flex-direction: row-reverse;
}

.prev-post, .next-post {
    /* background: #333; */
    color: #000000;
    /* padding: 10px 15px; */
    text-decoration: none;
    border-radius: 5px;
    /* transition: 0.3s; */
    text-transform: uppercase;
}

.prev-post:hover, .next-post:hover {
    /* background: #555; */
}

/* .next-post {
    order: 1; 
}

.prev-post {
    order: 2; 
} */
.custom-post-navigation-parent{
    /* border-radius: thin solid grey; */
}
