/**
 * Previous / next article nav — bottom of blog post column.
 */
.mageos-blog-adjacent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mageos-blog-adjacent__prev,
.mageos-blog-adjacent__next {
    flex: 1 1 12rem;
    min-width: 0;
}

.mageos-blog-adjacent__next {
    text-align: right;
}

.mageos-blog-adjacent__link {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 100%;
    text-decoration: none;
    color: inherit;
}

.mageos-blog .mageos-blog-adjacent__link {
    text-decoration: none;
}

.mageos-blog .mageos-blog-adjacent__link:hover,
.mageos-blog .mageos-blog-adjacent__link:focus {
    text-decoration: none;
}

.mageos-blog-adjacent__label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.mageos-blog-adjacent__title {
    font-size: 0.9375rem;
    line-height: 1.35;
    opacity: 0.85;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mageos-blog-adjacent__next .mageos-blog-adjacent__link {
    align-items: flex-end;
}
