.sep{margin-top:var(--sep-mt, 1.25rem);margin-bottom:var(--sep-mb, 1.25rem)}.sep--align-left{display:flex;justify-content:flex-start}.sep--align-center{display:flex;justify-content:center}.sep--align-right{display:flex;justify-content:flex-end}.sep--solid:before{content:"";display:block;width:100%;height:var(--sep-thickness, 2px);background:var(--sep-color, rgba(0,0,0,.18));border-radius:999px}.sep--small:before{content:"";display:block;width:var(--sep-width, 90px);height:var(--sep-thickness, 2px);background:var(--sep-color, rgba(0,0,0,.18));border-radius:999px}.sep--transparent{height:0}.sep--transparent:before{content:"";display:block;width:0;height:0}.sep--solid.sep--use-width:before{width:var(--sep-width, 100%)}
