/* ============================================================
   CUSTOM — Per-store micro-overrides for Pizzaberg Cafe
   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 CTA (used on tag pages to link back to the home FAQ)
   ------------------------------------------------------------ */
.tag-faq-cta {
  padding: 3.5rem 1.25rem;
  background: linear-gradient(135deg, var(--primary-color, #b3282d) 0%, #7a1a1e 100%);
  color: #fff;
  text-align: center;
}

.tag-faq-cta-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.tag-faq-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tag-faq-cta-title {
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.tag-faq-cta-desc {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 620px;
}

.tag-faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.85rem 1.75rem;
  background: #fff;
  color: var(--primary-color, #b3282d);
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.tag-faq-cta-btn:hover,
.tag-faq-cta-btn:focus-visible {
  transform: translateY(-2px);
  background: #fff8f8;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
  color: var(--primary-color, #b3282d);
}

.tag-faq-cta-btn i {
  font-size: 1.05em;
}

@media (max-width: 600px) {
  .tag-faq-cta {
    padding: 2.5rem 1rem;
  }
  .tag-faq-cta-desc {
    font-size: 0.98rem;
  }
}
