.elementor-1492 .elementor-element.elementor-element-f050f77{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2ac8a3e *//* FAQ Section Wrapper */
.ird-faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Main FAQ Heading */
.ird-faq-section h2 {
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 1.3;
}

/* Category Headings (Audits / Penalties / Disputes) */
.ird-faq-section h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e6e9ef;
}

/* Individual FAQ Item */
.faq-item {
  margin-bottom: 22px;
}

/* Question */
.faq-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Answer */
.faq-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* AI Overview Summary Box */
.ai-summary-box {
  margin-top: 48px;
  padding: 24px;
  background-color: #f7f9fc;
  border-left: 5px solid #1f4fd8;
  border-radius: 4px;
}

/* AI Summary Heading */
.ai-summary-box h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 12px;
}

/* AI Summary Text */
.ai-summary-box p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Optimisation */
@media (max-width: 768px) {
  .ird-faq-section {
    padding: 24px 16px;
  }

  .ird-faq-section h2 {
    font-size: 24px;
  }

  .ird-faq-section h3 {
    font-size: 20px;
  }

  .faq-item h4 {
    font-size: 17px;
  }
}/* End custom CSS */