.help-knowledge, .help-article { background: #f6f8f6; color: #142b23; overflow-wrap: anywhere; }
.help-knowledge { padding: 42px 0 24px; }
.help-knowledge h2 { margin: 10px 0; font-size: clamp(24px,3vw,30px); line-height: 1.5; }
.help-knowledge p, .help-article p { font-size: 16px; line-height: 1.9; }
.help-knowledge > .container > header > p { color: #536d63; max-width: 760px; }
.help-topic-nav, .help-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; }
.help-topic-nav { margin: 26px 0 32px; }
.help-topic-nav a { padding: 9px 15px; background: #e5f3ed; border: 1px solid #c9e2d6; border-radius: 9px; text-decoration: none; color: #076b4b; font-size: 15px; }
.help-topic-group { scroll-margin-top: 130px; margin: 30px 0; }
.help-topic-group h3 { font-size: 22px; margin: 0 0 17px; }
.help-topic-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.help-topic-grid article { display: flex; flex-direction: column; min-width: 0; padding: 25px; border: 1px solid #d5e2db; border-radius: 15px; background: #fff; }
.help-topic-grid h4 { margin: 0; font-size: 19px; line-height: 1.65; }
.help-topic-grid h4 a { text-decoration: none; color: #103b2c; }
.help-topic-grid a:hover { color: #007d53; text-decoration: underline; text-underline-offset: 4px; }
.help-topic-grid p { margin: 14px 0; color: #4b6459; }
.help-topic-grid article > span { color: #637c71; font-size: 14px; }
.help-card-questions { padding: 0; margin: 18px 0; list-style: none; }
.help-card-questions li + li { border-top: 1px solid #e5ede8; }
.help-card-questions a { display: block; padding: 12px 0; color: #076e4e; font-size: 16px; line-height: 1.75; text-decoration: underline; text-underline-offset: 4px; }
.help-card-action { margin-top: auto; padding-top: 16px; border-top: 1px solid #d7e4dc; }
.help-card-action a { display: inline-block; padding: 8px 0; color: #076e4e; font-size: 15px; font-weight: 600; }
.help-answer:target, .help-answer-active { background: #e8f4ed; box-shadow: 0 0 0 12px #e8f4ed; border-radius: 6px; }
.help-article { padding: 28px 0 56px; }
.help-article > .container { max-width: 900px; }
.help-breadcrumb { font-size: 14px; margin-bottom: 30px; line-height: 1.7; color: #536d63; }
.help-article a { color: #076e4e; text-underline-offset: 4px; }
.help-article h1 { font-size: clamp(26px,3.4vw,36px); line-height: 1.5; margin: 12px 0 14px; letter-spacing: -.02em; }
.help-article .help-article-meta { color: #637c71; font-size: 14px; }
.help-article-meta time { white-space: nowrap; }
.help-direct-answer { background: #e8f4ed; padding: 23px 26px; border-inline-start: 3px solid #22ad7b; border-radius: 0 12px 12px 0; margin: 25px 0; }
.help-question-nav { display: grid; gap: 12px; margin: 25px 0 32px; font-size: 16px; line-height: 1.7; }
.help-answer { padding: 28px 0; border-top: 1px solid #d7e4dc; scroll-margin-top: 130px; }
.help-article h2 { margin: 0 0 15px; font-size: 23px; line-height: 1.6; }
.help-answer p { margin: 0; }
.help-checklist, .help-references, .help-related { padding: 26px; margin: 24px 0; border: 1px solid #d7e4dc; border-radius: 14px; background: #fff; }
.help-article ul, .help-article ol { margin: 10px 0 0; padding-inline-start: 22px; font-size: 16px; line-height: 1.85; }
.help-article li + li { margin-top: 10px; }
.help-references p { color: #637c71; font-size: 14px; margin-bottom: 0; }
.help-article footer { display: flex; gap: 24px; flex-wrap: wrap; padding-top: 14px; }
.help-knowledge a:focus-visible, .help-article a:focus-visible { outline: 2px solid #007d53; outline-offset: 4px; }
@media (max-width:600px) {
  .help-topic-grid { grid-template-columns: minmax(0,1fr); }
  .help-topic-grid article, .help-checklist, .help-references, .help-related { padding: 20px; }
  .help-knowledge { padding-top: 24px; }
  .help-direct-answer { padding: 20px; }
  .help-article h2 { font-size: 21px; }
}
