.dropdown-menu__button {
display: flex;
align-items: center;
padding: 1px 10px 1px 1px;
font-size: 14px;
line-height: 16px;
color: #1C1C1C;
border: none;
background-color: transparent;
-webkit-appearance: none;
cursor: pointer;
transition: color 0.3s ease;
&::after {
content: '';
margin-left: 6px;
border-width: 3px;
border-style: solid;
border-color: transparent #0C0C0C #0C0C0C transparent;
transform-origin: 75% 75%;
transform: rotate(45deg);
transition: border-color 0.3s ease;
}
}