.post-nav-container-a67c53a4 {
    display: flex;
    width: 100%;
    overflow: hidden;
}
.post-nav-item-a67c53a4 {
    flex: 1;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}
.post-nav-item-a67c53a4:hover {
    text-decoration: none;
}
.post-nav-prev-a67c53a4 {
    justify-content: flex-start;
}
.post-nav-next-a67c53a4 {
    justify-content: flex-end;
    text-align: right;
}
.post-nav-image-a67c53a4 {
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.post-nav-text-a67c53a4 {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.post-nav-label-a67c53a4 {
    display: block;
    transition: color 0.3s ease;
}
.post-nav-title-a67c53a4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
    margin: 0;
}

@media (max-width: 767px) {
    .post-nav-container-a67c53a4 {
        flex-direction: column;
    }
    .post-nav-container-a67c53a4.reverse-mobile-yes {
        flex-direction: column-reverse;
    }
}