.beginner-page {
  background: #fff;
  letter-spacing: 0;
}

.beginner-page .content {
  max-width: 1000px;
}

.beginner-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brand-icon {
  flex: 0 0 28px;
}

.beginner-page .band {
  border-bottom: 1px solid #dce3df;
}

.beginner-intro {
  padding-top: 48px;
  padding-bottom: 32px;
  background: #f1f6ed;
}

.beginner-intro h1 {
  font-size: 40px;
}

.beginner-page h2 {
  font-size: 27px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.beginner-page .cta-row {
  align-items: center;
}

.entry-secondary,
.entry-link {
  font-weight: 700;
}

.entry-cost,
.practice-figure figcaption {
  color: #526064;
  font-size: 13px;
  line-height: 1.7;
}

.beginner-example {
  background: #fff9fa;
}

.practice-figure {
  margin: 24px 0;
}

.practice-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.practice-figure figcaption {
  margin-top: 10px;
}

.beginner-route {
  list-style: none;
  margin: 0;
  padding: 0;
}

.beginner-route li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #dce3df;
}

.route-number {
  color: #8a4059;
  font-size: 18px;
  font-weight: 700;
}

.beginner-route h3,
.beginner-route p {
  margin: 0 0 6px;
}

.beginner-route h3 {
  font-size: 20px;
  line-height: 1.5;
}

.beginner-article .article-hero h1 {
  max-width: 840px;
  font-size: 36px;
  line-height: 1.45;
}

.beginner-article .article {
  max-width: 840px;
}

.beginner-article h2[id],
.beginner-article h3[id] {
  scroll-margin-top: 120px;
}

.practice-input {
  margin: 20px 0 28px;
  border: 1px solid #c4d1cc;
  border-radius: 6px;
  background: #f5f8f4;
  overflow: hidden;
}

.practice-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  border-bottom: 1px solid #dce3df;
}

.practice-toolbar span {
  font-size: 14px;
  font-weight: 700;
}

.practice-input pre {
  margin: 0;
  padding: 18px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: inherit;
  font-size: 15px;
  line-height: 1.85;
}

.copy-prompt {
  display: inline-grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid #c4d1cc;
  border-radius: 4px;
  background: #fff;
  color: #24351f;
  cursor: pointer;
}

.copy-prompt:hover {
  background: #eaf2e2;
}

.copy-prompt[hidden] {
  display: none;
}

.copy-prompt:focus-visible,
.beginner-page a:focus-visible,
.practice-input pre:focus-visible {
  outline: 3px solid #956078;
  outline-offset: 3px;
}

.copy-status {
  margin: 0;
  padding: 0 18px 10px;
  min-height: 28px;
  color: #526064;
  font-size: 14px;
}

.sample-answer {
  margin: 22px 0;
  padding: 8px 0 8px 20px;
  border-left: 4px solid #bd8295;
}

.sample-answer h3 {
  margin-top: 0;
}

.sample-answer p:last-child {
  margin-bottom: 0;
}

.practice-toc {
  padding: 16px 0;
  border-block: 1px solid #dce3df;
}

.practice-toc ol {
  margin: 0;
  padding-left: 24px;
}

@media (max-width: 760px) {
  .beginner-page .site-header {
    position: static;
  }

  .beginner-page .band {
    padding: 30px 20px;
  }

  .beginner-page .beginner-intro {
    padding-top: 30px;
  }

  .beginner-intro h1 {
    font-size: 30px;
  }

  .beginner-article .article-hero h1 {
    font-size: 28px;
  }

  .beginner-page h2 {
    font-size: 23px;
  }

  .beginner-page .cta-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .beginner-page .button {
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
    max-width: 100%;
  }

  .beginner-route h3 {
    font-size: 18px;
  }

  .beginner-article h2[id],
  .beginner-article h3[id] {
    scroll-margin-top: 20px;
  }
}
