/* Production design lock: unified black/red AutoMarketplace theme. */
:root {
  --amp-ink: #101010;
  --amp-race: #d4142a;
}

body.homepage-restored > main > section:first-child,
body.homepage-restored > main > section:first-child > div[class*="mx-auto"] {
  min-height: 700px;
}

body.homepage-restored > main > section:first-child > div[class*="mx-auto"] {
  box-sizing: border-box;
  padding-top: 9rem !important;
}

body.legacy-layout-restyled > main {
  padding-top: 4.5rem;
}

body.legacy-layout-restyled .bg-primary {
  background-color: var(--amp-race) !important;
}

body.legacy-layout-restyled .text-primary {
  color: var(--amp-race) !important;
}

body.legacy-layout-restyled .border-primary {
  border-color: var(--amp-race) !important;
}

body.legacy-layout-restyled .hover\:bg-primary:hover {
  background-color: #b91023 !important;
}

@media (min-width: 1024px) {
  body.homepage-restored > main > section:first-child,
  body.homepage-restored > main > section:first-child > div[class*="mx-auto"] {
    min-height: 760px;
  }
}

@media (max-width: 640px) {
  body.homepage-restored > main > section:first-child > div[class*="mx-auto"] {
    min-height: 700px;
    padding-top: 7.5rem !important;
  }
}
