/* ── A안(간단 버전) 전용 오버라이드 ──────────────────────────
   원본 style.css 위에 얹어, 회원계정/편집 없이 드라이브 직접재생에 맞춤 */

/* 드라이브 iframe 플레이어 (원본의 <video> 자리) */
.video-player-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 60vh;
    background: #000;
}
#drive-player {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* 편집 섹션을 없앴으므로 영상 섹션이 꽉 차게 */
.modal-body-layout { display: block; overflow-y: auto; }
.modal-video-section { width: 100%; }

/* 로그인 도움말 아래 여백 */
#auth-help { color: var(--text-secondary); font-size: .85rem; margin-top: 14px; text-align: center; }
