.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1198 .elementor-element.elementor-element-abd2ca3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4daa2f0 *//* ============================
   Eat Nation – FAQs Section (with custom colors)
   ============================ */
.faqs {
  background: #fffefb;
  padding: 40px 20px;
  font-family: 'Baloo 2', cursive, system-ui, sans-serif;
}

.faqs__wrap {
  max-width: 960px;
  margin-inline: auto;
}

.faqs__head {
  text-align: center;
  margin-bottom: 40px;
}

.faqs__kicker {
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #d66a19;
  background: #fff3ea;
  border: 1px solid #ffe4d1;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.faqs__title {
  font-size: 48px;
  font-weight: 700;
  margin: 10px 0 14px;
  color: #2a1f17;
}

.faqs__lead {
  font-size: 20px;
  font-weight: 600;
  color: #7a5f4a;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* FAQ list */
.faqs__list {
  margin-top: 20px;
}

.faq {
  border: 1px solid #f3e7db;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

/* Question button */
.faq__question {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #7a5f4a;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .2s ease, color .2s ease;
}

.faq__question:hover {
  background: #d66a19;
  color: #ffffff;
}

.faq__icon {
  font-size: 20px;
  font-weight: bold;
  color: #d66a19;
  transition: transform .3s ease, color .2s ease;
}

/* Answer */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0 20px;
}

.faq__answer p {
  font-size: 15px;
  line-height: 1.5;
  color: #7a5f4a;
  margin: 14px 0;
}

/* Active State */
.faq.active .faq__question {
  background: #d66a19;
  color: #ffffff;
}

.faq.active .faq__icon {
  transform: rotate(45deg);
  color: #ffffff;
}

.faq.active .faq__answer {
  max-height: 200px;
  padding: 0 20px 18px;
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 767px) {
  .faqs {
    padding: 50px 16px;
  }

  .faqs__title {
    font-size: 22px;
  }

  .faqs__lead {
    font-size: 14px;
  }

  .faq__question {
    font-size: 15px;
    padding: 16px 18px;
  }

  .faq__answer p {
    font-size: 14px;
  }
}

/* Force override Elementor active/hover styles */
.faq__question {
  color: #7a5f4a !important;
  background: #fff !important;
}

.faq__question:hover {
  background: #d66a19 !important;
  color: #ffffff !important;
}

.faq.active .faq__question {
  background: #d66a19 !important;
  color: #ffffff !important;
}

.faq__icon {
  color: #d66a19 !important;
}

.faq__question:hover .faq__icon,
.faq.active .faq__icon {
  color: #ffffff !important;
}/* End custom CSS */