/* Blog Navigation */
.blog-nav-container {
    padding: 30px 0;
    text-align: center;
}

.post-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.post-pagination a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-pagination a:hover {
    color: #ac8a62;
    text-decoration: underline;
}

.post-prev {
    margin-right: 0;
}

.post-next {
    margin-left: 0;
}

.light-panel {
    background-color: #e2e0dc;
    color: #2f2f2f;
}

.light-panel h4 {
    color: #2f2f2f;
}

.light-panel .big a {
    border-bottom: 1px solid #ac8a62;
    color: inherit;
}

.guest-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background-color: #efe5d6;
    color: #5b4227;
    border: 1px solid #d7c2a6;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1;
}

.guest-badge-row {
    margin-bottom: 10px;
}

.guest-note {
    background-color: #f5efe6;
    border-left: 4px solid #b28a57;
    padding: 12px 14px;
    border-radius: 4px;
}
