.xm-help-wrapper {
  background: #f8f9fa;
  min-height: 100vh;
  padding: 48px 0 80px;
}

.xm-help-header {
  text-align: center;
  margin-bottom: 48px;
}

.xm-help-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #202124;
  margin-bottom: 12px;
}

.xm-help-header p {
  font-size: 16px;
  color: #5f6368;
}

.xm-faq-category {
  margin-bottom: 32px;
}

.xm-faq-category-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #202124;
  margin-bottom: 16px;
}

.xm-faq-category-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xm-help-contact {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  margin-top: 48px;
}

.xm-help-contact h3 {
  font-size: 20px;
  font-weight: 600;
  color: #202124;
  margin-bottom: 20px;
}