/* Simple Line Divider
   A full-bleed 1px gold rule, edge to edge. Optional background color and
   top/bottom padding (set in the block toolbar) add a band and space the
   line above/below. */

.simple-line-divider--line {
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid var(--color-gold);
}
