.sfoor-company-wordmark,
.sl-company-wordmark {
  display: block;
  width: clamp(112px, 11vw, 170px);
  max-width: 42vw;
  height: auto;
  object-fit: contain;
  position: relative;
  top: 4px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .5));
}

.sl-brand-lockup {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-decoration: none;
}

.sl-brand-lockup .sl-brand-mark {
  display: block;
  width: 70px;
  height: auto;
  object-fit: contain;
  transform: none !important;
}

@media (max-width: 640px) {
  .sfoor-company-wordmark,
  .sl-company-wordmark {
    width: 106px;
    top: 2px;
  }

  .sl-brand-lockup .sl-brand-mark {
    width: 54px;
  }

  .sl-brand-lockup {
    gap: 3px;
  }
}
