.a45qp-video {
    margin: 2.2rem 0;
    padding: 1rem;
    border: 1px solid rgba(120,100,85,.25);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
}
.a45qp-video__embed { overflow: hidden; border-radius: 12px; }
.a45qp-video iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.a45qp-video figcaption { margin-top: .75rem; color: inherit; opacity: .75; font-size: .9rem; }
.a45qp-sources {
    margin-top: 3rem;
    padding: 1.35rem 1.5rem;
    border-left: 4px solid #b87924;
    border-radius: 0 16px 16px 0;
    background: rgba(184,121,36,.08);
}
.a45qp-sources h2 { margin-top: 0; font-size: 1.35rem; }
.a45qp-sources ul { margin-bottom: 0; }
.a45qp-sources li { margin-bottom: .55rem; }
