@charset "UTF-8";
/******************
* Colour Scheme
*******************/
.jbar-recommendations-wrap {
  background: aliceblue;
  padding: 2em 3% 0 3%;
  border-bottom: 2px solid #7bc143;
}
.jbar-recommendations-wrap h3, .jbar-recommendations-wrap h4, .jbar-recommendations-wrap h5 {
  color: #004f80;
}
.jbar-recommendations-wrap h5, .jbar-recommendations-wrap h6 {
  font-size: 16px;
}
.jbar-recommendations-wrap h6 {
  font-weight: normal;
}
.jbar-recommendations-wrap p {
  font-size: 14px;
  margin-bottom: 1em;
}
.jbar-recommendations-wrap h3 {
  position: relative;
  border-left: 0.15em solid #5bb346;
  padding-left: 0.15em;
  padding-top: 0.1em;
  margin-bottom: 0.5em;
}
.jbar-recommendations-wrap h3:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #5bb346, #5bb346 30%, rgba(91, 179, 70, 0));
  height: 0.15em;
  width: 30%;
}
.jbar-recommendations-wrap .jbar-recommendation-form-inputs label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jbar-recommendations-wrap .jbar-recommendation-form-inputs p:has(button) {
  justify-content: center;
}
.jbar-recommendations-wrap .jbar-recommendation-form-inputs button {
  background: #ff8E00;
  border: 1px solid #ff8E00;
  color: white;
  font-weight: bold;
  padding: 0.25em 0.5em;
  border-radius: 0.15em;
}
@media screen and (max-width: 425px) {
  .jbar-recommendations-wrap .jbar-recommendation-form-inputs button {
    padding: 1.5em;
    border-radius: 0.25em;
  }
}
@media screen and (max-width: 425px) {
  .jbar-recommendations-wrap .jbar-recommendation-form-inputs input, .jbar-recommendations-wrap .jbar-recommendation-form-inputs select {
    font-size: 20px;
    width: 4em;
  }
  .jbar-recommendations-wrap .jbar-recommendation-form-inputs button {
    font-size: 16px;
  }
}
.jbar-recommendations-wrap .jbar-recommended-product {
  margin-bottom: 2em;
}
.jbar-recommendations-wrap .jbar-recommended-product img {
  border: 1px solid #ddd;
  border-radius: 0.25em;
}
.jbar-recommendations-wrap .jbar-recommended-product a {
  align-items: center;
  border-width: 2px;
}
@media screen and (min-width: 630px) {
  .jbar-recommendations-wrap .jbar-recommended-product a:hover, .jbar-recommendations-wrap .jbar-recommended-product a:active {
    border-color: #0681b2;
  }
  .jbar-recommendations-wrap .jbar-recommended-product a:hover img, .jbar-recommendations-wrap .jbar-recommended-product a:active img {
    border-color: #0681b2;
  }
}
.jbar-recommendations-wrap .wpcf7-response-output:not(:empty) {
  font-weight: bold;
  border: none;
}
.jbar-recommendations-wrap .wpcf7-response-output:not(:empty):before {
  content: "✅ ";
}
.jbar-recommendations-wrap .wpcf7-spinner {
  position: absolute;
  top: 5vw;
  left: 100%;
  margin-left: -50%;
  width: 10vw;
  height: 10vw;
}
.jbar-recommendations-wrap .wpcf7-spinner:before {
  transform-origin: 3vw 3vw;
  top: 1.67vw;
  left: 1.67vw;
  width: 2.5vw;
  height: 2.5vw;
}
.jbar-recommendations-wrap .jbar-recommendations h6 {
  font-size: 16px;
  font-weight: bold;
  color: #004f80;
}
@media screen and (min-width: 630px) {
  .jbar-recommendations-wrap .jbar-recommendations {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: 1fr 1fr;
    column-gap: 3vw;
    row-gap: 0.5em;
  }
  .jbar-recommendations-wrap .jbar-recommendations .jbar-base {
    grid-column: 1/span 1;
  }
  .jbar-recommendations-wrap .jbar-recommendations .jbar-premium {
    grid-column: 2/span 1;
  }
  .jbar-recommendations-wrap .jbar-recommendations h6 {
    grid-row: 1/span 1;
  }
}
.jbar-recommendations-wrap .jbar-recommendation-form-cta label {
  font-weight: bold;
}
.jbar-recommendations-wrap .jbar-recommendation-form-cta input, .jbar-recommendations-wrap .jbar-recommendation-form-cta select {
  box-sizing: border-box;
}
@media screen and (min-width: 782px) {
  .jbar-recommendations-wrap .jbar-recommendation-form-cta {
    display: flex;
    gap: 2em;
  }
  .jbar-recommendations-wrap .jbar-recommendation-form-cta .jbar-recommendation-form-instructions p:after {
    content: "⟶";
    font-size: 36px;
    font-weight: lighter;
    vertical-align: text-bottom;
    transform: scale(2, 1);
    position: relative;
    top: -0.15em;
  }
  .jbar-recommendations-wrap .jbar-recommendation-form-cta .jbar-recommendation-form-inputs p:has(button) {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1350px) {
  .jbar-recommendations-wrap {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.jbar-recommendations-wrap .jbar-recommendation-form-contact {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
}
.jbar-recommendations-wrap .jbar-recommendation-form-contact label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin: 0.5em 0;
}
@media screen and (max-width: 782px) {
  .jbar-recommendations-wrap .jbar-recommendation-form-contact label {
    flex-direction: column;
  }
}
.jbar-recommendations-wrap .jbar-recommendation-form-contact input {
  padding: 0.25em 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 782px) {
  .jbar-recommendations-wrap .jbar-recommendation-form-contact input {
    width: 100%;
    box-sizing: border-box;
  }
}
.jbar-recommendations-wrap .jbar-recommendation-form-contact .btn {
  background: #ff8E00;
  border: 1px solid #ff8E00;
  padding: 0.5em 1em;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin: 0 auto 1em auto;
  border-radius: 0.25em;
  color: #fff;
}