.faq-section .faq-item {
  margin-bottom: 30px;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #000;
}
.faq-section .faq-item h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.25px;
  line-height: 1.4;
}
.faq-section .faq-item h3:before {
  content: "Q: ";
  font-weight: 700;
  color: #333;
  margin-right: 8px;
}
.faq-section .faq-item p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.faq-section .faq-item p:before {
  content: "A: ";
  font-weight: 700;
  color: #1a1a1a;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-section .faq-item p strong {
  font-weight: 700;
  color: #000;
}
.faq-section .faq-item p a {
  color: #000;
  text-decoration: underline;
}
.faq-section .faq-item p a:hover {
  text-decoration: none;
}
.faq-section .faq-item p .data-point {
  font-weight: 600;
  color: #000;
}
@media (max-width: 768px) {
  .faq-section .faq-item {
    padding: 20px;
    margin-bottom: 25px;
  }
  .faq-section .faq-item h3 {
    font-size: 18px;
  }
  .faq-section .faq-item p {
    font-size: 15px;
    padding-left: 28px;
  }
}
