.event-related-posts,
.event-related-posts-shortcode {
    margin: 30px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #007cba;
}

.event-related-posts h3,
.event-related-posts-shortcode h3 {
    margin-top: 0;
    color: #333;
}

.related-posts-list {
    list-style: none;
    padding: 0;
}

.related-posts-list li {
    margin: 10px 0;
    padding: 8px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.related-posts-list a {
    text-decoration: none;
    color: #007cba;
    font-weight: 500;
}

.related-posts-list a:hover {
    text-decoration: underline;
}

.event-related-widget ul {
    list-style: none;
    padding: 0;
}

.event-related-widget li {
    margin: 8px 0;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.event-related-widget li:last-child {
    border-bottom: none;
}

.related-content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.related-content-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: white;
}

.related-content-item h4 {
    margin-top: 0;
}

.related-post-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: white;
    margin-bottom: 15px;
}

.related-post-card h4 {
    margin-top: 0;
}

.related-post-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
