.rich-post-nav-container.c5090655 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.rich-post-nav-container.c5090655 .rpn-card {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
}

.rich-post-nav-container.c5090655 .rpn-card:hover {
    background: #f1f1f1;
}

.rich-post-nav-container.c5090655 .rpn-card.empty {
    background: transparent;
}

.rich-post-nav-container.c5090655 .rpn-column-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rich-post-nav-container.c5090655 .rpn-column-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rich-post-nav-container.c5090655 .rpn-next .rpn-column-content {
    text-align: right;
    align-items: flex-end;
}

.rich-post-nav-container.c5090655 .rpn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 2em;
}

.rich-post-nav-container.c5090655 .rpn-icon svg {
    width: 1em;
    height: 1em;
}

.rich-post-nav-container.c5090655 .rpn-meta-group {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.rich-post-nav-container.c5090655 .rpn-meta-cat {
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    background: #eee;
    color: #333;
}

.rich-post-nav-container.c5090655 .rpn-meta-time {
    font-size: 0.85em;
    display: inline-flex;
    align-items: center;
    color: #666;
}

.rich-post-nav-container.c5090655 .rpn-title {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.rich-post-nav-container.c5090655 .rpn-excerpt {
    margin: 0;
    font-size: 0.95em;
    line-height: 1.5;
}
