hr {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 1;
}
hr.bar {
  border-top: 2px solid var(--bs-primary, #ffda40);
  display: inline-block;
  width: 5rem;
}