.faq-container{overflow-y: auto; max-height: 350px; padding: 1rem;}
.faq-item { margin-bottom: 10px; }
.faq-que { padding: 15px; background: #f9f9f9; cursor: pointer; font-weight: bold; display: flex; justify-content: space-between; }
.faq-ans { padding: 15px; line-height: 1.6; color: #555; background: #fff; display:none; }
.faq-que:hover { background: #f0f0f0; }