:root {
  --lime: #b8ff79;
  --soft-blue: #e9e7ff;
}

.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: var(--lime);
  display: grid;
  place-items: center;
  flex: none;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-name {
  line-height: 1;
}

.brand-tld {
  padding: 3px 7px 4px;
  border-radius: 8px;
  background: var(--soft-blue);
  color: var(--blue);
  font-size: .64em;
  line-height: 1;
  letter-spacing: -.02em;
}
