/**
 * HoplaCollect FAQ Section Styles
 * Aligned with Rewards, Milestones & Publications design
 * Uses --hc-c1 palette variable from admin Colors tab
 * Theme & cache independent (scoped resets, RGBA fallbacks)
 */

/* ══════════════════════════════════════
   SCOPED RESETS — Theme Independence
   ══════════════════════════════════════ */
.hc-faq,
.hc-faq *,
.hc-faq *::before,
.hc-faq *::after {
  box-sizing: border-box !important;
}

.hc-faq button {
  font-family: inherit !important;
  line-height: inherit !important;
}

/* ── Section container ── */
.hc-faq {
  margin: var(--hc-space-10, 2.5rem) 0;
}

/* ══════════════════════════════════════
   HEADER — Matches Milestones header
   ══════════════════════════════════════ */
.hc-faq .hc-faq-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 0 0 1.25rem !important;
  background: none !important;
  border-bottom: none !important;
}

.hc-faq .hc-faq-header-left {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  flex: 1 !important;
  min-width: 0 !important;
}

.hc-faq .hc-faq-header-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 12%, transparent) !important;
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  flex-shrink: 0 !important;
}

.hc-faq .hc-faq-header-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  fill: none !important;
}

.hc-faq .hc-faq-header-text {
  flex: 1 !important;
  min-width: 0 !important;
}

.hc-faq .hc-faq-header-text h3 {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  margin: 0 0 0.25rem !important;
  padding: 0 !important;
  line-height: 1.3 !important;
  border: none !important;
  background: none !important;
  letter-spacing: -0.01em !important;
}

