/* Design: Korean editorial guide; 17px body, warm paper, forest accent, 8px rhythm, ruled sections. */
:root {
  --paper: #f7f5ee;
  --white: #ffffff;
  --ink: #222a25;
  --muted: #59645c;
  --green: #315445;
  --green-hover: #264337;
  --pale: #e8ede5;
  --line: #c8cec4;
  --warm: #bd7334;
  --body: 'Apple SD Gothic Neo', 'Malgun Gothic', -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: 'AppleMyungjo', 'Batang', serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
body.dh-site {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.8 var(--body);
  word-break: keep-all;
  overflow-wrap: anywhere;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

a:hover {
  color: var(--green);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--warm);
  outline-offset: 4px;
}

button:disabled {
  cursor: default;
  opacity: 0.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 24px 0;
}

.wrap {
  width: min(1120px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.preview-note {
  text-align: center;
  background: var(--green);
  color: var(--white);
  font-size: 12px;
  padding: 5px 12px;
  letter-spacing: 0.02em;
}

.masthead {
  min-height: 104px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--ink);
  gap: 28px;
}

.brand {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.08em;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-height: 44px;
}

.brand span {
  font-weight: 400;
}

.brand i {
  font-style: normal;
  font-size: 29px;
  color: var(--green);
  margin-left: 7px;
}

.strap {
  font-size: 13px;
  color: var(--muted);
}

nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}

nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
}

ul.dh-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

ul.dh-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.dh-menu li a {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
}

ul.dh-menu li a:hover {
  color: var(--green);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
.hero h1,
.page-intro h1,
.article-layout h1,
.text-page h1,
.wp-block-post-title {
  font-size: clamp(32px, 4vw + 12px, 52px);
  line-height: 1.28;
  letter-spacing: -0.055em;
  font-weight: 600;
  text-wrap: balance;
}

h2,
.wp-block-heading h2 {
  font-size: clamp(22px, 2.5vw + 10px, 27px);
  line-height: 1.4;
  letter-spacing: -0.035em;
  font-weight: 600;
}

h3,
.wp-block-heading h3 {
  font-size: clamp(18px, 1.8vw + 8px, 20px);
  line-height: 1.45;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero {
  padding: 56px 0 46px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 72px;
  border-bottom: 1px solid var(--line);
}

.hero p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 21px;
  max-width: 480px;
}

.hero-right {
  align-self: center;
}

form label,
.search-form label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--ink);
}

.searchbox {
  display: flex;
  border: 1px solid var(--green);
  background: var(--white);
  padding: 5px;
}

.searchbox input {
  border: 0;
  background: transparent;
  min-width: 0;
  width: 100%;
  padding: 9px 12px;
  font-size: 16px;
  min-height: 44px;
  outline-offset: 0;
}

.searchbox button {
  color: var(--white);
  background: var(--green);
  border: 0;
  padding: 8px 20px;
  min-height: 44px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}

.searchbox button:hover {
  background: var(--green-hover);
}

.search-form {
  margin: 0 0 24px;
  max-width: 600px;
}

.search-form .search-box-inner,
.search-form form {
  display: flex;
  border: 1px solid var(--green);
  background: var(--white);
  padding: 5px;
}

.search-form input[type="search"],
.search-form .search-field {
  border: 0;
  background: transparent;
  min-width: 0;
  width: 100%;
  padding: 9px 12px;
  font-size: 16px;
  min-height: 44px;
  outline-offset: 0;
}

