/* The search tool resets every descendant's margin and padding with !important.
   Scope these overrides to the saved-draft panel, including its open form. */
html body #elika-guided-search #egu-draft {
  margin: 16px 0 28px !important;
  padding: 0 24px !important;
  border-top: 1px solid var(--line, #d7d3c7);
  border-bottom: 1px solid var(--line, #d7d3c7);
  font: 14px/1.6 Arial, sans-serif;
}
html body #elika-guided-search #egu-draft[hidden],
html body #elika-guided-search #egu-draft [hidden] { display: none !important; }
html body #elika-guided-search #egu-draft > summary {
  display: list-item !important;
  padding: 20px 0 !important;
  margin: 0 !important;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  list-style: disclosure-closed inside;
}
html body #elika-guided-search #egu-draft[open] > summary { list-style-type: disclosure-open; }
html body #elika-guided-search #egu-draft[open] { padding-bottom: 20px !important; }
html body #elika-guided-search #egu-draft p { font: 14px/1.6 Arial, sans-serif; margin: 12px 0 !important; }
html body #elika-guided-search #egu-draft .egu-draft-row { display: flex; align-items: end; gap: 12px; flex-wrap: wrap; }
html body #elika-guided-search #egu-draft label { display: block; flex: 1 1 200px; font: 12px/1.5 Arial, sans-serif; }
html body #elika-guided-search #egu-draft input {
  display: block; width: 100%; height: 46px; margin-top: 6px !important;
  padding: 10px 12px !important; border: 1px solid #9b9e93;
  background: #fffdf8; color: #293229; font: 16px Arial, sans-serif; box-sizing: border-box;
}
html body #elika-guided-search #egu-draft button {
  min-height: 46px; padding: 10px 16px !important;
  border: 1px solid #293229; background: #293229; color: #fffdf8;
  font: 700 11px/1.3 Arial, sans-serif; letter-spacing: .05em; cursor: pointer;
}
html body #elika-guided-search #egu-draft button:disabled { opacity: .65; cursor: wait; }
html body #elika-guided-search #egu-draft [data-draft-delete] { background: transparent; color: #293229; margin-top: 12px !important; }
html body #elika-guided-search #egu-draft [data-draft-resume] { margin-top: 12px !important; }
html body #elika-guided-search #egu-draft :focus-visible { outline: 2px solid #96743d; outline-offset: 4px; }

/* Keep the entire disclosure, including its form and action, evenly inset. */
@media (max-width: 600px) {
  html body #elika-guided-search #egu-draft {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
