/* Wrapper */
.uef-acf-post-navigation {
    width: 100%;
    margin: 20px 0;
}

/* UL styling */
.uef-acf-post-navigation__list {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* LI items */
.uef-acf-post-navigation__item {
    flex: 1;
}

/* Previous = align left */
.uef-acf-post-navigation__item--prev {
    text-align: left;
}

/* Next = align right */
.uef-acf-post-navigation__item--next {
    text-align: right;
}

/* Links */
.uef-acf-post-navigation__link {
    text-decoration: none;
    font-weight: 600;
    color: inherit;
}

.uef-acf-post-navigation__link:hover {
    text-decoration: underline;
}
