.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-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;
}
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-bottom: .9rem;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #e7edf0;
}
body.jhsp-shalom-order-confirmation #order-items .order-line {
  align-items: center;
  padding: 1.1rem 0;
  margin-top: 0;
  border-bottom: 1px solid #eef2f4;
}
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 {
  margin-top: .35rem;
}
body.jhsp-shalom-order-confirmation #order-items table td {
  padding: .55rem .75rem;
}
body.jhsp-shalom-order-confirmation #order-items table tr.total-value td {
  background: #eef9fb;
  color: #1f3440;
  font-size: 1.08rem;
}
.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;
  }
  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 .order-line {
    align-items: center;
  }
  body.jhsp-shalom-order-confirmation #order-items .image img {
    max-width: 105px;
  }
  body.jhsp-shalom-order-confirmation #order-items .qty {
    padding-top: .85rem;
  }
}
