.by_indigocube {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--indigo-cube-credit-background, #000);
  color: var(--indigo-cube-credit-colour, #fff);
  font-family: Arial, Helvetica, sans-serif;
}

.by_indigocube .by_indigocube_text {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.2 !important;
  color: var(--indigo-cube-credit-colour, #fff) !important;
}

.by_indigocube .by_indigocube_text a,
.by_indigocube .by_indigocube_text a:visited,
.by_indigocube .by_indigocube_text a:hover,
.by_indigocube .by_indigocube_text a:focus,
.by_indigocube .by_indigocube_text a:focus-visible,
.by_indigocube .by_indigocube_text a:active {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--indigo-cube-credit-colour, #fff) !important;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  transform: none !important;
  transition: none;
}

.by_indigocube_text img {
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
