/* vera's poem style — overrides asciidoctor's default literal-block styling to look like verse */

.literalblock>.content>pre,
.literalblock .content > pre,
div.literalblock pre.content {
  font-family: "Noto Serif", "DejaVu Serif", serif !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 300 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 1em 0 !important;
  color: rgba(0,0,0,.8) !important;
  white-space: pre-wrap !important;
  line-height: 1.6 !important;
  overflow-x: visible !important;
}
