.video-library-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.video-library-card { border: 1px solid color-mix(in srgb, var(--accent, #557a2f) 25%, transparent); border-radius: 16px; padding: 1rem; background: var(--surface, #fffdf6); }
.video-library-card h3 { margin: .75rem 0 .35rem; }
.video-library-card dl { display: grid; grid-template-columns: auto 1fr; gap: .25rem .75rem; font-size: .875rem; }
.video-library-card dt { font-weight: 700; }
.video-library-card dd { margin: 0; overflow-wrap: anywhere; }
.video-edit-form { display: grid; gap: .75rem; margin-top: .85rem; padding: .85rem; border: 1px solid var(--line, #d8ddcf); border-radius: 8px; background: color-mix(in srgb, var(--surface, #fffdf6) 70%, #fff 30%); }
.video-edit-form textarea { min-height: 120px; }
.video-cta-help { margin: -.25rem 0 .15rem; }
[data-video-cta-custom-url][hidden] { display: none; }
.video-upload-panel progress { width: 100%; }
.video-preview mux-player { display: block; width: 100%; margin-inline: auto; aspect-ratio: 16 / 9; }
.admin-video-sound-preview { width: min(100%, 960px); margin-inline: auto; aspect-ratio: 16 / 9; border-radius: 16px; }
