.leaflet-container .leaflet-control-attribution {
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.9);
}

.leaflet-container .leaflet-control-attribution.leaflet-compact-attribution {
  width: auto !important;
  margin: 10px 44px 0 10px;
  padding: 7px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
}

.leaflet-compact-attribution-label:after {
  font-family: "Lato", sans-serif;
  content: "©";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  border: 1px solid #ccc;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  visibility: visible;
}

.leaflet-compact-attribution-toggle,
.leaflet-compact-attribution-label {
  display: none;
}

.leaflet-compact-attribution ~ .leaflet-compact-attribution-label {
  display: block;
}

.leaflet-compact-attribution-toggle:checked
  ~ .leaflet-control-attribution.leaflet-compact-attribution {
  visibility: visible;
}
