.help-hero{background:#cce784;border-radius:24px;padding:26px 28px;margin:18px 0 18px}
.help-hero-inner{display:flex;align-items:center;gap:20px}
.help-mascot{font-size:52px;line-height:1}
.help-hero-copy{flex:1}
.help-hero-copy h1{margin:0 0 14px;font-size:32px;text-align:center}
.help-search{display:flex;align-items:center;max-width:620px;margin:0 auto;background:#fff;border-radius:999px;padding:6px 12px;box-shadow:0 6px 20px rgba(0,0,0,.08)}
.help-search input{flex:1;border:0;outline:none;padding:12px 14px;background:transparent}
.help-search button{border:0;background:transparent;font-size:24px;cursor:pointer}
.help-info-banner,.help-business-banner{display:flex;justify-content:space-between;align-items:center;gap:16px;border-radius:16px;padding:14px 18px;margin:14px 0}
.help-info-banner{background:#d9ebb1}
.help-business-banner{background:#d8c9f1}
.help-section{margin:26px 0}
.help-section h2{margin:0 0 16px}
.help-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:stretch}
.help-grid .card{background:#fff;border:1px solid #d9d9d9;border-radius:14px;padding:22px}
.help-category-card{display:flex;text-decoration:none;color:inherit;flex-direction:column;justify-content:center;align-items:center}
.help-category-card span{display:block;margin-top:12px;color:#6b7280;font-size:14px}
.help-category-card{background:#fff;border:1px solid #d9d9d9;border-radius:14px;padding:22px;min-height:220px;text-align:center;box-shadow:0 8px 18px rgba(0,0,0,.04)}
.help-category-card.empty{text-align:left}
.help-category-icon{font-size:44px;margin-bottom:12px}
.help-category-icon.large{font-size:54px}
.help-category-card h3{margin:0 0 8px;font-size:22px}
.help-category-card h3 a{text-decoration:none;color:inherit}
.help-category-card p{color:#555;line-height:1.55}
.help-category-meta{margin-top:12px;color:#6b7280;font-size:14px}
.help-article-list{background:#fff;border:1px solid #d9d9d9;border-radius:14px;overflow:hidden}
.help-article-row{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #ececec;text-decoration:none;color:inherit}
.help-article-row:last-child{border-bottom:0}
.help-article-row:hover{background:#f8fafc}
.help-article-row.empty{color:#6b7280}
.help-breadcrumb{display:flex;gap:10px;align-items:center;font-size:14px;color:#6b7280;margin:18px 0}
.help-breadcrumb a{text-decoration:none}
.help-category-header{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #d9d9d9;border-radius:14px;padding:20px;margin-bottom:16px}
.help-category-header h1,.help-article-card h1{margin:0 0 8px}
.help-article-card{background:#fff;border:1px solid #d9d9d9;border-radius:14px;padding:24px}
.help-article-excerpt{font-size:18px;color:#475569;margin:0 0 18px}
.help-richtext{line-height:1.7}
@media (max-width: 700px){
  .help-hero-copy h1{font-size:24px}
  .help-hero-inner{flex-direction:column;align-items:flex-start}
  .help-business-banner,.help-info-banner{flex-direction:column;align-items:flex-start}
}


/* Remove header and footer borders */
header, .site-header {
  border: none !important;
  box-shadow: none !important;
}
footer, .site-footer {
  border: none !important;
  box-shadow: none !important;
}
.topbar {
  border-bottom: none !important;
}
