.logo-10x-architect {
  display: inline-block;
  line-height: 0;
}

.logo-10x-architect svg {
  display: block;
  height: 100%;
  width: auto;
}

/* Inline variant for use within text - rendered as a true inline so it
   sits inside a text flow without forcing its own line box. */
.logo-10x-architect-inline {
  display: inline;
  line-height: inherit;
}

.logo-10x-architect-inline svg {
  display: inline;
  height: 1.19em;
  width: auto;
  vertical-align: middle;
}
