.om-component-ui-cell{background-color:var(--om-bg-default-secondary,#f8f8f8);border-radius:var(--om-radius-300,12px);color:var(--om-text-default,#131313);cursor:pointer;align-items:center;gap:var(--om-spacing-200,8px);min-height:var(--om-spacing-1600,64px);padding:var(--om-spacing-400,16px);text-align:left;border:none;justify-content:space-between;width:100%;display:inline-flex}.om-component-ui-cell-hovered,.om-component-ui-cell:hover:not(:disabled){background-color:var(--om-bg-default-secondary-hover,#e3e4e4)}.om-component-ui-cell:focus-visible{outline:2px solid var(--om-border-brand,#073387);outline-offset:2px}.om-component-ui-cell-active,.om-component-ui-cell-active:hover:not(:disabled){background-color:var(--om-bg-brand-tertiary,#edf2f9)}.om-component-ui-cell-disabled,.om-component-ui-cell:disabled{background-color:var(--om-bg-default-secondary-hover,#e3e4e4);color:var(--om-text-disabled,#bbbdc1);cursor:not-allowed}.om-component-ui-cell-content{align-items:center;gap:var(--om-spacing-200,8px);flex:auto;min-width:0;display:inline-flex}.om-component-ui-cell-label{font-family:var(--om-title-md-font-family);font-size:var(--om-title-md-font-size);font-weight:var(--om-title-md-font-weight);letter-spacing:var(--om-title-md-letter-spacing);line-height:var(--om-title-md-line-height);text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.om-component-ui-cell-icon-end,.om-component-ui-cell-icon-start{color:var(--om-icon-default,#131313);flex:none}.om-component-ui-cell-disabled .om-component-ui-cell-icon-end,.om-component-ui-cell-disabled .om-component-ui-cell-icon-start,.om-component-ui-cell:disabled .om-component-ui-cell-icon-end,.om-component-ui-cell:disabled .om-component-ui-cell-icon-start{color:var(--om-icon-disabled,#d1d2d2)}
.om-component-ui-carousel{align-items:center;gap:var(--om-spacing-100,4px);display:flex}.om-component-ui-carousel-dot{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex}.om-component-ui-carousel-dot:before{background-color:var(--om-bg-neutral-secondary,#e3e4e4);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%);content:"";width:8px;height:8px;transition:width .2s,height .2s,background-color .2s;display:block}.om-component-ui-carousel-dot:hover:before{background-color:var(--om-bg-neutral-secondary-hover,#d1d2d2)}.om-component-ui-carousel-dot-active:before{background-color:var(--om-bg-brand,#073387);width:12px;height:12px}.om-component-ui-carousel-dot-active:hover:before{background-color:var(--om-bg-brand,#073387)}
