.reblo-section--spacer{max-width:var(--page-width,1320px);margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:center;height:var(--spacer-h,80px);}
.spacer--none{height:var(--spacer-h,80px);}
.spacer-line{display:block;width:100%;max-width:100%;height:1px;}
.spacer-line--neutral{background:var(--line);}
.spacer-line--gold{background:var(--gold-line);height:1px;background:linear-gradient(90deg,transparent 0%,var(--gold-line) 15%,var(--gold) 50%,var(--gold-line) 85%,transparent 100%);}
.spacer-sparkle{display:flex;align-items:center;gap:14px;width:100%;}
.spacer-sparkle-line{flex:1;height:1px;background:linear-gradient(90deg,transparent 0%,var(--gold-line) 50%,transparent 100%);}
.spacer-sparkle-dot{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--gold-soft);color:var(--gold-deep);flex-shrink:0;}
