.poem-accent {
  background: #fffaf0;
  border-left: 6px solid #ff7a18;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin: 1.25rem 0;
  line-height: 1.6;
  color: #222;
}
.poem-accent p {
  margin: 0 0 0.75rem;
}
