.map-style-switch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  box-sizing: initial;
  box-shadow: 0 2px 4px rgba(21, 45, 72, 0.25);
  background-size: cover;
  border-radius: 8px;
  border: 2px solid #fff;
}

.map__style-switch {
  position: absolute;
  right: 12px;
  bottom: 24px;
}

@media only screen and (max-width: 475px) {
  .map__style-switch {
    position: absolute;
    right: 12px;
    bottom: 60px;
  }
}

.map-style-switch__style-name {
  margin-left: 3px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
