.custom-post-nav-2160 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.custom-post-nav-item {
    flex: 1;
    width: 100%;
}
.custom-post-nav-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}
.custom-post-nav-item a:hover {
    opacity: 0.8;
}
.nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #4f475e;
}
.nav-arrow svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.nav-details {
    display: flex;
    flex-direction: column;
}
.nav-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #bbbbbb;
    letter-spacing: 1px;
}
.nav-title {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #3f3850;
}
.nav-date {
    font-size: 13px;
    color: #888888;
}
.nav-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
