.credit-ext {
  color: #000;
  background-color: #e7e9e0;
  justify-content: flex-start;
  align-items: center;
  max-width: 189px;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.stamp-image {
  margin-right: 6px;
}

.div-block-30 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.stamp {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  font-family: t26-carbon, sans-serif;
  font-size: .84rem;
  line-height: 1;
  display: flex;
}

@media screen and (max-width: 767px) {
  .credit-ext {
    margin-left: auto;
  }
}


