@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.c-divider{--dividerHeight:1px;--dividerWidth:100%;--dividerColor:var(--color-border-default);height:var(--dividerHeight);width:var(--dividerWidth);background-color:var(--dividerColor);border:none;margin:0}.c-divider--grey-200{--dividerColor:var(--grey-200)}.c-divider--sm{--dividerWidth:15rem}.c-divider--sm.c-divider--vertical{--dividerHeight:15rem;--dividerWidth:1px}.c-divider--vertical{--dividerHeight:auto;--dividerWidth:1px;align-self:stretch}