/* Smart Schema FAQ styles */
.smart-schema-faq { border: 1px solid #e5e7eb; border-radius: 12px; padding: 12px; }
.smart-schema-faq__title { margin: 0 0 12px; font-size: 1.25rem; }
.smart-schema-faq__item + .smart-schema-faq__item { border-top: 1px solid #e5e7eb; margin-top: 8px; padding-top: 8px; }
.smart-schema-faq__question { 
  width: 100%; text-align: left; padding: 10px 8px; font-size: 1rem; 
  background: transparent; border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.smart-schema-faq__question:focus { outline: 2px solid #2563eb; outline-offset: 2px; }
.smart-schema-faq__answer { padding: 8px; }
