/* Shared decorative divider: usable in About, articles and normal pages. */
.dd-brand-divider {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  width: 100%; margin: 32px auto; clear: both;
}
.dd-brand-divider-line { flex: 1 1 0; height: 1px; background: #d8d7d0; min-width: 20px; }
.dd-brand-divider-mark {
  flex: 0 0 auto; padding: 0 3px; color: #173449;
  font: 700 14px/1 Georgia, 'Times New Roman', serif;
}
