/* CEagle Roost. The shared look lives in shared/webui/static/base.css;
   only what is particular to these pages belongs here. */

.summary {
  margin: 0 0 0.35rem;
}

.categories {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.categories li {
  padding: 0.55rem 0;
  border-top: 1px solid var(--rule);
}

.categories li:first-child {
  border-top: 0;
  padding-top: 0;
}

/* The filter row sits on one line above the results. */
form.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem 1rem;
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid var(--rule);
}

form.filters .field {
  margin-bottom: 0;
  max-width: none;
}

form.filters input[type="text"],
form.filters select {
  width: 12rem;
  max-width: 100%;
}

form.filters .actions {
  margin-top: 0;
}

code.hash {
  overflow-wrap: anywhere;
}

pre.manifest,
pre.log {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--rule);
  background: var(--sunken);
  overflow-x: auto;
  font-size: 0.84rem;
  line-height: 1.5;
  white-space: pre;
}

pre.log {
  max-height: 32rem;
  overflow-y: auto;
}
