/* Internal Linking Styles */

.post-nav-links {
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    transition: all 0.3s;
}

.post-nav-links:hover {
    background: #f9f9f9;
    border-color: #30336b;
}

.post-nav-links .nav-label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.post-nav-links h6 a {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.post-nav-links:hover h6 a {
    color: #30336b;
}

/* Topic Tags */
.topic-tag {
    display: inline-block;
    padding: 6px 15px;
    margin: 0 5px 10px 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    font-size: 12px;
    color: #555;
    font-weight: 600;
    transition: all 0.2s;
}

.topic-tag:hover {
    background: #30336b;
    color: #fff;
    border-color: #30336b;
    text-decoration: none;
}