body.faq-body {
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #333;
  margin: 0;
  padding: 15px;
}

.faq-container {
  max-width: 850px;
  margin: auto;
  padding: 5px;
}

.faq-container h1 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8em;
  color: #0a3d62;
}

/* Compact Card Styles */
.faq-card {
  background: #fff;
  margin-bottom: 8px;
  margin-top: 8px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 0;
  cursor: pointer;
  font-weight: 400;
  color: #0a3d62;
  font-size: 0.9em;
}

.faq-card-header:hover {
  background-color: #f1f5f8;
}

.faq-card-body {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-card-body p {
  margin: 10px 0;
  line-height: 1.4;
  color: #555;
  font-size: 0. nine 0em;
}

.faq-icon {
  font-size: 1.3em;
  font-weight: bold;
  color: #007BFF;
}
