.fhly-player{width:100%}
.fhly-player .fhly-stage{position:relative;width:100%;aspect-ratio:var(--video-aspect-ratio,var(--fhly-ratio,16 / 9));overflow:hidden;background:#111}
.fhly-player .fhly-play{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:0;background:#111;color:#fff;cursor:pointer;line-height:normal;box-shadow:none}
.fhly-player .fhly-play[hidden],.fhly-player .fhly-poster[hidden]{display:none!important}
.fhly-player .fhly-poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.fhly-player .fhly-play-icon{position:absolute;left:50%;top:50%;width:68px;height:48px;transform:translate(-50%,-50%);z-index:1}
.fhly-player .fhly-play-icon svg{width:100%;height:100%;display:block}
.fhly-player .fhly-play:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.fhly-player .fhly-play:hover .fhly-play-icon{filter:brightness(1.2)}
.fhly-player .fhly-image-fallback{display:none;position:absolute;left:0;right:0;top:calc(50% + 32px);font-size:16px}
.fhly-player .fhly-poster-failed .fhly-image-fallback{display:block}
.fhly-player .fhly-fallback{display:inline-block;font-size:13px;line-height:1.5;margin-top:5px;text-decoration:underline}
.fhly-player .fhly-stage .fhly-iframe,.fhly-dialog .fhly-iframe{display:block;width:100%;height:100%;border:0;background:#000}
.fhly-player .fhly-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fhly-dialog{width:min(960px,94vw);max-width:94vw;max-height:94vh;padding:12px;border:0;border-radius:8px;background:#111;color:#fff;overflow:auto}
.fhly-dialog::backdrop{background:rgb(0 0 0 / .8)}
.fhly-dialog .fhly-close{display:block;margin:0 0 10px auto;padding:10px 16px;border:1px solid #fff;border-radius:4px;background:#111;color:#fff;font:inherit;cursor:pointer}
.fhly-dialog .fhly-close:focus-visible{outline:3px solid #e0b96d;outline-offset:2px}
.fhly-dialog .fhly-dialog-media{width:100%;aspect-ratio:16 / 9;max-height:78vh}
.fhly-invalid{padding:16px;background:#f4f4f4;color:#222}
