.recogniser-copy { min-width: 0; }

.selection-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.clear-selection {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1;
}

.clear-selection:hover {
  color: var(--text);
  border-color: var(--tap);
}

.noscript {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #fbbf2455;
  border-radius: 10px;
  color: var(--warning);
  background: #fbbf2414;
}

.disclaimer {
  margin-top: 5px;
  font-size: 0.76rem;
}

[hidden] { display: none !important; }

@media (max-width: 700px) {
  .selection-tools {
    width: 100%;
    justify-content: flex-start;
  }
}
