/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 22:15:30 */
/* Vow block styling — allgemeingültig für alle blockquotes */
.entry-content blockquote {
  border-left: 3px solid #800020;
  padding: 1.1rem 1.25rem;
  margin: 1.25rem auto;
  max-width: 760px;
  color: #f1eded;
  background: rgba(255,255,255,0.02);
  font-style: italic;
  line-height: 1.65;
  text-align: justify;      /* du wolltest Blocksatz */
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
