.logo {
  display: inline-flex;
  align-items: center;
}
.logo .wheel {
  height: 100px;
  margin-right: 1em;
}
.logo-title {
  color: var(--gold-dark);
  font-family: 'FootLight';
  line-height: .7em;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-top: .4em;
}
.logo:not(.rtl) .logo-title[data-start-with="v"] {
  margin-left: -.2em;
}
.logo-subtitle {
  color: var(--black);
  margin-top: .1em;
  font-weight: 300;
}
.logo-wheel {
  height: 6em;
  margin-right: 1.1em;
}

/* Right to left languages */
.logo.rtl {
  direction: rtl;
}
.logo.rtl .wheel {
  margin-left: 1.1em;
  margin-right: 0;
  transform: scaleX(-1);
}