/* =========================================================================
   The logo an organisation puts on its own gallery.

   Constrained by height rather than width, because logos arrive in every
   shape there is and a wide one must not push the gallery off the screen.
   object-fit keeps a tall crest and a long wordmark both looking deliberate.
   ========================================================================= */
.evlogo {
  display: block;
  max-height: 72px;
  max-width: min(70%, 260px);
  margin: 0 auto 14px;
  object-fit: contain;
}
.evlock .evlogo { margin-bottom: 18px; }

/* =========================================================================
   The face matching notice.

   Read once, standing up, on a phone, by somebody who came here to send four
   photographs and did not expect a question. So: full width, generous type,
   nothing collapsed behind a link, and the decline is a real button rather
   than a greyed-out afterthought.
   ========================================================================= */
.evconsent {
  margin: 16px 0 4px;
  padding: 18px;
  border: 1px solid var(--line, #d8dcda);
  border-radius: 12px;
  background: var(--surface, #fff);
  text-align: left;
}
.evconsent[hidden] { display: none; }
.evconsent h2 { margin: 0 0 8px; font-size: 18px; }
.evconsent p { margin: 0 0 10px; font-size: 14.5px; line-height: 1.55; }
.evconsent ul { margin: 0 0 14px; padding-left: 20px; font-size: 14.5px; line-height: 1.55; }
.evconsent li { margin-bottom: 6px; }
.evck {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  font-weight: 600;
  margin: 12px 0 4px;
}
.evck input { width: 20px; height: 20px; flex: none; }
.evfine { font-size: 13px !important; opacity: .75; margin-left: 30px !important; }
.evcbtns { display: grid; gap: 10px; margin-top: 16px; justify-items: center; }
.evcbtns .linkbtn { font-size: 14px; }

.evfind { margin: 14px 0 6px; }
.evfind .evhint { min-height: 20px; margin-top: 8px; }
.evfind .linkbtn { font-size: inherit; }
