.divider-pzdcWv_c {
    border: none;
    border-color: var(--ui-lib-divider-color, var(--ui-lib-button-default-color-border));
    margin: 0
}

.divider-pzdcWv_c.orientation-horizontal-pzdcWv_c {
    border-top-style: solid;
    width: 100%
}

.divider-pzdcWv_c.orientation-vertical-pzdcWv_c {
    border-left-style: solid;
    display: inline-block;
    height: 100%;
    min-height: 2ch;
    vertical-align: sub
}

.divider-pzdcWv_c.size-xsmall-pzdcWv_c {
    border-width: 1px
}

.divider-pzdcWv_c.size-small-pzdcWv_c {
    border-width: 2px
}

.divider-pzdcWv_c.size-medium-pzdcWv_c {
    border-width: 3px
}

.divider-pzdcWv_c.size-large-pzdcWv_c {
    border-width: 4px
}

.divider-pzdcWv_c.size-xlarge-pzdcWv_c {
    border-width: 5px
}

.divider-pzdcWv_c.size-xxlarge-pzdcWv_c {
    border-width: 6px
}

.divider-pzdcWv_c.type-primary-pzdcWv_c {
    --ui-lib-button-default-color-border: #ebebeb
}

html.theme-dark .divider-pzdcWv_c.type-primary-pzdcWv_c {
    --ui-lib-button-default-color-border: #4a4a4a
}

.divider-pzdcWv_c.type-secondary-pzdcWv_c {
    --ui-lib-button-default-color-border: #f2f2f2
}

html.theme-dark .divider-pzdcWv_c.type-secondary-pzdcWv_c {
    --ui-lib-button-default-color-border: #2e2e2e
}