/* Wiederverwendbare Divider-Komponenten. */
.sl-decor-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  width:min(100%,720px);
  margin:0 auto;
  color:var(--sand);
}
.sl-decor-divider::before,
.sl-decor-divider::after{
  content:"";
  flex:1 1 auto;
  height:1px;
  background:currentColor;
  opacity:.9;
}
.sl-decor-divider-heart{
  display:inline-flex;
  width:34px;
  height:34px;
  align-items:center;
  justify-content:center;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.55rem;
  line-height:1;
  transform:translateY(-1px);
}
