.dropdown{position:relative;line-height:16px}.dropdown__button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:8px 8px 8px;color:#444;background-color:#fff;border:1px solid #ddd;border-radius:16px;min-width:96px;text-align:end}.dropdown__button:hover{box-shadow:0 0 0 1px rgba(0,0,0,.05),0 2px 4px 1px rgba(0,0,0,.14);cursor:pointer}.dropdown__button_expanded{color:#111;border-color:#ccc}.dropdown__label{overflow:hidden;text-overflow:ellipsis;margin-right:8px;min-width:56px;font-size:14px}.dropdown__chevron{width:8px;height:8px;margin-left:auto;display:block;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.dropdown__chevron path{fill:#767676}.dropdown__chevron_expanded path{fill:#444}.dropdown__listbox{background-color:#fff;border:1px solid #ccc;position:absolute;z-index:1;margin-top:6px;border-radius:4px}.dropdown__item{padding:11px 16px 12px 16px}.dropdown__item:focus,.dropdown__item:hover,.dropdown__item_selected{background-color:#f5f5f5;color:#111;cursor:pointer}@media(forced-colors:active){.dropdown__item:focus,.dropdown__item:hover,.dropdown__item_selected{background-color:Highlight}}