/* Escola Distrital 1.83.0 — Curso Ancião 2026, Aula 2 */
.ed-elder-video-class{
    margin:24px 0;
    padding:24px;
    border:1px solid #cfe0f1;
    border-radius:22px;
    background:#fff;
    box-shadow:0 18px 45px rgba(7,45,83,.10)
}
.ed-elder-video-class>header{margin-bottom:18px}
.ed-elder-video-class>header span{
    display:block;
    margin-bottom:7px;
    color:#0873c5;
    font-size:.74rem;
    font-weight:900;
    letter-spacing:.12em
}
.ed-elder-video-class>header h3{
    margin:0;
    color:#092f59;
    font-size:clamp(1.45rem,3vw,2.25rem);
    line-height:1.15
}
.ed-elder-video-class>header p{
    margin:9px 0 0;
    color:#526b83;
    line-height:1.6
}
.ed-elder-video-class .ed-video-wrap{margin:0}
.ed-elder-video-next{
    display:flex;
    gap:8px;
    margin-top:17px;
    padding:14px 16px;
    border-radius:13px;
    background:#eef7ff;
    color:#153d62
}
.ed-elder-video-next strong{color:#075da7;white-space:nowrap}
@media(max-width:640px){
    .ed-elder-video-class{padding:15px;border-radius:16px}
    .ed-elder-video-next{display:grid}
    .ed-elder-video-next strong{white-space:normal}
}
