/* FAQ section – shared by service, blog, location pages */
.bl-faq-item {
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.bl-faq-item summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  background: #f8f9fb;
}

.bl-faq-item summary:hover {
  background: #f1f3f5;
}

.bl-faq-item[open] summary {
  border-bottom: 1px solid #e5e7eb;
}

.bl-faq-item p,
.bl-faq-item .bl-faq-answer {
  padding: 16px 20px;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

.bl-faq-item .bl-faq-answer a {
  text-decoration: underline;
  color: var(--color-primary, #0d6efd);
}
