.ol-attribution.ol-logo-only,
.ol-attribution.ol-uncollapsible {
    max-width: calc(100% - 1.3em);;
}

.ol-attribution.ol-uncollapsible {
    bottom: 0;
    right: 0;
    border-radius: 4px 0 0;
}

.ol-attribution.ol-control {
    text-align: left;
    bottom: .5em;
    left: .5em;
    max-width: calc(100% - 1.3em);;
    display: flex;
    flex-flow: row;
    align-items: center;
    position: absolute;
    background: none;
    border-radius: 4px;
    line-height: normal;
}

.ol-attribution button:not(:disabled) {
    flex-shrink: 0;
    cursor: pointer;
    display: block;
    margin: 1px;
    padding: 0;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    font-size: inherit;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    border: none;
    border-radius: 2px;
    text-transform: none;
}

.ol-attribution.ol-uncollapsible button {
    display: none;
}


.ol-attribution ul {
    margin: 0;
    padding: 1px .5em;
    color: #333333;
    text-shadow: 0 0 2px #ffffff;
    font-size: 12px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.75);
}

.ol-attribution li {
    display: inline;
    list-style: none;
}
