.jhsp-destination {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #e1e5ed;
  border-radius: 8px;
  background: #fff;
}
.jhsp-destination h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.jhsp-payment-notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 4px solid #25a7b8;
  border-radius: 4px;
  background: #eef9fb;
  color: #334;
  line-height: 1.45;
}
.jhsp-payment-notice strong {
  display: block;
  margin-bottom: 2px;
}
.jhsp-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.jhsp-fields label {
  margin: 0;
}
.jhsp-fields span {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.jhsp-fields select,
.jhsp-fields input {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  font: inherit;
}
.jhsp-fields select:focus,
.jhsp-fields input:focus {
  border-color: #25a7b8;
  outline: 2px solid rgba(37, 167, 184, .18);
}
.jhsp-agency-field {
  grid-column: 1 / -1;
}
.jhsp-agency-link {
  display: inline-block;
  margin: 0 0 10px;
  padding: 9px 14px;
  border: 1px solid #25a7b8;
  border-radius: 4px;
  background: #25a7b8;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}
.jhsp-agency-link:hover,
.jhsp-agency-link:focus {
  background: #1d8795;
  border-color: #1d8795;
}
.jhsp-agency-search {
  position: relative;
}
.jhsp-search-label {
  display: block;
  margin: 0 0 7px;
  color: #263238;
  font-weight: 700;
}
.jhsp-search-control {
  position: relative;
}
.jhsp-search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  color: #607d86;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-54%);
  pointer-events: none;
}
.jhsp-agency-query {
  width: 100%;
  min-height: 50px;
  padding: 12px 42px;
  border: 1px solid #b8c3c8;
  border-radius: 7px;
  background: #fff;
  color: #263238;
  font: inherit;
}
.jhsp-agency-query:focus {
  border-color: #25a7b8;
  outline: 3px solid rgba(37, 167, 184, .16);
}
.jhsp-search-help {
  display: block;
  margin-top: 6px;
  color: #66767d;
  line-height: 1.4;
}
.jhsp-agency-results {
  max-height: 390px;
  margin-top: 8px;
  overflow-y: auto;
  border: 1px solid #d5dde1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 52, 64, .12);
}
.jhsp-agency-result {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #e8edef;
  background: #fff;
  color: #263238;
  text-align: left;
  cursor: pointer;
}
.jhsp-agency-result:last-child {
  border-bottom: 0;
}
.jhsp-agency-result:hover,
.jhsp-agency-result:focus {
  background: #eef9fb;
  outline: 0;
}
.jhsp-result-name,
.jhsp-result-location,
.jhsp-result-address {
  display: block;
}
.jhsp-result-name {
  color: #1c6f7b;
  font-size: 15px;
}
.jhsp-result-location {
  margin-top: 3px;
  color: #37474f;
  font-weight: 600;
}
.jhsp-result-address {
  margin-top: 4px;
  color: #68777d;
  font-size: 13px;
  line-height: 1.4;
}
.jhsp-no-results {
  padding: 16px;
  margin: 0;
  color: #68777d;
}
.jhsp-selected-agency {
  padding: 14px 15px;
  margin-top: 12px;
  border: 1px solid #9bd2b7;
  border-left: 4px solid #18794e;
  border-radius: 7px;
  background: #f1faf5;
}
.jhsp-selected-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
  color: #18794e;
}
.jhsp-change-agency {
  padding: 3px 8px;
  border: 1px solid #86bca0;
  border-radius: 4px;
  background: #fff;
  color: #18794e;
  font-size: 12px;
  cursor: pointer;
}
.jhsp-change-agency:hover,
.jhsp-change-agency:focus {
  background: #e5f5ec;
  outline: 0;
}
.jhsp-selected-name,
.jhsp-selected-location,
.jhsp-selected-address {
  display: block;
}
.jhsp-selected-name {
  color: #263238;
  font-size: 16px;
  font-weight: 700;
}
.jhsp-selected-location {
  margin-top: 3px;
  color: #37474f;
  font-weight: 600;
}
.jhsp-selected-address {
  margin-top: 5px;
  color: #52646c;
  font-size: 13px;
  line-height: 1.45;
}
.jhsp-payment-label {
  color: #18794e !important;
  font-weight: 700 !important;
  white-space: nowrap;
}
.jhsp-order-confirmation-label {
  white-space: normal !important;
}
.jhsp-order-agency-detail {
  display: inline-block;
  margin-top: .35rem;
  color: #18794e;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
}
.jhsp-order-destination-card {
  padding: 1.25rem 1.4rem;
  margin: 1.25rem 0;
  border: 1px solid #dce9e4;
  border-top: 4px solid #25a7b8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(25, 53, 72, .07);
  color: #243b47;
}
.jhsp-order-destination-heading {
  display: flex;
  gap: .75rem;
  align-items: center;
  padding-bottom: .9rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7eef0;
}
.jhsp-order-destination-heading strong,
.jhsp-order-destination-heading small {
  display: block;
}
.jhsp-order-destination-heading strong {
  color: #1f3440;
  font-size: 1.15rem;
}
.jhsp-order-destination-heading small {
  margin-top: .2rem;
  color: #60747e;
  line-height: 1.4;
}
.jhsp-order-destination-icon {
  display: inline-flex;
  flex: 0 0 2.15rem;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #e8f7ef;
  color: #18794e;
  font-size: 1.2rem;
  font-weight: 700;
}
.jhsp-order-destination-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem 1.4rem;
  margin: 0;
}
.jhsp-order-destination-grid > div {
  min-width: 0;
}
.jhsp-order-destination-grid dt {
  margin-bottom: .2rem;
  color: #6a7c85;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.jhsp-order-destination-grid dd {
  margin: 0;
  color: #1f3440;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.jhsp-order-destination-address {
  grid-column: 1 / -1;
}
.jhsp-order-destination-payment {
  padding: .75rem .9rem;
  margin: 1rem 0 0;
  border-radius: 7px;
  background: #eff9f5;
  color: #18794e;
  line-height: 1.45;
}
@media (max-width: 575px) {
  .jhsp-order-destination-card {
    padding: 1rem;
  }
  .jhsp-order-destination-grid {
    grid-template-columns: 1fr;
  }
  .jhsp-order-destination-address {
    grid-column: auto;
  }
}
body.jhsp-shalom-order-confirmation #content-hook_order_confirmation,
body.jhsp-shalom-order-confirmation #content.page-order-confirmation {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(25, 53, 72, .09);
}
body.jhsp-shalom-order-confirmation #content-hook_order_confirmation {
  border-top: 4px solid #25a7b8;
}
body.jhsp-shalom-order-confirmation #content-hook_order_confirmation .card-block,
body.jhsp-shalom-order-confirmation #content.page-order-confirmation .card-block {
  padding: 1.75rem 2rem;
}
body.jhsp-shalom-order-confirmation #content-hook_order_confirmation h3.card-title {
  display: flex;
  gap: .7rem;
  align-items: center;
  margin-bottom: .75rem;
  color: #1f3440;
  font-size: 1.65rem;
}
body.jhsp-shalom-order-confirmation #content-hook_order_confirmation .done {
  display: inline-flex;
  flex: 0 0 2.35rem;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin: 0;
  border-radius: 50%;
  background: #e8f7ef;
  color: #18794e;
  font-size: 1.55rem;
}
body.jhsp-shalom-order-confirmation #order-items > .row:first-child {
  padding: .9rem .75rem;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #dfe9ed;
  border-radius: 9px 9px 0 0;
  background: #f4f9fa;
  color: #526871;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
