.elementor-widget-pp-posts .movie-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.elementor-widget-pp-posts .movie-bottom-bar {
    padding: 15px;
    padding-top: 0;
    height: 35px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;
}

.elementor-widget-pp-posts .movie-container:hover .movie-bottom-bar {
    color: white;
}

.elementor-widget-pp-posts .movie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 176, 240, 0.95);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px;
    padding-bottom: 45px;
}

.elementor-widget-pp-posts .movie-container:hover .movie-overlay {
    opacity: 1;
}

.elementor-widget-pp-posts .movie-year {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.elementor-widget-pp-posts.elementor-element .movie-excerpt .pp-post-excerpt {
    --e-global-color-secondary: white;
    height: auto !important;
}

.elementor-widget-pp-posts.elementor-element .movie-title .pp-post-title {
    --e-global-color-secondary: white;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    height: auto;
}
