/* Extracted from index.html: amoda-build31-final-styles */
/* Event name: two pixels smaller than the previous 30/36px sizes. */
  #dashboard > div:first-child h2{font-size:28px!important}
  @media(min-width:768px){#dashboard > div:first-child h2{font-size:34px!important}}

  #amodaOfflineBanner31{
    position:fixed;left:50%;bottom:1rem;transform:translateX(-50%);
    z-index:190;display:none;max-width:calc(100vw - 2rem);
    background:#7f1d1d;color:#fff;border-radius:.8rem;padding:.7rem 1rem;
    box-shadow:0 12px 30px rgba(0,0,0,.22);font-size:.82rem;font-weight:700
  }
  #amodaOfflineBanner31.open{display:block}

  .amoda-doc-file31{
    display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;
    border:1px solid #e5e7eb;border-radius:.7rem;padding:.7rem;background:#fff
  }
  .amoda-doc-file31 input{position:absolute;opacity:0;width:1px;height:1px}
  .amoda-request-approved31{background:#dcfce7;color:#166534}
  .amoda-request-pending31{background:#fef3c7;color:#92400e}
  .amoda-request-revision31{background:#fee2e2;color:#991b1b}
