.m-dropdown__wrapper { border-radius: 6px; background: #fff; box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); padding: 6px 0;}.m-dropdown__cell { display: flex; align-items: center; user-select: none; cursor: pointer; font-size: 14px; transition: background-color 0.2s;}.m-dropdown__cell:hover { background: rgba(0, 0, 0, 0.04);}.m-dropdown--normal { padding: 6px 16px;}.m-dropdown--small { padding: 2px 10px;}.m-dropdown--large { padding: 10px 24px;}.m-dropdown__arrow[dropdown-cover] { margin: 0 -6px 0 14px; font-size: 12px; color: #aaa;}.m-dropdown__icon[dropdown-cover] { font-size: 20px; margin: 0 4px 0 0;}.m-dropdown--disabled { color: #aaa;}