<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.trade-in-estimate {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0;
}

@media (min-width: 990px) {
  .trade-in-estimate  {
    width: 100%;
    margin-left: auto;
  }
}
</pre></body></html>