.hc-faq .hc-faq-header-text p {
  font-size: 0.8125rem !important;
  color: #9ca3af !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

/* ── Intro block ── */
.hc-faq-intro {
  background: var(--hc-surface, #ffffff);
  padding: 16px;
  border-radius: 0;
  border: 1px solid var(--hc-border, #e5e7eb);
  border-top: 3px solid var(--hc-c1, var(--hc-primary, #6366f1));
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  margin-bottom: var(--hc-space-6, 1.5rem);
}

/* ── Layout: 2 columns ── */
.hc-faq-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 20px;
  align-items: start;
}

.hc-faq-main {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ════════════════════════════════════════
   TABS — Underline style
   ════════════════════════════════════════ */
.hc-faq-tabs {
  display: flex !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  border-bottom: 2px solid #e5e7eb !important;
}

.hc-faq-tab {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 20px !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: #6b7280 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: color .2s ease !important;
  margin: 0 0 -2px !important;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  line-height: 1.4 !important;
  position: relative !important;
  border-bottom: 2px solid transparent !important;
}

.hc-faq-tab + .hc-faq-tab {
  margin-left: 4px !important;
}

.hc-faq-tab:hover {
  color: #1f2937 !important;
}

.hc-faq-tab.is-active {
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  font-weight: 700 !important;
  border-bottom-color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
}

.hc-faq-tab svg {
  opacity: .4 !important;
  flex-shrink: 0 !important;
  transition: opacity .2s ease, color .2s ease !important;
}

.hc-faq-tab:hover svg {
  opacity: .6 !important;
}

.hc-faq-tab.is-active svg {
  opacity: .8 !important;
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
}

.hc-faq-tab-count {
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  padding: 1px 8px !important;
  border-radius: 999px !important;
  background: #e5e7eb !important;
  color: #6b7280 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em !important;
  transition: background .2s ease, color .2s ease !important;
}

.hc-faq-tab.is-active .hc-faq-tab-count {
  background: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  color: #fff !important;
}

/* ══════════════════════════════════════
   CATEGORY TITLES — Section separators
   ══════════════════════════════════════ */
.hc-faq-category-title {
  padding: 12px 16px 8px !important;
  margin-top: 8px !important;
}

.hc-faq-category-title:first-child {
  margin-top: 0 !important;
}

.hc-faq-category-title-text {
  display: block !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

/* Tab panels */
.hc-faq-tab-panel {
  display: none !important;
}

.hc-faq-tab-panel.is-active {
  display: block !important;
}

.hc-faq-tab-panel .hc-faq-section {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 16px 0 !important;
}

.hc-faq-tab-panel .hc-faq-section.hc-faq-predefined {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hc-faq-tab-panel .hc-faq-empty {
  border: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;
  margin-top: 16px !important;
}

/* ════════════════════════════════════════
   SECTION CARDS
   ════════════════════════════════════════ */
.hc-faq-section {
  background: var(--hc-surface, #ffffff);
  border-radius: 0;
  border: 1px solid var(--hc-border, #e5e7eb);
  border-top: 3px solid var(--hc-c1, var(--hc-primary, #6366f1));
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  padding: 16px;
}

.hc-faq-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hc-text, #1f2937);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.hc-faq-section-title svg {
  color: var(--hc-c1, var(--hc-primary, #6366f1));
  flex-shrink: 0;
  opacity: .55;
}

.hc-faq-count {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--hc-c1, var(--hc-primary, #6366f1));
  color: #fff;
  margin-left: auto;
  line-height: 1.6;
}

/* ══════════════════════════════════════
   PREDEFINED FAQs — Card-style Accordion
   Matches Rewards/Publications card design
   ══════════════════════════════════════ */
.hc-faq-predefined-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 16px 0 0 !important;
  list-style: none !important;
}

.hc-faq-predefined-item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;
  overflow: hidden !important;
  transition: border-color .25s ease, box-shadow .25s ease !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hc-faq-predefined-item:not(.has-answer):hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important;
}

.hc-faq-predefined-item.is-open {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important;
}

.hc-faq-predefined-question {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  padding: 14px 16px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: background .15s ease !important;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  text-decoration: none !important;
}

.hc-faq-predefined-item:not(.has-answer):hover .hc-faq-predefined-question {
  background: #f8fafc !important;
}

.hc-faq-predefined-item.is-open .hc-faq-predefined-question {
  background: #f8fafc !important;
}

.hc-faq-predefined-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  border-radius: 10px !important;
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 10%, transparent) !important;
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  flex-shrink: 0 !important;
  transition: background .15s ease !important;
}

.hc-faq-predefined-item.is-open .hc-faq-predefined-icon {
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 18%, transparent) !important;
}

.hc-faq-predefined-text {
  flex: 1 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  line-height: 1.45 !important;
  min-width: 0 !important;
}

.hc-faq-predefined-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 6px !important;
  color: #9ca3af !important;
  transition: transform .25s ease, color .15s ease, background .15s ease !important;
  flex-shrink: 0 !important;
}

.hc-faq-predefined-item:hover .hc-faq-predefined-toggle {
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 8%, transparent) !important;
}

.hc-faq-predefined-item.is-open .hc-faq-predefined-toggle {
  color: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 8%, transparent) !important;
  transform: rotate(180deg) !important;
}

.hc-faq-predefined-answer {
  max-height: 0;
  overflow: hidden !important;
  transition: max-height 0.3s ease-out !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.65 !important;
  color: #4b5563 !important;
  background: #ffffff !important;
}

.hc-faq-predefined-item.is-open .hc-faq-predefined-answer {
  border-top: 1px solid #f1f5f9 !important;
}

.hc-faq-predefined-answer p {
  margin: 0 0 0.75em !important;
  padding: 14px 16px 0 16px !important;
  color: #4b5563 !important;
}

.hc-faq-predefined-answer p:first-child {
  padding-top: 14px !important;
}

.hc-faq-predefined-answer p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 14px !important;
}

/* ══════════════════════════════════════
   PENDING BADGE
   ══════════════════════════════════════ */
.hc-faq-pending-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #92400e;
  background: #fef3c7;
  padding: 2px 10px;
  border-radius: 999px;
  margin-left: auto;
  line-height: 1.6;
}

/* ══════════════════════════════════════
   USER QUESTIONS — Thread connected style
   ══════════════════════════════════════ */
.hc-faq-user-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hc-faq-user-item {
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.hc-faq-user-item:not(.has-answer):hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

/* ── Pending state ── */
.hc-faq-user-item.pending {
  background: #fffbeb;
  border-color: #fde68a;
}

/* ── Question block ── */
.hc-faq-user-question {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  margin: 0;
}

.hc-faq-user-item.has-answer .hc-faq-user-question {
  padding-bottom: 0;
}

.hc-faq-user-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 10%, transparent);
  color: var(--hc-c1, var(--hc-primary, #6366f1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.hc-faq-user-item.pending .hc-faq-user-avatar {
  background: #fef3c7;
  color: #d97706;
}

.hc-faq-user-q-content {
  flex: 1;
  min-width: 0;
}

.hc-faq-user-q-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.5;
  margin-bottom: 6px;
}

.hc-faq-user-item.pending .hc-faq-user-q-text {
  color: #78716c;
}

.hc-faq-user-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}

.hc-faq-sep {
  color: #d1d5db;
}

/* ── Thread connector line ── */
.hc-faq-thread-line {
  width: 2px;
  height: 20px;
  background: #e5e7eb;
  margin-left: calc(16px + 17px);
  flex-shrink: 0;
}

/* ── Answer block ── */
.hc-faq-user-answer {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  padding: 0 16px 16px;
  background: none;
  border: none;
}

.hc-faq-answer-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 12%, transparent);
  color: var(--hc-c1, var(--hc-primary, #6366f1));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.hc-faq-answer-content-wrap {
  flex: 1;
  min-width: 0;
}

.hc-faq-answer-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.hc-faq-answer-by {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--hc-c1, var(--hc-primary, #6366f1));
}

.hc-faq-answer-date {
  font-size: 0.72rem;
  color: #6b7280;
}

.hc-faq-answer-text {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #374151;
}

.hc-faq-answer-text p {
  margin: 0 0 0.5em;
}

.hc-faq-answer-text p:last-child {
  margin-bottom: 0;
}

/* ══════════════════════════════════════
   EMPTY STATE — Matches Milestones style
   ══════════════════════════════════════ */
.hc-faq-empty {
  text-align: center;
  padding: 40px 20px;
  background: var(--hc-surface, #ffffff);
  border-radius: 0;
  border: 1px solid var(--hc-border, #e5e7eb);
  border-top: 3px solid var(--hc-c1, var(--hc-primary, #6366f1));
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.hc-faq-empty svg {
  color: #d1d5db;
  margin-bottom: 14px;
}

.hc-faq-empty p {
  font-size: 1rem;
  font-weight: 700;
  color: #6b7280;
  margin: 0 0 6px;
}

.hc-faq-empty span {
  font-size: 0.82rem;
  color: #9ca3af;
}

/* ══════════════════════════════════════
   SIDEBAR FORM — Matches Reward card style
   ══════════════════════════════════════ */
.hc-faq-sidebar {
  position: sticky;
  top: 20px;
}

.hc-faq-form-card {
  background: var(--hc-surface, #ffffff);
  border-radius: 0;
  border: 1px solid var(--hc-border, #e5e7eb);
  border-top: 3px solid var(--hc-c1, var(--hc-primary, #6366f1));
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
  padding: 20px;
}

.hc-faq-form-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hc-text, #1f2937);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}

.hc-faq-form-title svg {
  color: var(--hc-c1, var(--hc-primary, #6366f1));
  opacity: .65;
}

/* ── Form fields ── */
.hc-faq-form {
  margin: 0;
}

.hc-faq-form .hc-field {
  margin-bottom: 14px;
}

.hc-faq-form .hc-field label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--hc-text, #1f2937);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}

.hc-faq-form .hc-field .required {
  color: #dc2626;
}

.hc-faq-form .hc-field input[type="text"],
.hc-faq-form .hc-field input[type="email"],
.hc-faq-form .hc-field textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: .875rem;
  font-weight: 500;
  border: 1.5px solid var(--hc-border, #d1d5db);
  border-radius: 0 !important;
  background-color: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
  box-sizing: border-box;
}

.hc-faq-form .hc-field input:focus,
.hc-faq-form .hc-field textarea:focus {
  outline: none;
  border-color: var(--hc-c1, var(--hc-primary, #6366f1));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hc-c1, var(--hc-primary, #6366f1)) 12%, transparent);
}

.hc-faq-form .hc-field textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.5;
}

.hc-faq-form .hc-field small {
  display: block;
  font-size: 0.72rem;
  color: var(--hc-muted, #9ca3af);
  margin-top: 4px;
}

/* ── Submit button — Matches Publication toggle / Reward CTA ── */
.hc-faq-form .hc-btn-primary {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: .92rem;
  font-weight: 700;
  color: #fff !important;
  background: var(--hc-c1, var(--hc-primary, #6366f1)) !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  min-height: 44px;
  text-align: center;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  outline: none !important;
  transition: filter .15s ease, box-shadow .15s ease, transform .1s ease;
}

.hc-faq-form .hc-btn-primary:hover:not(:disabled) {
  filter: brightness(0.92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.hc-faq-form .hc-btn-primary:active:not(:disabled) {
  transform: scale(0.98);
}

.hc-faq-form .hc-btn-primary:disabled {
  opacity: .5;
  cursor: not-allowed;
  filter: none;
  box-shadow: none;
}

.hc-btn-text,
.hc-btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hc-spinner {
  animation: hc-faq-spin 1s linear infinite;
}

@keyframes hc-faq-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ══════════════════════════════════════
   SUCCESS STATE
   ══════════════════════════════════════ */
.hc-faq-success {
  text-align: center;
  padding: 20px 16px;
}

.hc-faq-success svg {
  color: #16a34a;
  margin-bottom: 12px;
}

.hc-faq-success strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #15803d;
  margin-bottom: 6px;
}

.hc-faq-success p {
  font-size: 0.82rem;
  color: var(--hc-muted, #6b7280);
  margin: 0 0 14px;
}

.hc-btn-link {
  background: none;
  border: none;
  color: var(--hc-c1, var(--hc-primary, #6366f1));
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}

.hc-btn-link:hover {
  opacity: .75;
}

/* ══════════════════════════════════════
   ERROR STATE
   ══════════════════════════════════════ */
.hc-faq-error {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border: 1px solid #fecaca;
  border-radius: 0;
  color: #991b1b;
  font-size: 0.78rem;
  line-height: 1.45;
  margin-bottom: 12px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, .06),
    0 4px 12px rgba(0, 0, 0, .04);
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 968px) {
  .hc-faq-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hc-faq-sidebar {
    position: static;
    order: -1;
  }
}

@media (max-width: 640px) {
  .hc-faq {
    margin: 24px 0;
  }

  .hc-faq .hc-faq-header {
    padding-bottom: 1rem !important;
  }

  .hc-faq .hc-faq-header-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .hc-faq .hc-faq-header-text h3 {
    font-size: 1rem !important;
  }

  .hc-faq-section,
  .hc-faq-form-card {
    padding: 14px;
  }

  .hc-faq-section-title {
    font-size: 0.95rem;
  }

  .hc-faq-predefined-question {
    padding: 10px 12px !important;
  }

  .hc-faq-predefined-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  .hc-faq-user-question {
    padding: 12px;
  }

  .hc-faq-user-avatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .hc-faq-answer-avatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .hc-faq-user-answer {
    padding: 0 12px 12px;
  }

  .hc-faq-thread-line {
    margin-left: calc(12px + 14px);
    height: 16px;
  }

  .hc-faq-form .hc-field input[type="text"],
  .hc-faq-form .hc-field input[type="email"],
  .hc-faq-form .hc-field textarea {
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .hc-faq-form .hc-btn-primary {
    padding: 10px 14px;
    font-size: 0.85rem;
  }
}
