/* Master Patient Lookup public styles. Form is deliberately light and left-aligned to follow the page theme. */
.gb-mpl-search-form{box-sizing:border-box;display:grid;grid-template-columns:220px 240px;grid-template-areas:"crn pass" "button button";gap:10px 12px;align-items:end;justify-content:start;justify-items:start;text-align:left!important;margin:12px 0 24px 0;padding:0;width:auto;max-width:520px}.gb-mpl-search-form *{box-sizing:border-box;text-align:left}.gb-mpl-form-row{display:block;margin:0;padding:0;width:100%;min-width:0}.gb-mpl-form-row:first-of-type{grid-area:crn}.gb-mpl-form-row:nth-of-type(2){grid-area:pass}.gb-mpl-form-row label{display:block;margin:0 0 5px 0!important;padding:0!important;font-weight:700;line-height:1.2;text-align:left!important}.gb-mpl-form-row input{display:block;width:100%;max-width:100%;height:auto;min-height:42px;margin:0!important;padding:8px 10px;font:inherit;line-height:1.35;text-align:left!important}.gb-mpl-submit{grid-area:button;justify-self:start;align-self:start;display:inline-block;margin:6px 0 0 0!important;padding:10px 18px;border-radius:999px;border:0;background:#172b44;color:#fff;font:inherit;font-weight:700;line-height:1.2;cursor:pointer;white-space:nowrap;text-align:center!important}.gb-mpl-submit:hover,.gb-mpl-submit:focus{background:#223a59;color:#fff}.gb-mpl-casualty-wrap{max-width:1200px;margin:0 auto;padding-bottom:100px}.gb-mpl-section-title{font-weight:800;font-size:16px;margin:0 0 10px 0}.gb-mpl-alertbox{background:#fff;border:1px solid #e5e7eb;border-left:10px solid #7c3aed;border-radius:6px;padding:14px 16px;box-shadow:0 2px 10px rgba(15,23,42,.06);margin:0 0 14px 0}.gb-mpl-alertbox-pink{border-left-color:#ec4899;background:#fff5f8}.gb-mpl-alertbox-purple{border-left-color:#7c3aed;background:#f6f0ff}.gb-mpl-alertbox-amber{border-left-color:#f59e0b;background:#fff7ed;color:#92400e}.gb-mpl-header-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.gb-mpl-hline{margin:6px 0}.gb-mpl-hline strong{font-weight:800}.gb-mpl-note-row{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap}.gb-mpl-note-img{width:160px;height:120px;object-fit:cover;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:6px}.gb-mpl-note-body{flex:1 1 260px}.gb-mpl-note-date{font-size:13px;font-weight:800;opacity:.85;margin-bottom:6px}.gb-mpl-note-message{font-size:15px;font-weight:650;line-height:1.45}.gb-mpl-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}.gb-mpl-chartbox{background:#fff;border:1px solid #e5e7eb;border-left:10px solid #7c3aed;border-radius:6px;padding:14px 16px;box-shadow:0 2px 10px rgba(15,23,42,.06)}.gb-mpl-chart-title{font-weight:900;margin:0 0 10px 0}.gb-mpl-chart-canvaswrap{height:320px}.gb-mpl-chart-canvaswrap canvas{width:100%!important;height:100%!important;display:block}.gb-mpl-pagination{display:flex;gap:10px;align-items:center;margin-top:10px;font-size:14px;flex-wrap:wrap}.gb-mpl-pagebtn{display:inline-block;padding:6px 10px;border:1px solid rgba(0,0,0,.12);border-radius:6px;background:#fff;text-decoration:none;font-weight:800}.gb-mpl-pagebtn:hover{background:#f3f4f6}.gb-mpl-muted{opacity:.75}@media(max-width:900px){.gb-mpl-charts-grid{grid-template-columns:1fr}}@media(max-width:780px){.gb-mpl-header-grid{grid-template-columns:1fr}.gb-mpl-search-form{grid-template-columns:1fr;grid-template-areas:"crn" "pass" "button";max-width:100%}.gb-mpl-submit{width:auto}}
