.leaflet-container .leaflet-condensed-attribution {
  margin: 0px;
  padding: 0;
  border-radius: 20px;
  border: 6px solid rgba(0,0,0,.2);
  background: rgba(255,255,255,.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 3px;
  right: 110px
}

.leaflet-condensed-attribution .attributes-body {
  display: none;
  padding: 0 4px 0 12px;
  height: 28px;
  line-height: 28px;
  width: max-content;
}

.leaflet-condensed-attribution:hover .attributes-body {
  display: inline-block !important;
}

.leaflet-condensed-attribution .attributes-emblem {
  height: 28px;
  width: 28px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.emblem-wrap, .emblem-wrap img {
  height: 20px;
}
