
/* Keep article styles inside the generated editor content. Ueeshop may move
   this style block to a page-level stylesheet when the HTML is pasted. */
.editor_txt {
  color-scheme: light;
  --ink: #202124;
  --muted: #5f6368;
  --line: #dfe3e8;
  --soft: #f6f8fa;
  --accent: #276749;
}
.editor_txt,
.editor_txt * { box-sizing: border-box; }
.editor_txt {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  line-height: 1.68;
}
main#article {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 64px;
}
.editor_txt h1,
.editor_txt h2,
.editor_txt h3,
.editor_txt h4,
.editor_txt h5,
.editor_txt h6 {
  line-height: 1.24;
  letter-spacing: 0;
  color: #17211f;
}
.editor_txt h1 { margin: 0 0 14px; font-size: 2.35rem; }
.editor_txt .dek {
  margin: 0 0 38px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.58;
}
.editor_txt h2 {
  margin: 42px 0 14px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 1.58rem;
}
.editor_txt h3 { margin: 28px 0 10px; font-size: 1.22rem; }
.editor_txt h4,
.editor_txt h5,
.editor_txt h6 {
  margin: 22px 0 8px;
  font-size: 1.04rem;
  color: var(--accent);
}
.editor_txt p { margin: 0 0 16px; }
.editor_txt a { color: #0b63ce; overflow-wrap: anywhere; }
.editor_txt ol,
.editor_txt ul { padding-left: 1.45rem; margin: 0 0 22px; }
.editor_txt li { margin: 0 0 10px; padding-left: 0.15rem; }
.editor_txt .table-wrap {
  overflow-x: auto;
  margin: 22px 0 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.editor_txt table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 0.95rem;
}
.editor_txt th,
.editor_txt td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}
.editor_txt th { background: var(--soft); font-weight: 700; }
.editor_txt tbody tr:last-child td { border-bottom: 0; }
.editor_txt .reference-list { margin: 0 0 20px; padding-left: 1.2rem; }
.editor_txt .reference-list li { margin-bottom: 18px; }
.editor_txt .reference-list p { margin: 6px 0 0; color: var(--muted); }
@media (max-width: 640px) {
  main#article { width: min(100% - 24px, 920px); padding-top: 32px; }
  .editor_txt h1 { font-size: 1.82rem; }
  .editor_txt h2 { font-size: 1.34rem; }
  .editor_txt h3 { font-size: 1.12rem; }
  .editor_txt table { min-width: 660px; }
}
