/* Critical overrides for Publii conflicts */
/* Reset the fancy hr separator */
hr::before,
hr::after,
.separator::before {
  content: none !important;
}

hr {
  border-top: 1px solid rgba(210, 215, 217, 0.75);
  margin: 2em 0;
  height: 1px;
}
