.postal-code-missing-wrapper {
  position: relative;
  width: 100%;
  height: 810px;
  background: url("../images/dealer_map_blur.png") center center / cover
    no-repeat;
  backdrop-filter: blur(26.3px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  position: relative;
  width: 750px;
  height: 420px;
  background: rgba(17, 17, 17, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.dealer-search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.dealer-search-box .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  width: 705px;
}

.dealer-search-box .subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  width: 705px;
}

.dealer-search-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  width: 524.95px;
  height: 48px;
}

.zip-input {
  width: 344.52px;
  height: 48px;
  padding: 10px 15px;
  border: 1px solid #e2e1e5;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #000000;
}

.btn-find-dealer {
  background: #f15a24;
  padding: 14px 24px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

.recaptcha-text-light {
  color: #ccc;
  font-size: smaller;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
