/* CSS to force the visibility of the Lean Player / Video Playlist items */
.lp-playlist-container,
.lp-playlist-item,
.lp-item,
.embedpress-embed-playlist-item,
.ep-video-item {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important; /* matches standard flex layout for playlist items */
    height: auto !important;
    transform: none !important;
    transition: none !important;
}

/* Ensure the title or name pops up and stays visible without requiring hover */
.lp-playlist-item .lp-title,
.ep-video-item .ep-video-title {
    opacity: 1 !important;
    visibility: visible !important;
}
