.obv-faq-title {
  text-align: center;
  color: #130076;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px solid #06ac01;
  margin-bottom: 20px;
}
.obv-faq-item {
  margin-bottom: 32px;
  border-bottom: 1px solid #dde3ec;
  padding-bottom: 28px;
}
.obv-faq-item:last-child {
  border-bottom: none;
}
.obv-faq-question {
  color: #130076;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.obv-faq-answer {
  color: #333;
  line-height: 1.75;
}
.obv-faq-answer p {
  margin-bottom: 12px;
}
.obv-faq-answer p:last-child {
  margin-bottom: 0;
}
.obv-faq-example {
  background-color: #130076;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 8px 0;
}
.obv-faq-voice {
  color: #33e1a1;
  font-style: italic;
  border-left: 3px solid #06ac01;
  padding-left: 12px;
  margin: 0;
  line-height: 1.6;
}
.obv-faq-vertical {
  margin-bottom: 16px;
}
.obv-faq-vertical-title {
  color: #130076;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
}
.obv-faq-vertical-body {
  color: #333;
  line-height: 1.7;
  padding-left: 12px;
  border-left: 3px solid #06ac01;
  font-size: 15px;
}
.obv-faq-feature-title {
  color: #130076;
  font-weight: 700;
}
.obv-faq-tagline {
  background-color: #06ac01;
  color: white;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
}
.obv-faq-contact a {
  color: #06ac01;
  text-decoration: underline;
}
.obv-faq-contact a:hover {
  color: #130076;
}
