/* 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 {
  padding: 16px 20px;
  margin: 0;
}
