[data-dropdown]{position:relative}[data-dropdown-button]{cursor:pointer}[data-dropdown-options]{display:flex;position:absolute;width:100%;flex-direction:column;background:white;box-shadow:rgba(99,99,99,0.2) 0 2px 8px 0;opacity:0;max-height:0;overflow:hidden;transition:opacity 300ms ease-in-out,max-height 300ms ease-in-out;pointer-events:none}[data-dropdown-options]>*:hover{background:var(--blue);color:white;cursor:pointer}.select-options-active{opacity:1;max-height:600px;overflow-y:auto;pointer-events:auto}