body.jhsp-shalom-order-confirmation #order-items .order-line {
  align-items: center;
  padding: 1.1rem .75rem;
  margin-top: 0;
  border-bottom: 1px solid #e4ecef;
  background: #fff;
}
body.jhsp-shalom-order-confirmation #order-items .image {
  display: block;
}
body.jhsp-shalom-order-confirmation #order-items .image img {
  width: 100%;
  max-width: 130px;
  padding: .4rem;
  margin: 0;
  border: 1px solid #e1e8eb;
  border-radius: 10px;
  background: #fff;
}
body.jhsp-shalom-order-confirmation #order-items .details,
body.jhsp-shalom-order-confirmation #order-items .qty {
  margin-bottom: 0;
}
body.jhsp-shalom-order-confirmation #order-items .details {
  color: #243b47;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}
body.jhsp-shalom-order-confirmation #order-items .qty {
  color: #243b47;
}
body.jhsp-shalom-order-confirmation #order-items hr {
  margin: 1rem 0;
  border-top-color: #dfe7ea;
}
body.jhsp-shalom-order-confirmation #order-items table {
  overflow: hidden;
  margin-top: 1rem;
  border-top: 1px solid #e0e9ec;
  border-bottom: 1px solid #e0e9ec;
  border-radius: 0;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
