.obv-au-title {
  text-align: center;
  color: #130076;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 3px solid #06ac01;
  margin-bottom: 20px;
}
.obv-au-example {
  background-color: #130076;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 8px 0;
}
.obv-au-voice {
  color: #33e1a1;
  font-style: italic;
  border-left: 3px solid #06ac01;
  padding-left: 12px;
  margin: 0;
  line-height: 1.6;
}
.obv-au-highlight {
  background-color: #eef8ee;
  border-left: 4px solid #06ac01;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 20px 0;
  line-height: 1.7;
}
.obv-au-highlight strong {
  color: #130076;
}
.obv-au-tagline {
  background-color: #06ac01;
  color: white;
  text-align: center;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
