/* Back to Journal Link */
.angie-back-to-journal-container-388a5e97 {
    margin-bottom: 2rem;
}
.angie-back-to-journal-link-388a5e97 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}
.angie-back-to-journal-link-388a5e97:hover {
    color: #111827;
}
.angie-back-arrow-388a5e97 {
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}
.angie-back-to-journal-link-388a5e97:hover .angie-back-arrow-388a5e97 {
    transform: translateX(-4px);
}

/* Post Navigation Container */
.angie-post-navigation-container-388a5e97 {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}
.angie-nav-prev-388a5e97,
.angie-nav-next-388a5e97 {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.angie-nav-next-388a5e97 {
    text-align: right;
    align-items: flex-end;
}
.angie-nav-label-388a5e97 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    margin-bottom: 0.25rem;
}
.angie-nav-link-388a5e97 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.2s ease;
}
.angie-nav-link-388a5e97:hover {
    color: #4b5563;
}
.angie-nav-empty-388a5e97 {
    visibility: hidden;
}

@media (max-width: 640px) {
    .angie-post-navigation-container-388a5e97 {
        flex-direction: column;
        gap: 2rem;
    }
    .angie-nav-next-388a5e97 {
        text-align: left;
        align-items: flex-start;
    }
}