body.jhsp-shalom-order-confirmation #order-items table td {
  padding: .7rem .9rem;
  border-top: 1px solid #eef2f4;
  vertical-align: middle;
}
body.jhsp-shalom-order-confirmation #order-items table tr.total-value td {
  background: #eef9fb;
  color: #1f3440;
  font-size: 1.08rem;
  font-weight: 700;
}
body.jhsp-shalom-order-confirmation #order-items table tr:first-child td {
  border-top: 0;
}
body.jhsp-shalom-order-confirmation #order-details {
  padding: 1.2rem 1.35rem;
  margin-top: 1.25rem;
  border: 1px solid #e0e9ec;
  border-radius: 10px;
  background: #f9fbfc;
  color: #314851;
}
body.jhsp-shalom-order-confirmation #order-details h3 {
  padding-bottom: .7rem;
  margin: 0 0 .8rem;
  border-bottom: 1px solid #e1e9ec;
  color: #1f3440;
  font-size: 1.05rem;
  font-weight: 700;
}
body.jhsp-shalom-order-confirmation #order-details ul {
  margin: 0;
}
body.jhsp-shalom-order-confirmation #order-details li {
  padding: .28rem 0;
  color: #405861;
  line-height: 1.45;
}
body.jhsp-shalom-order-confirmation #order-details li strong {
  color: #243b47;
}
body.jhsp-shalom-order-confirmation #order-details .jhsp-order-shipping-method {
  color: #18794e;
  font-weight: 600;
}
body.jhsp-shalom-order-confirmation #order-details + .jhsp-order-destination-card {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
body.jhsp-shalom-order-confirmation .jhsp-order-layout > #order-items {
  flex: 0 0 100%;
  max-width: 100%;
}
body.jhsp-shalom-order-confirmation .jhsp-order-layout > #order-details {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin-right: 15px;
  margin-left: 15px;
}
body.jhsp-shalom-order-confirmation
  #content.page-order-confirmation
  .card-block > .jhsp-order-layout-card {
  display: block;
  width: auto;
  max-width: none;
  margin: 1.25rem 0 0;
}
.jhsp-agency-field small {
  display: block;
  margin-top: 5px;
  color: #666;
}
.jhsp-validation-message,
.jhsp-save-status {
  margin: 10px 0 0;
}
.jhsp-validation-message,
.jhsp-save-status.is-error {
  color: #b42318;
  font-weight: 600;
}
.jhsp-save-status.is-saved {
  color: #18794e;
}
@media (max-width: 767px) {
  .jhsp-fields {
    grid-template-columns: 1fr;
  }
  .jhsp-agency-field {
    grid-column: auto;
  }
  .jhsp-agency-link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .jhsp-agency-results {
    max-height: 330px;
  }
  .jhsp-selected-heading {
    align-items: flex-start;
  }
  body.jhsp-shalom-order-confirmation #content-hook_order_confirmation .card-block,
  body.jhsp-shalom-order-confirmation #content.page-order-confirmation .card-block {
    padding: 1.2rem;
  }
  body.jhsp-shalom-order-confirmation #content-hook_order_confirmation h3.card-title {
    align-items: flex-start;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  body.jhsp-shalom-order-confirmation #order-items > .row:first-child {
    display: none;
  }
  body.jhsp-shalom-order-confirmation #order-items .order-line {
    align-items: center;
    padding: 1rem .25rem;
    border-right: 0;
    border-left: 0;
  }
  body.jhsp-shalom-order-confirmation #order-items .image img {
    max-width: 105px;
  }
  body.jhsp-shalom-order-confirmation #order-items .qty {
    padding-top: .85rem;
  }
  body.jhsp-shalom-order-confirmation #order-items table td {
    padding: .65rem .45rem;
  }
  body.jhsp-shalom-order-confirmation #order-details {
    padding: 1rem;
  }
}
