/* RD Video + Transcript styles v1.0.2 */
.rdvt-wrap { margin: 1rem 0 2rem; }
.rdvt-player { position: relative; width:100%; background:#000; overflow:hidden; display:block; }
.rdvt-landscape { aspect-ratio: 16/9; }
.rdvt-portrait { aspect-ratio: 9/16; max-height: 80vh; }
.rdvt-rounded { border-radius: 16px; }
.rdvt-player img, .rdvt-player iframe { width:100%; height:100%; object-fit:cover; display:block; }
.rdvt-play { all: unset; cursor: pointer; display:block; width:100%; height:100%; position:relative; }
.rdvt-play-icon { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size: clamp(32px, 8vw, 72px); line-height:1; background: rgba(255,255,255,0.9); padding: 0.25em 0.45em; border-radius: 999px; }
.rdvt-details { margin-top: 0.75rem; }
.rdvt-details > summary { cursor: pointer; font-weight: 700; }
.rdvt-transcript { margin-top: 0.5rem; font-size: 0.95rem; line-height: 1.6; background: #f8f9fb; padding: 0.9rem 1rem; border: 1px solid #e6e8ee; border-radius: 10px; max-height: 420px; overflow:auto; }
.rdvt-debug { opacity: .85; }
