.faq-list { border: 1px solid #eee; border-top: 0; }
.faq-list details { padding: 12px 14px; border-bottom: 1px dashed #ddd; }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { cursor: pointer; font-weight: 700; color: #17224d; }
.faq-list p { margin: 10px 0 0; color: #666; line-height: 1.7; }
.entity-summary { display: flex; align-items: center; gap: 18px; padding: 20px; border: 1px solid #eee; background: #f5f7fb; }
.entity-summary img { width: 72px; height: 72px; object-fit: contain; }
.entity-summary h1 { margin: 0 0 7px; font-size: 23px; }
.entity-summary p { margin: 0; color: #888; }
