.fwav-grid{display:grid;grid-template-columns:repeat(var(--fwav-cols,3),1fr);gap:12px}@media (max-width:900px){.fwav-grid{grid-template-columns:repeat(var(--fwav-cols-tablet,2),1fr)}}@media (max-width:560px){.fwav-grid{grid-template-columns:repeat(var(--fwav-cols-mobile,1),1fr)}}.fwav-cell{position:relative;padding:0;border:0;cursor:pointer;background:#1a1a1a;aspect-ratio:16/9;overflow:hidden}.fwav-cell img{width:100%;height:100%;object-fit:cover;display:block}.fwav-play{position:absolute;inset:0;margin:auto;width:54px;height:54px;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.5);font-size:1.3rem}.fwav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.fwav-dialog{position:relative;width:min(960px,96vw)}.fwav-dialog video{width:100%;display:block;background:#000}.fwav-info{color:#fff;padding:.6rem .2rem;font-weight:600;display:flex;flex-wrap:wrap;gap:.25rem .9rem;align-items:baseline}.fwav-link{color:#489e1f;font-weight:700;text-decoration:underline}.fwav-link:hover{text-decoration:none}.fwav-close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border:0;background:#fff;font-size:1.4rem;cursor:pointer;line-height:1}.fwav-heading{color:#489e1f}.fwav-editor-preview{padding:1rem;background:#f0f0f0;border:1px dashed #c3c4c7;color:#50575e;text-align:center}.fwav-editor-note{margin:0 0 8px;color:#50575e;font-size:13px}.fwav-editor-grid{display:grid;grid-template-columns:repeat(var(--fwav-cols,3),1fr);gap:8px}.fwav-editor-cell{position:relative;background:#1a1a1a;aspect-ratio:16/9;overflow:hidden}.fwav-editor-cell img{width:100%;height:100%;object-fit:cover;display:block}.fwav-editor-cell .fwav-play{width:40px;height:40px;font-size:1rem}.fwav-noposter{display:block;width:100%;height:100%;background:#1a1a1a}