/* Partner marks and footer hierarchy are isolated from general image rules. */
.tsf-other-projects-logos a:last-child img {
  height: auto !important;
  max-height: 126px !important;
  max-width: min(100%, 162px) !important;
  width: 162px !important;
}

@media (max-width: 767px) {
  .tsf-other-projects-logos a:last-child img {
    max-height: 108px !important;
    width: 142px !important;
  }
}

.tsf-footer .tsf-footer-nav h2 {
  color: #fff;
  font-family: var(--font-ui, Inter, Arial, sans-serif) !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: none;
}

/* This matches the footer CTA visually while making its pending status clear. */
.tsf-footer .tsf-footer-consult--coming-soon {
  align-items: center;
  cursor: not-allowed;
  display: inline-flex;
  justify-content: center;
  opacity: .72;
  pointer-events: none;
}

@media (max-width: 767px) {
  .tsf-footer .tsf-footer-nav h2 {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
