.credit {
  padding: 0 1rem;
  background-color: aliceblue;
  margin-bottom: 1rem;
  border-radius: 3px;
}

.credit:last-child {
  margin-bottom: 0;
}

.credit__header {
  padding: 1.172rem 0;
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
}

.credit__head-line {
  flex: 1 1 auto;
  font-weight: bold;
}

.credit__links {
  flex: 0 0 auto;
  margin-left: 0.5rem;
}

.credit__toggle-show-license {
  display: inline-block;
  margin-right: 0.5rem;
}

.credit__toggle-show-info {
  display: inline-block;
  margin-right: 0.5rem;
}

.credit__url {
  display: inline-block;
}

.credit__license {
  display: none;
  padding-bottom: 1rem;
  overflow: auto;
}

.credit__license--preserve-whitespace {
  white-space: pre-wrap;
}

.credit__license > *:first-child {
  margin-top: 0;
}

.credit__license > *:last-child {
  margin-bottom: 0;
}

.credit__info {
  display: none;
  padding-bottom: 1rem;
  overflow: auto;
}

.credit__info > *:first-child {
  margin-top: 0;
}

.credit__info > *:last-child {
  margin-bottom: 0;
}

.credit--show-license .credit__license {
  display: block;
}

.credit--show-info .credit__info {
  display: block;
}
