.wd-georouter {
  position: relative; }
  .wd-georouter__select {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer; }
  .wd-georouter__value > div {
    display: flex;
    align-items: center;
    font-weight: 900; }
    .wd-georouter__value > div img {
      margin-right: 5px; }