.search-form input[type="submit"],
.search-form .search-submit {
  color: var(--white);
  background: var(--green);
  border: 0;
  padding: 8px 20px;
  min-height: 44px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.search-form input[type="submit"]:hover,
.search-form .search-submit:hover {
  background: var(--green-hover);
}

.search-hints {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.search-hints a {
  min-height: 44px;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head .sub {
  font-size: 13px;
  color: var(--muted);
}

.section-head a {
  font-size: 14px;
  text-decoration: underline;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.contents {
  padding: 42px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 58px;
}

.article-row {
  padding: 21px 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 24px;
  gap: 12px;
  transition: background 0.15s;
  align-items: baseline;
}

.article-row:hover {
  background: #edeee5;
}

.article-row:last-child {
  border-bottom: 1px solid var(--line);
}

.num {
  font: 13px/1.8 var(--body);
  color: var(--muted);
  padding-top: 4px;
}

.article-row .meta {
  font-size: 12px;
  color: var(--green);
  margin-bottom: 6px;
}

.article-row h3 {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin: 0;
}

.article-row p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.6;
}

.arrow {
  padding-top: 24px;
  color: var(--muted);
  text-align: right;
  user-select: none;
}

.checklist {
  background: var(--pale);
  padding: 25px 24px;
}

.checklist h2 {
  font-family: var(--serif);
  font-size: 26px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.checklist ol {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
}

.checklist li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.checklist a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid var(--green);
  margin-top: 18px;
}

.note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
}

.side-note {
  padding-top: 24px;
}

.topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 2px solid var(--ink);
  padding: 28px 0 48px;
  gap: 32px;
}

.topic-link {
  display: block;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.topic-link .eyebrow {
  margin-bottom: 12px;
}

.topic-link p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 12px;
}

.topic-link h2 {
  font-size: 23px;
}

.breadcrumb {
  font-size: 13px;
  color: var(--muted);
  padding-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.page-intro {
  padding: 28px 0 36px;
  max-width: 760px;
}

.page-intro p {
  margin-top: 18px;
  color: var(--muted);
}

.results {
  padding-bottom: 64px;
  max-width: 800px;
}

.results form {
  margin: 0 0 28px;
  max-width: 600px;
}

.result-label {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
}

.empty {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 32px;
}

.empty p {
  margin: 12px 0 18px;
}

.empty a {
  display: inline-flex;
  min-height: 44px;
  margin-right: 20px;
  text-decoration: underline;
  align-items: center;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 740px) 230px;
  gap: 70px;
  padding: 30px 0 64px;
}

.article-meta {
  font-size: 13px;
  color: var(--muted);
  margin: 19px 0 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.article-body,
.entry-content {
  max-width: 720px;
  width: 100%;
  min-width: 0;
}

.article-body h2,
.entry-content h2,
h2.wp-block-heading {
  margin: 37px 0 18px;
  scroll-margin-top: 22px;
}

.article-body p,
.entry-content p {
  margin: 16px 0;
}

.article-body a,
.entry-content a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-body ul,
.article-body ol,
.entry-content ul,
.entry-content ol {
  margin: 16px 0;
  padding-left: 24px;
}

.article-body li,
.entry-content li {
  margin: 10px 0;
}

.article-body blockquote,
.entry-content blockquote {
  margin: 24px 0;
  padding: 12px 20px;
  border-left: 3px solid var(--green);
  background: var(--pale);
  font-family: var(--serif);
  font-size: 18px;
}

.article-body hr,
.entry-content hr,
hr.wp-block-separator {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 32px 0;
}

.scope,
.wp-block-group.scope {
  background: var(--pale);
  padding: 17px 20px;
  font-size: 14px;
  margin-bottom: 26px;
  border-left: 3px solid var(--green);
}

.answer,
.wp-block-group.answer {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}

.article-side {
  padding-top: 8px;
  position: sticky;
  top: 64px;
  align-self: start;
}

body.admin-bar .article-side {
  top: calc(64px + 32px);
}

@media (max-width: 782px) {
  body.admin-bar .article-side {
    top: calc(64px + 46px);
  }
}

.article-side h2 {
  font-size: 14px;
  margin-bottom: 12px;
}

.article-side a {
  display: block;
  min-height: 44px;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.article-side .note {
  margin-top: 28px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: var(--white);
  line-height: 1.65;
}

.price-table th {
  text-align: left;
  background: var(--pale);
  font-size: 13px;
  font-weight: 700;
}

.price-table td,
.price-table th {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.price-table td:first-child {
  width: 38%;
}

.price-table td:nth-child(2) {
  white-space: normal;
  font-weight: 400;
}

.wp-block-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: var(--white);
  line-height: 1.65;
}

.wp-block-table th {
  text-align: left;
  background: var(--pale);
  font-size: 13px;
  font-weight: 700;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.wp-block-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.wp-block-table figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  text-align: left;
}

details.wp-block-details,
details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  margin: 16px 0;
}

details.wp-block-details summary,
summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  user-select: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--muted);
  margin-left: 12px;
}

