.leaflet-credits-control {
    background-color: white;
    opacity: 0.90;
    border-radius: 5px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.leaflet-credits-control button {
    display: inline-block;
    border: none;
    cursor: pointer;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: black;
    background-color: white;
    background-image: none; /* defined in the JavaScript code */
    background-size: cover;

    padding: 0;
}

.leaflet-credits-control {
    display: flex;
    align-items: center;
}

.leaflet-credits-control button:focus {
  outline: 2px solid black !important;
}

.leaflet-credits-control .leaflet-credits-control-expandcontent {
    padding: 0 0.5rem;
}
.leaflet-credits-control.leaflet-credits-control-collapsed .leaflet-credits-control-expandcontent {
    display: none;
}

.leaflet-credits-control .leaflet-credits-control-expandcontent {
    font-size: 9pt;
    color: black;
}
