/* Shared by the central page and the existing account store dialogs. */
.ms-store-page{margin:0;background:#f4f8f7;color:#173b43;font-family:Tahoma,Arial,sans-serif}
.ms-store-page *,#ms-root *{box-sizing:border-box}
.ms-store-page .ms-page-center{position:relative;inset:auto;margin:0;width:100%;height:100dvh;max-height:none;max-width:none;border:0;border-radius:0;box-shadow:none}
.ms-store-page .ms-head{padding:24px 30px}
.ms-store-page .ms-body{min-height:0;flex:1}
.ms-store-page .ms-content{font-size:14px;padding:26px;overflow:auto}
.ms-store-page .ms-nav button{font-size:13px}
.ms-store-page .ms-panel h3{font-size:16px}
.ms-store-page .ms-panel p,.ms-store-page .ms-panel label,.ms-store-page .ms-button{font-size:12px}
.ms-page-back{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid #ffffff55;border-radius:10px;color:white;text-decoration:none;white-space:nowrap;font-size:12px}
.ms-head .ms-project-picker{color:#dffaf6}
.ms-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0}
.ms-policy-option{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:12px;padding:16px;border:1px solid #dbe7e3;border-radius:12px;background:#fbfdfc;cursor:pointer}
.ms-policy-option input{width:20px!important;height:20px!important;flex:0 0 20px;margin-top:3px;accent-color:#0f766e}
.ms-policy-option strong{display:block;margin-bottom:5px}
.ms-policy-option small{display:block;color:#667e80;font-weight:400;line-height:1.8}
.ms-policy-option:has(input:checked){border-color:#74b5a5;background:#f0faf6}
.ms-publication{padding:6px 9px;border-radius:8px;font-size:11px!important}
.ms-publication--pending{background:#fff4d6;color:#916200!important}
.ms-publication--approved{background:#e5f7ed;color:#146847!important}
.ms-publication--rejected{background:#fff0f0;color:#ae3434!important}
.ms-history-row pre{white-space:pre-wrap;overflow-wrap:anywhere;font:11px/1.7 monospace;max-width:100%}
.ms-history-row details{margin-top:8px;color:#506c72}
.ms-login{max-width:480px;margin:15vh auto;padding:40px;background:white;border:1px solid #dbe7e3;border-radius:18px;text-align:center}
.ms-login a{display:inline-block;padding:12px 24px;border-radius:10px;background:#0f766e;color:white;text-decoration:none}
.ms-panel select[multiple]{min-height:150px}
.ms-center button:focus-visible,.ms-center a:focus-visible,.ms-center input:focus-visible,.ms-center select:focus-visible{outline:3px solid #d4a54b;outline-offset:2px}
@media(max-width:700px){.ms-policy-grid{grid-template-columns:1fr}.ms-store-page .ms-head{padding:16px;flex-shrink:0}.ms-store-page .ms-content{padding:14px;flex:1;min-height:0}.ms-store-page .ms-side{flex:0 0 auto}.ms-page-back{font-size:11px}.ms-store-page .ms-body{overflow:hidden}}
