/* ============================================================
   CUSTOM — Per-store micro-overrides for Haandi Indian Cuisine
   This file is generated per restaurant. Override tokens or add
   store-specific rules here. Do NOT edit global.css, theme.css,
   or style.css directly for per-store changes.
   ============================================================ */

/* ------------------------------------------------------------
   FAQ Cross-Link — footer of every /tags landing page (dishes,
   neighbourhoods and service pages). Sends visitors back to the
   homepage FAQ section (index.html#faq) with on-brand styling.
   ------------------------------------------------------------ */
.gs-faq-cta {
  background: var(--gs-faq-section-bg);
  border-top: 1px solid var(--gs-border-light);
  border-bottom: 1px solid var(--gs-border-light);
  padding: clamp(2.25rem, 5vw, 3.25rem) 1rem;
  text-align: center;
}

.gs-faq-cta-inner {
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.gs-faq-cta-icon {
  font-size: 1.9rem;
  color: var(--gs-accent);
}

.gs-faq-cta-inner h2 {
  font-family: var(--gs-font-heading);
  font-weight: var(--gs-heading-weight);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: var(--gs-dark);
  margin: 0;
}

.gs-faq-cta-inner p {
  color: var(--gs-text-light);
  font-family: var(--gs-font-body);
  margin: 0 0 0.25rem;
  max-width: 46ch;
}

.gs-faq-cta .gs-btn-outline {
  margin-top: 0.25rem;
}
