.location {
display: flex;
align-items: flex-end;
justify-content: space-between;
min-width: 151px;
.location__current {
@include reset-button;
position: relative;
padding-left: 34px;
font-size: 16px;
line-height: 24px;
text-align: left;
color: #000;
svg.icon {
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
}
}
.button-link {
display: none;
min-width: 107.5px;
margin: 0;
}
}