/* A global request dialog must remain above every content-specific viewer. */
.lpm-request-modal{z-index:11000}
.lpm-request-modal__window{display:flex;flex-direction:column;width:100%;max-width:580px;max-height:calc(100vh - 48px);overflow:hidden}
.lpm-request-modal__head{flex-shrink:0;padding:22px 56px 18px 28px;border-bottom:1px solid #e5e5e5;background:#fff}
.lpm-request-modal__head h2{margin:0;color:#0f2a4a;font-size:22px;font-weight:700;letter-spacing:-.2px;line-height:1.25}
.lpm-request-modal__content{flex:1 1 auto;overflow-y:auto;padding:22px 28px}
.lpm-request-modal__content>p,.lpm-request-modal__rule{display:none}
.lpm-request-modal__foot{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;gap:12px;padding:16px 28px 22px;border-top:1px solid #e5e5e5;background:#fafafa}
.lpm-request-modal__foot .lpm-btn-ghost{padding:10px 18px;border:1px solid #e5e5e5;border-radius:6px;background:transparent;color:#5a5a5a;font:600 14px inherit;cursor:pointer}
.lpm-request-modal__foot .lpm-btn{padding:11px 22px;border:0;border-radius:6px;background:#f4b942;color:#0f2a4a;font:700 14px inherit;cursor:pointer}
@media(max-width:700px){.lpm-request-modal__head{padding:18px 50px 14px 18px}.lpm-request-modal__head h2{font-size:18px}.lpm-request-modal__content{padding:22px 18px}.lpm-request-modal__foot{padding:14px 18px 18px}}
