
.postcode-price-check-block {
  position: relative;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
.postcode-price-check-block .section__shell {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: var(--width--section-max);
  margin: 0 auto;
}
.postcode-price-check-block .section__price_check {
  position: relative;
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 485px) {
  .postcode-price-check-block .section__price_check {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 70.25em) {
  .postcode-price-check-block .section__price_check {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.postcode-price-check-block .section__price_check .image-wrapper {
  position: absolute;
  top: 0px;
  right: 3rem;
  width: 45%;
  height: auto;
  z-index: 1;
}
.postcode-price-check-block .section__price_check .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 850px) {
  .postcode-price-check-block .section__price_check .image-wrapper {
    width: 35%;
  }
}
@media (max-width: 750px) {
  .postcode-price-check-block .section__price_check .image-wrapper img {
    display: none;
  }
}

.postcode-price-check-block .section__price_check .inner {
  width: 100%;
  padding: 2rem 3rem 0px 3rem;
  border-radius: 10px 10px 0px 0px;
  background: #E6F4D6;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
}
@media (min-width: 485px) {
  .postcode-price-check-block .section__price_check .inner {
    padding: 2.5rem 3.5rem 0px 3.5rem;
  }
}
@media (max-width: 475px) {
  .postcode-price-check-block .section__price_check .inner span {
    font-size: 14px;
    line-height: 1.3;
  }
}
.postcode-price-check-block .section__price_check .inner h1,
.postcode-price-check-block .section__price_check .inner h2,
.postcode-price-check-block .section__price_check .inner h3 {
  font-family: var(--font-family);
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: var(--color--black);
  line-height: 32px;
  font-size: 26px;
  /* margin-bottom: 17px; */
}
@media (min-width: 34.375em) {
  .postcode-price-check-block .section__price_check .inner h1,
  .postcode-price-check-block .section__price_check .inner h2,
  .postcode-price-check-block .section__price_check .inner h3 {
    font-size: 32px;
  }
}
.postcode-price-check-block .section__price_check .inner .input-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.postcode-price-check-block .section__price_check .inner input {
  width: 190px;
  background: var(--color--white);
  border: 1px solid var(--color--primary);
  border-radius: 5px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  padding: 4px 8px;
  outline: 0px !important;
}
.postcode-price-check-block .section__price_check .inner .cta-button {
  font-family: var(--font-family);
  border-radius: 30px;
  height: 33px;
  max-width: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px !important;
  border: 1px solid #FC6825 !important;
  background: #FC6825 !important;
  color: var(--color--white) !important;
  font-weight: 900 !important;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}
.postcode-price-check-block .section__price_check .cta-button:hover {
  border: 1px solid var(--color--black) !important;
  background: var(--color--black) !important;
  color: var(--color--white) !important;
}

.postcode-price-check-block .section__price_check #postcode_price_check_result{
  min-height: 3rem;
  font-size: 14px;
  line-height: 1.3;
  max-width: 50%;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .postcode-price-check-block .section__price_check #postcode_price_check_result{
    max-width: 100%;
  }
}

.postcode-price-check-block .section__price_check .form__error--alt{
  color: red;
}

.postcode-price-check-block .section__price_check .form__success{
  color: darkgreen;
}

.postcode-price-check-block .section__price_check .section__price_footer {
  background: #B9E386;
  font-size: 25px;
  font-weight: 900;
  border-radius: 0px 0px 10px 10px;
  padding: 0.5rem 3rem;
}
@media (min-width: 485px) {
  .postcode-price-check-block .section__price_check .section__price_footer {
    padding: 0.5rem 3.5rem;
  }
}