.forway-logo {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 60px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 6px;
  background: #07101f;
  vertical-align: middle;
}

.forway-logo img {
  position: absolute;
  top: -45px;
  left: -19px;
  width: 168px;
  height: 168px;
  max-width: none;
  object-fit: contain;
}

.forway-logo--plain {
  background: #07101f;
}

.forway-wordmark {
  display: inline-block;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.forway-wordmark > span {
  color: #ff6b00;
}

@media (max-width: 640px) {
  .forway-logo {
    width: 122px;
    height: 55px;
  }

  .forway-logo img {
    top: -42px;
    left: -18px;
    width: 156px;
    height: 156px;
  }
}
