/* =========================================================
   INDIGO CUBE FOOTER CREDIT
========================================================= */

.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);
}

.by_indigocube_text {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 12px;
  font-family: inherit;
  color: inherit;
}

.by_indigocube_text a,
.by_indigocube_text a:hover,
.by_indigocube_text a:focus {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

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