/** Shopify CDN: Minification failed

Line 60:17 Expected "}" to go with "{"

**/
/* =====================
   FAQ Hero
   ===================== */
.faq-hero {
  padding: 40px 20px;
  text-align: center;
}

.faq-hero__title {
  font-size: 2em;
  margin-bottom: 10px;
}

.faq-hero__description {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1em;
}

/* =====================
   FAQ Content
   ===================== */
.faq-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq-content__item {
  border-bottom: 1px solid #eee;
  padding: 24px 0;
}

.faq-content__item:first-child {
  border-top: 1px solid #eee;
}

.faq-content__question {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 12px;
}

.faq-content__answer {
  font-size: 0.95em;
  line-height: 1.6;
}

.faq-content__answer a {
    text-decoration: underline;
}

.faq-content__answer ul {
  padding-left: 20px;
  margin-top: 8px