/* Extracted from Video-Series.html <style> id=prodogz-modern-video-series-css on 2026-08-30. */
.video-series-modern .video-intro-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:22px;
    padding:30px;
    box-shadow:0 10px 26px rgba(0,0,0,.07);
    margin:10px 0 34px;
}
.video-series-modern .eyebrow-small{
    color:#b40000;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:800;
    margin:0 0 10px;
    font-size:.9rem;
}
.video-series-modern .lead-text{
    font-size:1.15rem;
    line-height:1.8;
    color:#333;
}
.video-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:26px 0 36px;
}
.video-feature-card,
.video-card,
.video-cta-panel{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    box-shadow:0 8px 22px rgba(0,0,0,.06);
}
.video-feature-card{
    padding:24px;
    border-left:5px solid #b40000;
}
.video-feature-card h3{
    margin-top:0;
}
.video-grid-modern{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin:28px 0 40px;
}
.video-card{
    overflow:hidden;
}
.video-frame{
    position:relative;
    width:100%;
    padding-top:56.25%;
    background:#111;
}
.video-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}
.video-card-content{
    padding:20px;
}
.video-card-content h3{
    margin-top:0;
    font-size:1.12rem;
    line-height:1.3;
}
.video-card-content p{
    margin-bottom:0;
}
.video-cta-panel{
    padding:34px;
    text-align:center;
    background:linear-gradient(135deg,#fffaf2,#fff);
    margin:36px 0;
}
.video-cta-panel h2{
    border-left:0!important;
    padding-left:0!important;
    margin-top:0;
}
@media(max-width:850px){
    .video-feature-grid,
    .video-grid-modern{
        grid-template-columns:1fr;
    }
    .video-series-modern .video-intro-card{
        padding:24px;
    }
}
