.rm-home .rm-home__wordmark, .rm-blog .rm-blog__wordmark { width: auto; }
.rm-wordmark-text { font-size: 34px; font-weight: 650; letter-spacing: -.065em; line-height: 1; }
.rm-menu-toggle { display: none; }
.rm-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.rm-card-meta .rm-blog__category { margin: 0; }
.rm-level { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 32px; height: 32px; font-size: 12px; line-height: 1; border: 1px solid; border-radius: 50%; }
.rm-level__symbol { font-family: Georgia, serif; font-size: 21px; line-height: 1; transform: translateY(-1px); }
.rm-level__indicator { display: inline-flex; align-items: flex-end; gap: 2px; width: 14px; height: 12px; }
.rm-level__indicator i { display: block; width: 3px; border-radius: 3px; background: currentColor; }
.rm-level__indicator i:nth-child(1) { height: 4px; }
.rm-level__indicator i:nth-child(2) { height: 8px; }
.rm-level__indicator i:nth-child(3) { height: 12px; }
.rm-level--all { color: #31554a; background: #edf3ee; border-color: #bdcfc2; }
.rm-level--expert { color: #654370; background: #f2eaf5; border-color: #cbb3d4; }
.rm-stories__feature .rm-level, .rm-blog__featured .rm-level { color: #fff; background: #ffffff12; border-color: #ffffff80; }
.rm-article .rm-article__related { max-width: none; background: #202827; color: #fafaf8; border: 0; border-radius: 12px; padding: 40px; margin-top: 72px; }
.rm-article__related .rm-stories__grid { gap: 20px; }
.rm-article__related a.rm-stories__card { color: #151b19; background: #fafaf8; border: 1px solid #fafaf8; }
.rm-article__related > h2 { margin-bottom: 24px; }
.rm-article__related .rm-stories__card:focus-visible { outline: 3px solid white; outline-offset: 5px; }
.rm-article__related .rm-stories__card p, .rm-article__related .rm-stories__category { color: #59625d; }
.rm-menu-icon { display: grid; align-content: center; gap: 5px; width: 18px; height: 20px; }
.rm-menu-icon i { display: block; height: 1.5px; background: currentColor; width: 18px; }
.rm-menu-toggle[aria-expanded="true"] .rm-menu-icon i:first-child { transform: translateY(3.25px) rotate(45deg); }
.rm-menu-toggle[aria-expanded="true"] .rm-menu-icon i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
@media (max-width: 760px) {
  .rm-home .rm-home__header, .rm-blog .rm-blog__header { min-height: 76px; padding: 12px 0; flex-wrap: wrap; gap: 0; align-items: center; }
  .rm-wordmark-text { font-size: 30px; }
  .rm-menu-ready .rm-menu-toggle { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 0 8px 16px; background: transparent; border: 0; color: #151b19; cursor: pointer; font-size: 14px; }
  .rm-home .rm-home__nav, .rm-blog .rm-blog__nav { width: 100%; gap: 0; }
  .rm-menu-ready #site-navigation { display: none; }
  .rm-menu-ready #site-navigation.is-open { display: flex; flex-direction: column; align-items: stretch; padding-top: 12px; margin-top: 12px; border-top: 1px solid var(--rm-line); }
  #site-navigation > a, #site-navigation > button { display: inline-flex; min-height: 48px; padding: 12px 0; font-size: 16px; }
  #site-navigation > button { justify-content: space-between; }
  #site-navigation button span { display: inline; }
  #site-navigation .rm-blog__nav-link--active::after { display: none; }
  #site-navigation .rm-blog__nav-link--active { color: var(--rm-accent); }
  .rm-article .rm-article__related { padding: 28px 20px; margin-top: 48px; border-radius: 8px; }
  .rm-article__related .rm-stories__card { padding: 24px 20px 16px; }
  .rm-article__related .rm-stories__card h3 { font-size: 25px; }
}
