.tag-related-articles {
    margin-top: 40px;
    padding: 20px;
    border-top: 1px solid #eaeaea;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.tag-related-articles h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 600;
}

.tag-related-articles ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tag-related-articles ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.tag-related-articles ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0073aa;
}

.tag-related-articles ul li a {
    text-decoration: none;
    color: #0073aa;
    font-weight: 500;
    transition: color 0.2s ease;
}

.tag-related-articles ul li a:hover {
    color: #00a0d2;
    text-decoration: underline;
}

/* Admin styles */
.linking-posts-list, .related-posts-list {
    margin-left: 1.5em;
}

.meta-box-actions {
    margin-top: 15px;
}