details[open] summary::after {
  content: "–";
}

details.wp-block-details p,
details p {
  margin-top: 12px;
  margin-bottom: 0;
}

.wp-block-image {
  max-width: 100%;
  margin: 24px 0;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-image figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
}

.copybox {
  border: 1px solid var(--line);
  padding: 24px;
  background: var(--white);
}

.copybox ul {
  padding-left: 22px;
}

.copybox button {
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
  padding: 9px 18px;
  min-height: 44px;
  margin-top: 10px;
  font-size: 14px;
}

.copy-status {
  font-size: 13px;
  margin-left: 10px;
}

.ad-slot {
  display: none;
  background: #eeede6;
  border: 1px dashed #90968e;
  color: var(--muted);
  min-height: 200px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 36px 0;
}

.ad-slot small {
  display: block;
}

.show-ads .ad-slot {
  display: flex;
}

.prototype-label {
  font-size: 13px;
  color: var(--green);
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.text-page {
  max-width: 760px;
  margin: 40px 0 80px;
}

.text-page h1 {
  margin-bottom: 24px;
}

.text-page h2 {
  margin: 30px 0 12px;
}

.text-page p {
  margin: 14px 0;
}

.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  background: var(--white);
  border: 2px solid var(--green);
  padding: 10px 16px;
  z-index: 100000;
  font-weight: 700;
  color: var(--green);
}

.skip:focus {
  top: 16px;
}

.related {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 32px;
}

.related a {
  display: block;
  min-height: 44px;
}

.outline {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px;
}

.outline p {
  margin-top: 16px;
}

.outline a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 14px;
  text-decoration: underline;
  color: var(--green);
}

