article.rendered-markdown {
  margin-bottom: 20px;
}
h2.help-faq-category-heading {
  font-size: 20px;
  font-weight: bold;
}
.faqs {
  text-align: left;
}
.faq-item {
  margin-bottom: 16px;
}
.faq-question {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
}
.rendered-markdown p,
.rendered-markdown li {
  font-size: 16px !important;
  line-height: 1.5;
}
.emoji {
  margin-right: 10px;
}
.help-faq-category-icon {
  width: 1.25em;
  height: 1.25em;
  object-fit: contain;
  margin-right: 10px;
  vertical-align: -0.15em;
}
.rendered-markdown em {
  font-style: italic;
}
.help-faq-permalink {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.625rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
}
.help-faq-permalink a {
  color: #6c757d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.help-faq-permalink a:hover {
  text-decoration: underline;
}
.help-faq-permalink .bi {
  font-size: 0.65rem;
}
.help-faq-permalink-sep {
  color: #6c757d;
}
.help-audience-wrap {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.help-audience-seg {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.3rem;
  background: #f1f3f5;
  border-radius: 999px;
  max-width: 100%;
}
.help-audience-seg-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: #495057;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.help-audience-seg-btn .bi {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .help-audience-wrap {
    max-width: 56rem;
  }
  .help-audience-seg {
    gap: 0.45rem;
    padding: 0.4rem;
  }
  .help-audience-seg-btn {
    font-size: 1.2rem;
    padding: 0.9rem 1.5rem;
    gap: 0.55rem;
  }
  .help-audience-seg-btn .bi {
    font-size: 1.5rem;
  }
}
.help-audience-seg-btn:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #212529;
}
.help-audience-seg-btn.is-active {
  background: #fff;
  color: #212529;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.help-faq-filter-wrap {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
}
#filter.help-faq-filter-input {
  font-size: 1.35rem;
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 5rem;
  border: 1px solid #ced4da;
}
.help-faq-private-badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 500;
  vertical-align: middle;
  background-color: #ea580c;
  color: #fff;
}
.help-kb-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #ea580c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  z-index: 1000;
  font-size: 1.35rem;
}
.help-kb-fab:hover {
  color: #fff;
  background-color: #c2410c;
}
.help-faqs-body[hidden] {
  display: none !important;
}
.help-faq-empty-audience {
  text-align: center;
  color: #6c757d;
  margin-top: 1rem;
}
article.direct-contact {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  background: white;
  border-radius: 16px;
  text-align: left;
}
.direct-contact-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1rem;
}
.direct-contact-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  color: #000;
  text-decoration: none;
  font-size: 1.5em;
}
.direct-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.direct-contact-option > span:not(.direct-contact-icon) {
  transition: transform 0.15s ease;
}
.direct-contact-option:hover > .direct-contact-icon,
.direct-contact-option:hover > span:not(.direct-contact-icon) {
  transform: scale(1.1);
}
.direct-contact-icon .bi {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}
.direct-contact-icon img {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}
.direct-contact-icon--form {
  background: #0d9488;
}
.direct-contact-icon--email {
  background: #ea580c;
}
.direct-contact-icon--whatsapp {
  background: #25d366;
}
.direct-contact-whatsapp-visuals {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.direct-contact-qr {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .direct-contact-options {
    grid-template-columns: 1fr;
  }
}
