/* Pol testimonial — cover image + click-to-play (Safari-safe; poster alone often shows black) */
.pol-testimonial-player-wrap,
#pav-video-container,
#phf-pav-video-container,
#phf-pol-video-container,
#pol-video-container,
#desktop-pav-video-container,
#desktop-pol-video-container,
#mobile-pav-video-container,
#mobile-pol-video-container,
.testimonial-video-container,
.mobile-testimonial-video-container {
    position: relative;
    line-height: 0;
}

.pol-testimonial-media {
    position: relative;
    line-height: 0;
}

.pol-testimonial-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: transparent;
}

.pol-testimonial-media.is-playing .pol-testimonial-video {
    z-index: 2;
}

.pol-testimonial-cover-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pol-testimonial-cover-img.pol-testimonial-cover-img--hidden {
    opacity: 0;
    visibility: hidden;
}

.pol-testimonial-play-facade {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(10, 10, 20, 0.12);
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.pol-testimonial-play-facade.pol-testimonial-play-facade--hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.pol-testimonial-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.92);
    color: #0a0a14;
    font-size: 1.35rem;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
}

.pol-testimonial-play-facade:hover .pol-testimonial-play-icon {
    transform: scale(1.06);
    background: #fbbf24;
}

.pol-testimonial-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(10, 10, 20, 0.28);
    pointer-events: none;
}

.pol-testimonial-loading-spinner {
    font-size: 2.5rem;
    color: #f59e0b;
}
