.ab-help-page {
  min-height: 100vh;
  background: #fffaf6;
}

.ab-help-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 84px;
  color: #18202a;
}

.ab-help-language {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 20px;
}

.ab-help-language button {
  padding: 8px 13px;
  border: 1px solid #e4d8ce;
  border-radius: 999px;
  background: #fff;
  color: #59616c;
  font-weight: 700;
  cursor: pointer;
}

.ab-help-home {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  padding: 8px 14px;
  border: 1px solid #e4d8ce;
  border-radius: 999px;
  background: #fff;
  color: #343b45;
  font-weight: 700;
  text-decoration: none;
}

.ab-help-home:hover,
.ab-help-home:focus-visible {
  border-color: #ff7a00;
  color: #d85f00;
}

.ab-help-language button[aria-pressed="true"] {
  border-color: #ff7a00;
  background: #ff7a00;
  color: #fff;
}

.ab-help-language-panel[hidden] {
  display: none !important;
}

.ab-help-hero {
  max-width: 760px;
  margin-bottom: 28px;
}

.ab-help-eyebrow {
  color: #f26a00;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ab-help-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.12;
}

.ab-help-hero p {
  margin: 0;
  color: #5d6673;
  font-size: 17px;
  line-height: 1.65;
}

.ab-help-topics {
  display: flex;
  gap: 9px;
  margin-bottom: 28px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ab-help-topics a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid #eadfd5;
  border-radius: 999px;
  background: #fff;
  color: #343b45;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ab-help-topics a:hover,
.ab-help-topics a:focus-visible {
  border-color: #ff7a00;
  color: #d85f00;
}

.ab-help-quick,
.ab-help-card,
.ab-help-footer-card {
  border: 1px solid #eee2d8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(74, 48, 28, .06);
}

.ab-help-quick {
  margin-bottom: 22px;
  padding: 24px 28px;
}

.ab-help-quick h2,
.ab-help-card h2,
.ab-help-footer-card h2 {
  margin: 0 0 12px;
}

.ab-help-quick ol,
.ab-help-quick ul,
.ab-help-card ul,
.ab-help-card ol {
  margin: 0;
  padding-left: 22px;
}

.ab-help-quick li,
.ab-help-card li {
  margin: 7px 0;
  line-height: 1.55;
}

.ab-help-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ab-help-card {
  scroll-margin-top: 24px;
  padding: 28px;
}

.ab-help-card-icon {
  margin-bottom: 13px;
  font-size: 30px;
}

.ab-help-card > p {
  color: #5d6673;
  line-height: 1.6;
}

.ab-help-card h3 {
  margin: 22px 0 8px;
  font-size: 15px;
}

.ab-help-note {
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 12px;
  background: #fff5eb;
  color: #68401e !important;
}

.ab-help-fab {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  vertical-align: -2px;
}

.ab-help-fab-town {
  background: #2563eb;
}

.ab-help-fab-market {
  background: #ff7a00;
}

.ab-help-fab-food {
  background: #708238;
}

.ab-help-footer-card {
  margin-top: 22px;
  padding: 28px;
}

.ab-help-footer-card > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ab-help-footer-card p {
  margin: 0;
  color: #5d6673;
  line-height: 1.55;
}

.ab-help-footer-card strong {
  color: #202731;
}

@media (max-width: 720px) {
  .ab-help-shell {
    width: min(100% - 24px, 1080px);
    padding: 32px 0 64px;
  }

  .ab-help-grid,
  .ab-help-footer-card > div {
    grid-template-columns: 1fr;
  }

  .ab-help-grid {
    gap: 14px;
  }

  .ab-help-quick,
  .ab-help-card,
  .ab-help-footer-card {
    padding: 21px;
    border-radius: 15px;
  }
}
