.flyer-btn{display:inline-block;padding:7px 10px;border:0;border-radius:7px;background:#1557b0;color:#fff;font-weight:700;cursor:pointer;text-decoration:none}
.flyer-modal{position:fixed;inset:0;background:rgba(0,0,0,.82);display:none;align-items:center;justify-content:center;padding:24px;z-index:99999}
.flyer-modal.open{display:flex}
.flyer-modal-dialog{position:relative;max-width:min(1100px,96vw);max-height:94vh}
.flyer-modal-image{display:block;max-width:96vw;max-height:90vh;object-fit:contain;background:#fff;border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.45)}
.flyer-modal-close{position:absolute;top:-14px;right:-14px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:#111;font-size:28px;line-height:42px;cursor:pointer;font-weight:700}
body.flyer-modal-open{overflow:hidden}
