.cc-license {
  font-size: max(1vw, 1.5vh);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 1em;
}
.cc-license * { margin: 0 !important; }
.cc-license a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
  }
.cc-license img {
    width: 1em;
    height: 1em;
  }
