/* Auto Related Posts Plugin Styles */
.arp-related-posts {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    margin: 20px 0;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.arp-related-posts h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #333;
}
.arp-related-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.arp-related-posts li {
    margin-bottom: 6px;
}
.arp-related-posts a {
    text-decoration: none;
    color: #006699;
}
.arp-related-posts a:hover {
    text-decoration: underline;
}