.case-picker {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.case-picker button {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 10px 13px;
  min-height: 44px;
  font-size: 14px;
}

.case-picker button[aria-pressed="true"] {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

.case-result {
  padding: 24px;
  background: var(--pale);
  margin-top: 14px;
  min-height: 185px;
}

.case-result h3 {
  font-size: 22px;
}

.case-result p {
  margin-bottom: 0;
}

.navigation.pagination {
  margin: 40px 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

a.page-numbers:hover {
  background: #edeee5;
  border-color: var(--green);
  color: var(--green);
}

.page-numbers.current {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
  font-weight: 700;
}

.page-numbers.dots {
  border: 0;
  min-width: 32px;
  color: var(--muted);
}

.page-numbers.prev,
.page-numbers.next {
  padding: 0 16px;
  font-weight: 600;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.screen-reader-text:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  background: var(--white) !important;
  color: var(--ink) !important;
  outline: 3px solid var(--warm) !important;
  z-index: 100000 !important;
}

.dh-draft-notice {
  background: var(--pale);
  border-left: 4px solid var(--warm);
  padding: 14px 20px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}

.dh-draft-notice strong {
  color: var(--warm);
  font-weight: 700;
}

.footer {
  border-top: 1px solid var(--ink);
  padding: 30px 0 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px 32px;
  color: var(--muted);
  font-size: 13px;
}

.foot-brand {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.footer p {
  margin: 0;
  line-height: 1.6;
}

.footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer span {
  display: inline-flex;
  align-items: center;
}

@media (min-width: 601px) {
  .mobile-scope {
    display: none;
  }
}

@media (max-width: 900px) {
  .strap {
    display: none;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .hero {
    gap: 35px;
  }
  .contents {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 245px;
  }
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .article-side {
    position: static;
    top: auto;
    grid-row: 1;
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
  }
  .article-side h2 {
    margin: 0;
  }
  .article-side .note {
    display: none;
  }
  .article-side a {
    border: 0;
  }
}

@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 0 36px;
  }
  .contents {
    display: block;
    padding: 32px 0;
  }
  .contents aside {
    margin-top: 36px;
  }
  .topics {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 600px) {
  body,
  body.dh-site {
    font-size: 16px;
  }
  .masthead {
    display: block;
    padding: 20px 0 12px;
    min-height: 0;
  }
  .brand {
    font-size: 27px;
  }
  .masthead nav,
  .masthead ul.dh-menu {
    margin: 10px 0 0;
    gap: 10px;
    justify-content: space-between;
  }
  .masthead nav a,
  .masthead ul.dh-menu li a {
    font-size: 13px;
  }
  .hero {
    padding: 32px 0;
    display: block;
  }
  .hero p {
    font-size: 15px;
    margin-top: 17px;
  }
  .hero-right {
    margin-top: 28px;
  }
  .searchbox input,
  .search-form input[type="search"],
  .search-form .search-field {
    font-size: 16px;
    padding-left: 7px;
  }
  .searchbox button,
  .search-form input[type="submit"],
  .search-form .search-submit {
    padding: 8px 15px;
  }
  .eyebrow {
    margin-bottom: 14px;
  }
  .contents {
    display: block;
    padding: 30px 0;
  }
  .contents aside {
    margin-top: 32px;
  }
  .section-head {
    margin-bottom: 17px;
  }
  .section-head h2 {
    font-size: 24px;
  }
  .section-head .sub {
    font-size: 12px;
  }
  .article-row {
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    gap: 8px;
    padding: 20px 0;
  }
  .article-row h3 {
    font-size: 19px;
  }
  .num {
    font-size: 12px;
  }
  .topics {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 34px;
  }
  .topic-link {
    padding-bottom: 22px;
  }
  .topics .eyebrow {
    margin-bottom: 5px;
  }
  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .article-layout {
    padding-top: 18px;
  }
  .article-side {
    gap: 9px;
  }
  .article-side h2 {
    display: none;
  }
  .article-side a {
    font-size: 13px;
  }
  .article-meta {
    font-size: 12px;
  }
  .answer,
  .wp-block-group.answer {
    font-size: 18px;
  }
  .price-table th,
  .price-table td {
    padding: 13px 9px;
  }
  .mobile-scope {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
  }
  .article-body h2,
  .entry-content h2 {
    font-size: 24px;
  }
  .copybox {
    padding: 18px;
  }
  .copy-status {
    display: block;
    margin: 10px 0 0;
  }
  .outline {
    padding: 22px;
  }
  .preview-note {
    font-size: 11px;
  }
  .result-label {
    font-size: 12px;
  }
  .case-picker {
    display: grid;
    grid-template-columns: 1fr;
  }
  .case-picker button {
    text-align: left;
  }
  .case-result {
    padding: 20px;
  }
  .case-result h3 {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .wrap {
    width: calc(100% - 24px);
  }
  .searchbox {
    flex-direction: column;
  }
  .searchbox button {
    width: 100%;
  }
  .search-form .search-box-inner,
  .search-form form {
    flex-direction: column;
  }
  .search-form input[type="submit"],
  .search-form .search-submit {
    width: 100%;
  }
  .article-row {
    grid-template-columns: 20px minmax(0, 1fr) 14px;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Integration: notice, menu alignment and native WordPress blocks. */
.dh-draft-notice{margin:0;padding:8px 20px;text-align:center;border:0;font-size:13px;background:var(--green);color:var(--white)}
.breadcrumb{justify-content:flex-start;margin-left:0}
.footer nav{margin-left:0}
.hero .eyebrow{font-size:12px;margin:0 0 18px;color:var(--green)}
.hero h1{margin:0}
.hero .wp-block-heading{margin:0}
.side-note{font-size:14px;color:var(--muted)}
.dh-menu .current-menu-item>a{color:var(--green);text-decoration:underline;text-underline-offset:6px}
.entry-content pre{max-width:100%;overflow:auto;background:var(--pale);padding:20px}
.entry-content h2{scroll-margin-top:64px}
.mobile-toc{display:none}
@media(max-width:900px){.article-side{display:none}.mobile-toc{display:block}.mobile-toc a{display:block;min-height:44px;padding:8px 0;font-size:14px}.article-layout{gap:0}}
@media(max-width:600px){.section-head{flex-wrap:wrap;gap:4px}.footer .dh-menu{gap:12px}.footer .dh-menu a{font-size:13px}}
