.document .lucid-callout,
.document .lucid-page-card,
.document .lucid-expand {
  margin: 1.5em 0;
  border: 1px solid var(--line, #7776);
  padding: 1.1em 1.25em;
  background: var(--surface, #8881);
  border-radius: 0;
  overflow-wrap: anywhere;
}
.document .lucid-callout-title {
  display: block;
  margin-bottom: 0.55em;
  font-size: 0.9em;
  letter-spacing: 0.02em;
}
.document .lucid-callout-warning {
  border-color: #ba7b30;
  background: #ba7b3010;
}
.document .lucid-callout-tip {
  border-color: #498676;
  background: #49867610;
}
.document .lucid-expand {
  padding: 0;
}
.document .lucid-expand summary {
  cursor: pointer;
  padding: 1em 1.25em;
  font-weight: 600;
}
.document .lucid-expand > div {
  padding: 0 1.25em 1em;
}
.document .lucid-page-card a {
  font-weight: 600;
}
.document :is(.lucid-callout, .lucid-page-card, .lucid-expand > div) > :last-child {
  margin-bottom: 0;
}
.document .lucid-expand summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
