.separator .separator__wrapper{align-items:center;display:flex;gap:1rem;justify-content:var(--separator-alignment,center);margin:2rem 0}.separator .separator__line{border:none;flex-shrink:1;height:var(--separator-height,2px);margin:0;width:var(--separator-width,80%)}.separator .separator__line,.separator .separator__line--solid{background-color:var(--separator-color,#e5e7eb)}.separator .separator__line--dashed{background:none;border-top:var(--separator-height,2px) dashed var(--separator-color,#e5e7eb);height:0}.separator .separator__line--dotted{background:none;border-top:var(--separator-height,2px) dotted var(--separator-color,#e5e7eb);height:0}.separator .separator__line--double{background:none;border-top:calc(var(--separator-height, 2px)*1.5) double var(--separator-color,#e5e7eb);height:0}.separator .separator__icon-after,.separator .separator__icon-before{color:var(--icon-color,var(--separator-color,#e5e7eb));flex-shrink:0;font-size:var(--icon-size,24px);line-height:1}
