.Divider{width:100%;max-width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.25rem}.Divider hr{width:100%;height:1px;background-color:var(--border-ui);border:none;margin:0}.Divider.vertical{width:fit-content;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.25rem}.Divider.vertical hr{width:1px;height:100%;margin:0;border:none;background-color:var(--border-ui);justify-content:center}
