/**
 * Theme Name:     Kadence Child
 * Author:         Kadence WP
 * Template:       kadence
 * Text Domain:	   kadence-child
 * Description:    Child Theme for Kadence
 */


/* Adjust related events images to show "full picture" within their container */
.tribe-events-related-events-list .tribe-events-related-events-list__event-image {
    width: 100%; /* Make image take full width of its container */
    height: auto; /* Maintain aspect ratio */
    max-height: 300px; /* Optional: limit the maximum height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
}