.separator {
background-color: var(--border);
flex-shrink: 1;
width: 100%;
height: 1px;
}
/* Horizontal by default but just for consistency */
.separator[data-orientation="horizontal"] {
width: 100%;
height: 1px;
}
.separator[data-orientation="vertical"] {
width: 1px;
height: 100%;
}