.craft-film-open { overflow: hidden; }
.craft-film-dialog { margin: auto; padding: 0; border: 1px solid #dce2dc; border-radius: 22px; width: min(1120px,calc(100vw - 40px),calc((100dvh - 190px) * 80 / 61)); max-width: none; max-height: calc(100dvh - 40px); overflow: auto; background: #f7f8f5; color: #162820; box-shadow: 0 30px 130px #0005; }
.craft-film-dialog::backdrop { background: #071b13cc; backdrop-filter: blur(9px); }
.craft-film-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 28px; }
.craft-film-header h2 { margin: 0; font: 600 18px/1.3 Arial,sans-serif; letter-spacing: -.025em; }
.craft-film-header p,.craft-film-footer p { margin: 5px 0 0; font: 12px/1.5 Arial,sans-serif; color: #647168; }
.craft-film-header button { flex-shrink: 0; min-height: 44px; cursor: pointer; border: 1px solid #d9dfd9; border-radius: 24px; padding: 9px 15px; background: transparent; color: inherit; font: 13px Arial,sans-serif; }
.craft-film-header button span { padding-left: 7px; font-size: 20px; vertical-align: -1px; }
.craft-film-dialog video { display: block; width: 100%; aspect-ratio: 80/61; background: #f7f8f5; }
.craft-film-footer { padding: 13px 28px 18px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.craft-film-footer a { font: 12px Arial,sans-serif; color: #147156; text-decoration: underline; white-space: nowrap; }
.craft-film-dialog :focus-visible { outline: 2px solid #147156; outline-offset: 4px; }
@media(max-width:600px) {
  .craft-film-dialog { width: calc(100vw - 20px); max-height: calc(100dvh - 24px); border-radius: 16px; }
  .craft-film-header { padding: 17px 15px; gap: 12px; }
  .craft-film-header h2 { font-size: 15px; }
  .craft-film-header p { font-size: 10px; }
  .craft-film-header button { padding-inline: 11px; }
  .craft-film-footer { padding: 12px 15px 17px; }
  .craft-film-footer p { max-width: 230px; font-size: 11px; }
}
