/* WordPress integration. Keep these base rules less specific than design.css. */
:where(.rh-site, .rh-site *, .rh-site *::before, .rh-site *::after) {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--border, #d5e1e8);
}
:where(.rh-site) :where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ol, ul, menu) { margin: 0; }
:where(.rh-site) :where(h1, h2, h3, h4, h5, h6) { font-size: inherit; font-weight: inherit; }
:where(.rh-site) :where(ol, ul, menu) { padding: 0; list-style: none; }
:where(.rh-site) :where(button, input, select, textarea, optgroup) {
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
}
:where(.rh-site) :where(button, input[type="submit"], input[type="button"]) { appearance: button; cursor: pointer; }
:where(.rh-site) :where(button:disabled, input:disabled) { cursor: not-allowed; }
:where(.rh-site) :where(img, svg, video, canvas, audio, iframe, embed, object) { display: block; vertical-align: middle; }
:where(.rh-site) :where(img, video) { max-width: 100%; height: auto; }
:where(.rh-site) :where(svg) { flex-shrink: 0; }
:where(.rh-site) :where(a) { color: inherit; text-decoration: inherit; }
:where(.rh-site) :where(b, strong) { font-weight: bolder; }
:where(.rh-site) :where(small) { font-size: 80%; }
:where(.rh-site) :where(sub, sup) { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
:where(.rh-site) :where(sub) { bottom: -.25em; }
:where(.rh-site) :where(sup) { top: -.5em; }
:where(.rh-site) :where(table) { border-collapse: collapse; border-color: inherit; text-indent: 0; }
:where(.rh-site) :where(fieldset) { min-width: 0; margin: 0; padding: 0; }
:where(.rh-site) :where(legend) { padding: 0; }
:where(.rh-site) :where(hr) { height: 0; border-top-width: 1px; color: inherit; }
:where(.rh-site) :where(summary) { display: list-item; cursor: pointer; }
:where(.rh-site) :where([hidden]:not([hidden="until-found"])) { display: none !important; }

body.rh-site {
  --rh-toolbar-offset: 0px;
  --rh-header-height: 122px;
  margin: 0;
  min-width: 280px;
  color: #152e3f;
  background: #fff;
  font-family: Arial, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.rh-site.admin-bar { --rh-toolbar-offset: 32px; }
.rh-site > .header { top: var(--rh-toolbar-offset); }
.rh-site > #main { display: block; min-height: 40vh; }
.rh-site > .skip-link { z-index: 100000; }
.rh-site > .skip-link:focus { top: calc(var(--rh-toolbar-offset) + 8px); }
.rh-site .desktop-nav a, .rh-site .nav-sheet nav a, .rh-site .footer-main nav a { text-decoration: none; }
.rh-site .desktop-nav a:hover b, .rh-site .footer-main nav a[aria-current="page"] b { color: var(--blue); }
.rh-site .header-inner, .rh-site .header-inner > nav, .rh-site .footer-main > nav { min-width: 0; }
.rh-site .menu-button, .rh-site .character-arrow, .rh-site .auto-rotate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.rh-site .menu-button { border-width: 1px; border-radius: 3px; background: #fff; }
.rh-site .menu-button:hover { background: #f1f7fa; }
.rh-site .character-arrow { border-width: 1px; padding: 0; }
.rh-site .character-portrait { display: block; width: 100%; min-width: 0; }
.rh-site .auto-rotate { border-radius: 3px; white-space: nowrap; }
.rh-site .auto-rotate:hover:not(:disabled) { background: #e4eff5; }
.rh-site .auto-rotate:disabled { opacity: .65; }
.rh-site .selected-indicator { flex-shrink: 0; }
.rh-site .button { text-decoration: none; }

/* Native dialog replaces the preview's component-library drawer. */
#rh-mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(400px, 92vw);
  min-width: 0;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: max(26px, env(safe-area-inset-top)) max(26px, env(safe-area-inset-right)) max(26px, env(safe-area-inset-bottom)) 26px;
  border: 0;
  border-left: 1px solid #d5e1e8;
  box-shadow: -12px 0 60px #102d4933;
  color: #152e3f;
  background: #fff;
  overflow-y: auto;
  overscroll-behavior: contain;
}
#rh-mobile-menu:not([open]) { display: none; }
#rh-mobile-menu[open] { display: block; }
#rh-mobile-menu::backdrop { background: rgb(16 38 56 / 48%); backdrop-filter: blur(3px); }
#rh-mobile-menu .drawer-heading { gap: 20px; }
#rh-mobile-menu .drawer-heading h2 { font-size: 20px; line-height: 1.5; font-weight: 800; color: var(--blue); letter-spacing: .08em; }
#rh-mobile-menu [data-rh-menu-close] { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 3px; }
#rh-mobile-menu [data-rh-menu-close]:hover { background: var(--yellow); }
#rh-mobile-menu nav a { min-height: 64px; }
#rh-mobile-menu nav a[aria-current="page"] { box-shadow: inset 3px 0 0 var(--yellow); padding-left: 13px; }
#rh-mobile-menu .drawer-mark { margin: 20px auto 0; }

/* WordPress-generated cards and numbered archives. */
.rh-site .article-card { min-width: 0; height: 100%; }
.rh-site .article-card h3, .rh-site .journal-lead-copy h2 { overflow-wrap: anywhere; }
.rh-site .article-meta { flex-wrap: wrap; gap: 7px 15px; }
.rh-site .article-meta time { flex-shrink: 0; }
.rh-site .article-typographic .type-dot { font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: var(--blue); }
.rh-site .journal-fallback { display: grid; height: 100%; align-content: center; padding: 35px; font-size: clamp(35px, 5vw, 65px); line-height: 1.05; font-weight: 900; letter-spacing: -.05em; color: #9bbfd3; background: #eaf3f7; }
.rh-pagination { display: flex; align-items: center; justify-content: center; gap: 9px; flex-wrap: wrap; margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--border); }
.rh-pagination:empty { display: none; }
.rh-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 43px; min-height: 43px; padding: 8px 13px; border: 1px solid var(--border); font-size: 13px; line-height: 1.5; color: var(--blue); background: #fff; }
.rh-pagination a.page-numbers:hover { border-color: var(--blue); background: #edf5f8; }
.rh-pagination .page-numbers.current { color: #fff; background: var(--blue); border-color: var(--blue); font-weight: 800; }
.rh-pagination .page-numbers.dots { border-color: transparent; background: transparent; min-width: 24px; padding-inline: 3px; }
.rh-pagination .prev, .rh-pagination .next { padding-inline: 17px; }
.rh-pagination ul.page-numbers { display: flex; flex-wrap: wrap; gap: 9px; border: 0; padding: 0; background: none; }
.rh-pagination .post-page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 43px; min-height: 43px; padding: 8px 13px; border: 1px solid var(--border); font-size: 13px; color: var(--blue); }
.rh-pagination .post-page-numbers.current { background: var(--blue); border-color: var(--blue); color: #fff; font-weight: 800; }
.rh-page-content { max-width: 880px; }
.rh-site .article-layout > *, .rh-site .journal-archive > *, .rh-site .contact-layout > * { min-width: 0; }
.rh-content-heading { margin: 15px 0 25px; font-size: 27px; line-height: 1.75; font-weight: 800; color: #183d54; }
.rh-post-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.rh-post-tags a { display: inline-block; padding: 5px 11px; border: 1px solid var(--border); font-size: 12px; line-height: 1.8; color: var(--blue); background: #f7fafb; overflow-wrap: anywhere; }
.rh-post-tags a::before { content: '#'; margin-right: 4px; color: #89a4b4; }
.rh-post-tags a:hover { background: #eaf3f7; border-color: var(--blue); }
.rh-edit-link { font-size: 12px; color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.rh-not-found-links { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.rh-search-form { width: 100%; max-width: 700px; margin-top: 15px; }
.rh-search-form > label { display: block; font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.rh-search-form > div { display: flex; align-items: stretch; gap: 12px; }
.rh-search-form input[type="search"] { flex: 1; min-width: 0; min-height: 53px; padding: 12px 15px; border: 1px solid #c8d8e1; border-radius: 3px; background: #f7fafb; color: #334f61; font-size: 16px; }
.rh-search-form button { flex-shrink: 0; }
.rh-search-form input::placeholder { color: #7a919e; font-size: 13px; }
.rh-site .post-password-form input[type="password"] { width: 100%; max-width: 360px; margin: 12px 0; padding: 10px 13px; border: 1px solid var(--border); background: #f7fafb; font-size: 16px; }
.rh-site .post-password-form input[type="submit"] { margin: 12px 0; padding: 11px 22px; border-radius: 3px; background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; }

/* Preserve the original Gutenberg/classic-editor article content. */
.rh-site .article-body { overflow-wrap: anywhere; }
.rh-site .article-body > :first-child { margin-top: 0; }
.rh-site .article-body > :last-child { margin-bottom: 0; }
.rh-site .article-body p { margin-bottom: 1.5em; }
.rh-site .article-body :is(h1, h2, h3, h4, h5, h6) { scroll-margin-top: calc(var(--rh-toolbar-offset) + var(--rh-header-height) + 24px); }
.rh-site .article-body :is(h4, h5, h6) { font-size: 1.12em; line-height: 1.8; font-weight: 800; color: #183d54; margin: 1.8em 0 .8em; }
.rh-site .article-body ul { list-style: disc; }
.rh-site .article-body ol { list-style: decimal; }
.rh-site .article-body :is(ul, ol) { padding-inline-start: 1.6em; margin-block: 1.5em; }
.rh-site .article-body li > :is(ul, ol) { margin-block: .5em; }
.rh-site .article-body li > p { margin-bottom: .6em; }
.rh-site .article-body blockquote > :last-child { margin-bottom: 0; }
.rh-site .article-body blockquote cite { display: block; margin-top: 12px; font-size: .8em; font-style: normal; font-weight: 500; color: #6b8392; }
.rh-site .article-body :is(pre, .wp-block-preformatted, .wp-block-code) { max-width: 100%; margin: 28px 0; padding: 22px 25px; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; font-size: .92em; line-height: 2; background: #f2f7fa; border-left: 3px solid var(--yellow); }
.rh-site .article-body pre code { padding: 0; background: transparent; }
.rh-site .article-body :not(pre) > code { padding: .12em .3em; background: #edf4f7; font-size: .9em; border-radius: 2px; }
.rh-site .article-body figure { max-width: 100%; }
.rh-site .article-body :is(figcaption, .wp-caption-text) { margin-top: 12px; font-size: 12px; line-height: 1.9; color: #6b8392; text-align: center; }
.rh-site .article-body .wp-caption { max-width: 100%; }
.rh-site .article-body :is(img, iframe, video, object, embed) { max-width: 100%; }
.rh-site .article-body :is(audio, video) { width: 100%; }
.rh-site .article-body .wp-block-embed__wrapper { overflow: hidden; }
.rh-site .article-body .wp-has-aspect-ratio .wp-block-embed__wrapper { position: relative; aspect-ratio: 16 / 9; }
.rh-site .article-body .wp-has-aspect-ratio .wp-block-embed__wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
.rh-site .article-body .wp-embed-aspect-4-3 .wp-block-embed__wrapper { aspect-ratio: 4 / 3; }
.rh-site .article-body .wp-embed-aspect-1-1 .wp-block-embed__wrapper { aspect-ratio: 1; }
.rh-site .article-body .wp-block-table { overflow-x: auto; }
.rh-site .article-body table { width: 100%; max-width: 100%; margin: 24px 0; font-size: .9em; line-height: 1.9; }
.rh-site .article-body :is(th, td) { padding: 12px 15px; border: 1px solid var(--border); text-align: start; vertical-align: top; overflow-wrap: anywhere; }
.rh-site .article-body th { font-weight: 700; color: var(--blue-dark); background: #edf5f8; }
.rh-site .article-body .wp-block-table table { margin: 0; }
.rh-site .article-body .wp-block-separator { margin-block: 40px; border-top: 1px solid var(--border); }
.rh-site .article-body :is(.aligncenter, .alignwide, .alignfull) { margin-inline: auto; max-width: 100%; }
.rh-site .article-body .alignleft { float: left; margin: 8px 28px 20px 0; }
.rh-site .article-body .alignright { float: right; margin: 8px 0 20px 28px; }
.rh-site .article-body::after { content: ''; display: table; clear: both; }
.rh-site .article-body .wp-block-gallery { gap: 15px; }
.rh-site .article-body .wp-block-gallery figure { margin: 0; }
.rh-site .article-body .wp-block-button__link { color: #fff; background: var(--blue); padding: 12px 23px; border-radius: 3px; font-size: 14px; font-weight: 700; text-decoration: none; }
.rh-site .article-body .is-style-outline .wp-block-button__link { color: var(--blue); background: transparent; border: 1px solid var(--blue); }
.rh-site .article-body .page-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--border); font-size: 14px; }
.rh-site .article-body .post-page-numbers { padding: 4px 11px; border: 1px solid var(--border); text-decoration: none; }
.rh-site .article-body .post-page-numbers.current { background: var(--blue); color: #fff; }
.rh-site.admin-bar .article-aside-inner, .rh-site.admin-bar .policy-index { top: calc(150px + var(--rh-toolbar-offset)); }

/* Contact is now a native WordPress form, using the same blue-and-white panel. */
.contact-layout { display: grid; grid-template-columns: .85fr 1.3fr; gap: 80px; align-items: start; }
.contact-form { position: relative; min-width: 0; padding: 35px; border: 1px solid var(--border); background: #fff; }
.contact-workspace > .contact-form { padding: 0; border: 0; }
.contact-form > h2 { font-size: 23px; line-height: 1.7; font-weight: 800; margin-bottom: 25px; }
.contact-form > .eyebrow + h2 { margin-top: 13px; }
.contact-form .form-field { margin-bottom: 25px; }
.contact-form label { display: flex; align-items: baseline; gap: 10px; font-size: 14px; font-weight: 700; line-height: 1.8; margin-bottom: 10px; }
.contact-form label :is(span, small) { font-size: 11px; color: var(--blue); background: #edf5f8; padding: 2px 6px; }
.contact-form :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea, select) {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  border: 1px solid #c8d8e1;
  border-radius: 3px;
  background: #f7fafb;
  color: #334f61;
  font-size: 16px;
  line-height: 1.8;
}
.contact-form :is(input, textarea, select):focus-visible { outline-offset: 3px; }
.contact-form .form-field :is(input, textarea) { color: #334f61 !important; }
.contact-form textarea, .contact-form .form-field textarea { height: auto; min-height: 210px; resize: vertical; }
.contact-form form > :is(input:not([type="hidden"]), textarea, select) { margin-bottom: 25px; }
.contact-form :is(input, textarea)::placeholder { color: #7a919e; opacity: 1; font-size: 13px; }
.contact-form :is(input, textarea, select)[aria-invalid="true"] { border-color: #ae5b48 !important; background: #fff9f6 !important; }
.contact-form :is(input[type="checkbox"], input[type="radio"]) { width: 18px; height: 18px; flex-shrink: 0; accent-color: var(--blue); }
.contact-form .form-submit { opacity: 1 !important; align-items: center; cursor: pointer; font-weight: 700; border: 1px solid var(--blue); }
.contact-form .form-submit:hover { background: var(--blue-dark) !important; }
.contact-form .form-submit:disabled { opacity: .6 !important; cursor: not-allowed; }
.contact-form .form-privacy { margin-block: 15px 24px; line-height: 1.9; }
.rh-form-notice { padding: 19px 22px; margin-bottom: 25px; border: 1px solid #bbd5df; border-left: 4px solid var(--cyan); background: #edf6f8; color: #315c72; font-size: 14px; line-height: 2; overflow-wrap: anywhere; }
.rh-form-notice[role="alert"], .rh-form-notice.is-error { border-color: #e2c4b9; border-left-color: #ae5b48; background: #fff7f2; color: #784735; }
.rh-form-notice p + p { margin-top: 8px; }
.rh-form-notice > h2 { font-size: 21px; font-weight: 800; line-height: 1.8; margin-bottom: 13px; }
.rh-form-notice .plain-link { margin-top: 22px; }
.rh-form-notice ul { list-style: disc; padding-left: 1.4em; margin: 0; }
.rh-form-notice a { text-decoration: underline; text-underline-offset: 3px; }
.rh-honeypot { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; padding: 0 !important; margin: 0 !important; border: 0 !important; pointer-events: none; }

/* Native comments retain existing discussions and WordPress reply behavior. */
#comments { margin-top: 55px; padding-top: 32px; border-top: 1px solid var(--border); }
#comments :is(.comments-title, .comment-reply-title, #rh-comments-title) { font-size: 24px; line-height: 1.7; font-weight: 800; margin-bottom: 25px; color: #183d54; }
#comments > .eyebrow { margin-bottom: 12px; }
#comments .rh-comments-count { font-size: 13px; color: #78909f; margin-bottom: 10px; }
#comments .comment-list { margin: 0 0 40px; padding: 0; list-style: none; }
#comments .comment-list .children { margin: 22px 0 0 22px; padding-left: 22px; border-left: 2px solid #dce9ef; list-style: none; }
#comments .comment-body { padding: 24px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
#comments .comment-author { color: var(--blue-dark); font-weight: 700; }
#comments .comment-author .avatar { float: left; width: 44px; height: 44px; margin-right: 14px; border-radius: 50%; }
#comments .comment-author cite { font-style: normal; }
#comments :is(.comment-metadata, .comment-meta.commentmetadata) { margin-top: 4px; font-size: 11px; color: #78909f; }
#comments .comment-content { clear: both; padding-top: 18px; color: #456376; line-height: 2; overflow-wrap: anywhere; }
#comments .comment-content p { margin-bottom: 15px; }
#comments .comment-content :is(ul, ol) { padding-left: 1.5em; margin: 15px 0; list-style: disc; }
#comments .comment-content ol { list-style: decimal; }
#comments .comment-content a, #comments :is(.reply, .edit-link, .logged-in-as) a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
#comments .reply { margin-top: 15px; font-size: 12px; }
#comments .comment-awaiting-moderation { display: block; margin-top: 12px; color: #7b6c33; font-size: 12px; }
#comments :is(.comment-notes, .logged-in-as, .no-comments) { font-size: 13px; color: #6a8493; line-height: 1.9; margin-bottom: 22px; }
#comments .comment-reply-title small { display: block; font-size: 12px; font-weight: 500; margin-top: 8px; }
#comments .comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
#comments .comment-form > p { min-width: 0; margin: 0; }
#comments .comment-form > :is(.comment-notes, .logged-in-as, .comment-form-comment, .comment-form-cookies-consent, .form-submit) { grid-column: 1 / -1; }
#comments .comment-form label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 700; color: #456376; }
#comments .comment-form :is(input:not([type="hidden"]):not([type="checkbox"]):not([type="submit"]), textarea) { width: 100%; padding: 11px 13px; border: 1px solid #c8d8e1; border-radius: 3px; color: #334f61; background: #f7fafb; font-size: 16px; line-height: 1.8; }
#comments .comment-form textarea { min-height: 190px; resize: vertical; }
#comments .comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 10px; }
#comments .comment-form-cookies-consent input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--blue); flex-shrink: 0; }
#comments .comment-form-cookies-consent label { font-size: 12px; font-weight: 500; line-height: 1.9; margin: 0; }
#comments .form-submit { width: auto; height: auto !important; padding: 0 !important; background: transparent !important; opacity: 1 !important; }
#comments input[type="submit"] { min-height: 49px; padding: 13px 25px; color: #fff; background: var(--blue); border-radius: 3px; font-size: 14px; font-weight: 700; }
#comments input[type="submit"]:hover { background: var(--blue-dark); }
#comments .nav-links { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; font-size: 13px; color: var(--blue); }
.rh-site .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.rh-site .screen-reader-text:focus { position: fixed; z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 18px; margin: 0; clip: auto; clip-path: none; white-space: normal; background: var(--yellow); color: #152e3f; }

@media (max-width: 1100px) {
  body.rh-site { --rh-header-height: 96px; }
  .contact-layout { grid-template-columns: .8fr 1.3fr; gap: 38px; }
  .contact-form { padding: 27px; }
  .rh-site.admin-bar .article-aside-inner, .rh-site.admin-bar .policy-index { top: calc(125px + var(--rh-toolbar-offset)); }
}
@media (max-width: 782px) { .rh-site.admin-bar { --rh-toolbar-offset: 46px; } }
@media (max-width: 760px) {
  body.rh-site { --rh-header-height: 94px; }
  #rh-mobile-menu { padding: max(23px, env(safe-area-inset-top)) max(23px, env(safe-area-inset-right)) max(23px, env(safe-area-inset-bottom)) 23px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-form { padding: 24px 22px; }
  .contact-form > h2 { font-size: 21px; }
  .rh-form-notice { padding: 16px 18px; font-size: 13px; }
  .rh-pagination { gap: 7px; margin-top: 35px; padding-top: 25px; }
  .rh-pagination .page-numbers { min-width: 40px; min-height: 43px; padding-inline: 11px; }
  .rh-site .article-body :is(pre, .wp-block-preformatted, .wp-block-code) { padding: 18px; }
  .rh-site .article-body :is(.alignleft, .alignright) { float: none; margin: 25px auto; }
  .rh-site .article-body :is(th, td) { padding: 9px 11px; }
  .rh-content-heading { font-size: 23px; }
  #comments :is(.comments-title, .comment-reply-title, #rh-comments-title) { font-size: 21px; }
  #comments .comment-list .children { margin-left: 10px; padding-left: 15px; }
  #comments .comment-form { grid-template-columns: 1fr; }
}
@media (max-width: 600px) { .rh-site.admin-bar { --rh-toolbar-offset: 0px; } }
@media (max-width: 440px) {
  .contact-form { padding: 23px 18px; }
  .rh-site .journal-grid .article-meta { flex-wrap: wrap; }
  .rh-search-form > div { flex-direction: column; }
  .rh-search-form button { justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) { #rh-mobile-menu { scroll-behavior: auto; } }
