<style>
body{
  font-family: Arial, sans-serif;
  background:#f7f7f7;
}

.faq-container{
  max-width:1200px;
  margin:50px auto;
  padding:20px;
}

.faq-title{
  text-align:center;
  margin-bottom:30px;
}

.faq-item{
  background:#fff;
  border-radius:8px;
  margin-bottom:15px;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.faq-question{
  width:100%;
  padding:18px;
  border:none;
  background:none;
  font-size:16px;
  text-align:left;
  display:flex;
  justify-content:space-between;
  cursor:pointer;
}

.faq-answer{
  display:none;
  padding:0 18px 18px;
  color:#555;
}

.icon{
  font-weight:bold;
}

</style>
