/* The homepage finder reuses the catalog and vehicle module endpoints. */
#index #header .dfc-finder {
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 1204px;
  margin: 24px auto 28px;
  border: 1px solid #dfe6ed;
  border-radius: 14px;
  color: #202b38;
  background: #fff;
  box-shadow: 0 6px 22px rgba(25, 47, 68, .045);
  overflow: hidden;
}
#index .dfc-finder .dfc-finder-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 23px 28px 20px;
  background: #f6f8fb;
}
#index .dfc-finder .dfc-finder-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #566b7d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}
#index .dfc-finder #dfc-finder-title {
  margin: 0;
  color: #202b38;
  font-size: 25px;
  font-weight: 750;
  line-height: 1.2;
  text-transform: none;
}
#index .dfc-finder .dfc-finder-heading p {
  margin: 0 0 2px;
  color: #596775;
  font-size: 13px;
}
#index .dfc-finder .dfc-finder-tabs {
  display: flex;
  gap: 5px;
  padding: 0 28px;
  border-bottom: 1px solid #e2e8ee;
  background: #f6f8fb;
}
#index .dfc-finder [hidden] { display: none !important; }
#index .dfc-finder .dfc-finder-tabs button {
  flex: 0 1 190px;
  min-height: 49px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 8px 8px 0 0;
  color: #4b5c6a;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
}
#index .dfc-finder .dfc-finder-tabs button[aria-selected="true"] {
  border-color: #e2e8ee;
  border-bottom-color: #1674bd;
  color: #1268ad;
  background: #fff;
}
#index .dfc-finder .dfc-finder-tabs button:hover { color: #1268ad; background: #edf3f8; }
#index .dfc-finder button:focus-visible,
#index .dfc-finder a:focus-visible {
  outline: 3px solid #1674bd;
  outline-offset: 2px;
}
#index .dfc-finder .dfc-finder-panel {
  padding: 22px 28px 25px;
  border-top: 1px solid #e2e8ee;
}
#index .dfc-finder.is-enhanced .dfc-finder-panel { border-top: 0; }
#index .dfc-finder .dfc-finder-panel-title {
  margin: 0 0 12px;
  font-size: 17px;
  text-transform: none;
}
#index .dfc-finder.is-enhanced .dfc-finder-panel-title { display: none; }
#index .dfc-finder .align-center.mb-1,
#index .dfc-finder .dfc-finder-help {
  min-height: 0;
  margin: 0 0 17px !important;
  color: #596775;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
#index .dfc-finder .dfc-finder-panel a { color: #1268ad; text-decoration: underline; }
#index .dfc-finder .dfc-vehicle-selectors { margin: 0; }
#index .dfc-finder .dfc-vehicle-selectors > .col-md-12 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  padding: 0;
}
#index .dfc-finder label {
  display: block;
  margin-bottom: 7px;
  color: #354658;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
#index .dfc-finder .dfc-finder-field,
#index .dfc-finder .block_content { min-width: 0; }
#index .dfc-finder select.form-control,
#index .dfc-finder input[type="text"],
#index .dfc-finder input[type="search"] {
  box-sizing: border-box;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px;
  margin: 0 !important;
  padding: 10px 12px !important;
  border: 1px solid #ccd6df;
  border-radius: 8px !important;
  color: #202b38;
  background-color: #fff;
  font-family: inherit;
  font-size: 14px !important;
  line-height: 1.5;
  box-shadow: none;
}
#index .dfc-finder select.form-control { padding-right: 30px !important; }
#index .dfc-finder input::placeholder { color: #697785; opacity: 1; }
#index .dfc-finder input:focus,
#index .dfc-finder select:focus {
  border-color: #1674bd;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(22, 116, 189, .13);
}
#index .dfc-finder .dfc-code-controls,
#index .dfc-finder .input-group {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
#index .dfc-finder .dfc-code-controls input,
#index .dfc-finder .input-group input { flex: 1 1 0; min-width: 0; }
#index .dfc-finder .dfc-vin-forms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
#index .dfc-finder button[type="submit"] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: auto !important;
  min-width: 108px;
  min-height: 48px;
  height: auto !important;
  padding: 11px 19px;
  float: none !important;
  border: 1px solid #1268ad;
  border-radius: 8px !important;
  color: #fff !important;
  background: #1268ad !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  cursor: pointer;
  box-shadow: none;
}
#index .dfc-finder button[type="submit"]:hover { background: #0d548e !important; }
#index .dfc-finder button[type="submit"] i { font-size: 20px; }
#index .dfc-finder .dfc-code-controls button { min-width: 165px; }
@media (max-width: 767px) {
  #index #header .dfc-finder { width: calc(100% - 24px); margin: 16px auto 22px; border-radius: 12px; }
  #index .dfc-finder .dfc-finder-heading { display: block; padding: 18px 16px 17px; }
  #index .dfc-finder #dfc-finder-title { font-size: 22px; }
  #index .dfc-finder .dfc-finder-heading p { margin-top: 8px; }
  #index .dfc-finder .dfc-finder-tabs { gap: 2px; padding: 0 8px; }
  #index .dfc-finder .dfc-finder-tabs button { flex: 1 1 0; min-width: 0; padding: 11px 5px; font-size: 12px; }
  #index .dfc-finder .dfc-finder-panel { padding: 18px 16px 20px; }
  #index .dfc-finder .dfc-vehicle-selectors > .col-md-12,
  #index .dfc-finder .dfc-vin-forms { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  #index .dfc-finder select.form-control,
  #index .dfc-finder input[type="text"],
  #index .dfc-finder input[type="search"] { font-size: 16px !important; }
  #index .dfc-finder .dfc-code-controls { flex-direction: column; }
  #index .dfc-finder .dfc-code-controls input { flex-basis: auto; }
  #index .dfc-finder button[type="submit"] { min-width: 82px; padding: 11px 10px; font-size: 13px; }
  #index .dfc-finder .input-group button i { display: none; }
}
