.sr-only, .visually-hidden {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
      outline: 3px solid #005a9c;
      outline-offset: 3px;
    }

    .spinner-div {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 2500;
      background: rgba(244, 248, 252, 0.97);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      text-align: center;
      padding: 0;
    }

    .icon-btn {
      background: none;
      border: 0;
      padding: 0;
      margin-left: .25rem;
      cursor: pointer;
      color: inherit;
      font: inherit;
    }

    .field-label {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      white-space: nowrap;
    }
    .field-label label {
      margin: 0;
      line-height: 1.2;
      font-weight: 600;
    }
    .info-icon {
      flex-shrink: 0;
      line-height: 1;
    }
    .info-icon i {
      font-size: .85em;
      position: relative;
      top: 1px;
    }

    /* Prevent clipping; keep scoped */
    .case-type-wrapper { position: relative; overflow: visible; }

    .dropdown-pane {
      z-index: 10000;
      max-width: 28rem;
      width: max-content;
      white-space: normal;
      line-height: 1.35;
      font-size: .95rem;
      color: #111;
    }
    @supports not (width: max-content) {
      .dropdown-pane { width: 28rem; max-width: 90vw; }
    }
    .dropdown-pane p { margin: 0 0 .75rem 0; }
    .dropdown-pane p:last-child { margin-bottom: 0; }
