body.nsp-order-enhanced #right.estimate_contents_01,
body.nsp-order-enhanced #right .content_wrap {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
}

.nsp-order-confirm-dialog {
  width: min(860px, calc(100vw - 32px));
  max-width: none;
  max-height: min(900px, calc(100dvh - 32px));
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #9eb3be;
  border-radius: 6px;
  box-sizing: border-box;
  color: #0b2d45;
  background: #fff;
  box-shadow: 0 24px 60px rgba(4, 29, 42, .28);
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
}

.nsp-order-confirm-dialog::backdrop {
  background: rgba(7, 29, 43, .62);
}

.nsp-order-confirm-dialog__shell {
  max-height: inherit;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.nsp-order-confirm-dialog__header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px 14px 22px;
  border-bottom: 1px solid #c7d5dc;
  background: #f1f6f8;
}

.nsp-order-confirm-dialog__header span {
  display: block;
  color: #007e75;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-confirm-dialog__header h2 {
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  color: #082e48;
  font-size: 22px;
  line-height: 1.35;
}

.nsp-order-confirm-dialog__header h2:focus {
  outline: none;
}

.nsp-order-confirm-dialog__close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #9eb3be;
  border-radius: 4px;
  color: #294c60;
  background: #fff;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.nsp-order-confirm-dialog__close:hover,
.nsp-order-confirm-dialog__close:focus-visible {
  border-color: #009b8e;
  color: #007e75;
  outline: 3px solid rgba(0, 155, 142, .16);
}

.nsp-order-confirm-dialog__body {
  min-height: 0;
  padding: 20px 24px 26px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.nsp-order-confirm-dialog__intro {
  margin: 0 0 18px;
  color: #496676;
  font-size: 14px;
  line-height: 1.7;
}

.nsp-order-confirm-dialog__sections {
  border-top: 1px solid #b9cbd4;
}

.nsp-order-confirm-section {
  padding: 20px 0;
  border-bottom: 1px solid #b9cbd4;
}

.nsp-order-confirm-section h3 {
  margin: 0 0 12px;
  padding: 0 0 0 11px;
  border: 0;
  border-left: 4px solid #009b8e;
  color: #082e48;
  font-size: 17px;
  line-height: 1.45;
}

.nsp-order-confirm-section dl {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  margin: 0;
}

.nsp-order-confirm-section dt,
.nsp-order-confirm-section dd {
  margin: 0;
  padding: 10px 12px;
  border-top: 1px solid #e0e8ec;
  box-sizing: border-box;
  line-height: 1.65;
}

.nsp-order-confirm-section dt {
  color: #365a6c;
  background: #f5f8f9;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-confirm-section dd {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: pre-line;
  color: #0b2d45;
  font-size: 14px;
}

.nsp-order-confirm-dialog__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 14px 22px;
  border-top: 1px solid #c7d5dc;
  background: #f6f8f9;
}

.nsp-order-confirm-dialog__footer button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.nsp-order-confirm-dialog__modify {
  border: 1px solid #0b978d;
  color: #08766f;
  background: #fff;
}

.nsp-order-confirm-dialog__submit {
  min-width: 220px;
  border: 1px solid #d86100;
  color: #fff;
  background: #f47b12;
  box-shadow: 0 3px 0 #c85c00;
}

.nsp-order-confirm-dialog__modify:hover,
.nsp-order-confirm-dialog__modify:focus-visible {
  background: #eaf8f6;
}

.nsp-order-confirm-dialog__submit:hover,
.nsp-order-confirm-dialog__submit:focus-visible {
  background: #df6808;
}

.nsp-order-confirm-dialog__footer button:focus-visible {
  outline: 3px solid rgba(0, 155, 142, .2);
  outline-offset: 2px;
}

.nsp-order-confirm-dialog__footer button:disabled {
  cursor: wait;
  opacity: .65;
}

@media (max-width: 767px) {
  .nsp-order-confirm-dialog {
    width: calc(100vw - 16px);
    max-height: calc(100dvh - 16px);
  }

  .nsp-order-confirm-dialog__header {
    min-height: 68px;
    padding: 11px 11px 11px 15px;
  }

  .nsp-order-confirm-dialog__header h2 {
    font-size: 19px;
  }

  .nsp-order-confirm-dialog__body {
    padding: 16px 15px 20px;
  }

  .nsp-order-confirm-section {
    padding: 17px 0;
  }

  .nsp-order-confirm-section dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsp-order-confirm-section dt {
    padding: 9px 10px 3px;
    border-top: 1px solid #d8e2e7;
    background: transparent;
  }

  .nsp-order-confirm-section dd {
    padding: 2px 10px 10px;
    border-top: 0;
  }

  .nsp-order-confirm-dialog__footer {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr);
    gap: 8px;
    padding: 10px;
  }

  .nsp-order-confirm-dialog__footer button,
  .nsp-order-confirm-dialog__submit {
    width: 100%;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

body.nsp-order-enhanced #right .content_wrap {
  color: #0b2d45;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
}

body.nsp-order-enhanced #estimate_contact_02 .contact-wrap {
  display: flow-root;
}

.nsp-order-estimate-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 16px 0 28px;
  padding: 20px 22px;
  border: 1px solid #8ecbc5;
  border-left: 5px solid #009b8e;
  background: #eef9f8;
}

.nsp-order-estimate-cta__kicker {
  color: #007e75;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-estimate-cta h2 {
  margin: 2px 0 5px;
  padding: 0;
  border: 0;
  color: #082e48;
  font-size: 23px;
  line-height: 1.35;
}

.nsp-order-estimate-cta p {
  margin: 0;
  color: #355466;
  font-size: 14px;
  line-height: 1.65;
}

.nsp-order-estimate-cta a {
  min-width: 218px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  background: #f47b12;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 0 #c85c00;
}

.nsp-order-estimate-cta a:hover,
.nsp-order-estimate-cta a:focus-visible {
  background: #df6808;
}

body.nsp-order-has-estimate .nsp-order-estimate-cta {
  display: none;
}

body.nsp-order-enhanced #estimate_contact_02 .contact-wrap > h2,
body.nsp-order-enhanced #estimate_contact_02 .contact-wrap > h3,
body.nsp-order-enhanced #estimate_contact_02 .contact-wrap > h4,
body.nsp-order-enhanced #estimate_contact_02 .contact-wrap > h6 {
  margin: 30px 0 12px;
  padding: 10px 13px;
  border: 0;
  border-left: 4px solid #009b8e;
  background: #f1f6f8;
  color: #082e48;
  font-size: 19px;
  line-height: 1.45;
}

body.nsp-order-enhanced #estimate_contact_02 input[type="text"],
body.nsp-order-enhanced #estimate_contact_02 input[type="email"],
body.nsp-order-enhanced #estimate_contact_02 input[type="number"],
body.nsp-order-enhanced #estimate_contact_02 input[type="date"],
body.nsp-order-enhanced #estimate_contact_02 select,
body.nsp-order-enhanced #estimate_contact_02 textarea {
  width: 100%;
  min-height: 44px;
  padding: 8px 11px;
  border: 1px solid #8ba5b3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0b2d45;
  background: #fff;
  font: inherit;
}

body.nsp-order-enhanced #estimate_contact_02 input:focus,
body.nsp-order-enhanced #estimate_contact_02 select:focus,
body.nsp-order-enhanced #estimate_contact_02 textarea:focus {
  border-color: #009b8e;
  outline: 3px solid rgba(0, 155, 142, .15);
}

.nsp-order-quantity {
  overflow: hidden;
  border: 1px solid #bacbd4;
  border-radius: 5px;
  background: #fff;
}

.nsp-order-quantity__head,
.nsp-order-quantity__row {
  display: grid;
  grid-template-columns: 64px minmax(180px, 1fr) minmax(120px, 170px) 38px;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
}

.nsp-order-quantity__head {
  min-height: 38px;
  border-bottom: 1px solid #bacbd4;
  background: #eaf1f4;
  color: #24485c;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-quantity__head > p {
  display: contents;
}

.nsp-order-quantity__row + .nsp-order-quantity__row {
  border-top: 1px solid #d6e0e5;
}

.nsp-order-quantity__row > p {
  display: contents;
}

.nsp-order-quantity__number {
  color: #557181;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-quantity__qty {
  position: relative;
}

.nsp-order-quantity__qty::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "枚";
  color: #5d7785;
  font-size: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.nsp-order-quantity__qty input {
  padding-right: 34px !important;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.nsp-order-icon-button {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #9cb0bb;
  border-radius: 4px;
  color: #456474;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.nsp-order-add-button {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border: 1px dashed #009b8e;
  border-radius: 4px;
  color: #007e75;
  background: #eef9f8;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.nsp-order-name-number {
  margin-bottom: 22px;
}

.nsp-order-name-number__toggle {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #79b8b2;
  border-radius: 5px;
  color: #07344d;
  background: #f2fbfa;
  text-align: left;
  cursor: pointer;
}

.nsp-order-name-number__toggle:hover,
.nsp-order-name-number__toggle:focus-visible,
.nsp-order-name-number__toggle.is-open {
  border-color: #009b8e;
  background: #e5f7f5;
  outline: none;
}

.nsp-order-name-number__toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 155, 142, .16);
}

.nsp-order-name-number__toggle-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #009b8e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.nsp-order-name-number__toggle strong,
.nsp-order-name-number__toggle small {
  display: block;
}

.nsp-order-name-number__toggle strong {
  font-size: 15px;
  line-height: 1.4;
}

.nsp-order-name-number__toggle small {
  margin-top: 2px;
  color: #4d6978;
  font-size: 12px;
  line-height: 1.45;
}

.nsp-order-name-number__fields {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #b7c9d2;
  border-radius: 5px;
  background: #fff;
}

.nsp-order-name-number__note {
  margin: 0 0 10px !important;
  color: #496676;
  font-size: 13px;
}

.nsp-order-name-number__head,
.nsp-order-name-number__row {
  display: grid;
  grid-template-columns: 42px minmax(165px, .8fr) minmax(220px, 1.4fr) minmax(120px, .7fr) 38px;
  align-items: center;
  gap: 10px;
}

.nsp-order-name-number__head {
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid #c7d5dc;
  border-radius: 4px 4px 0 0;
  background: #eaf1f4;
  color: #24485c;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-name-number__head > p {
  display: contents;
}

.nsp-order-name-number__row {
  min-height: 58px;
  padding: 8px 10px;
  border-right: 1px solid #d2dde2;
  border-bottom: 1px solid #d2dde2;
  border-left: 1px solid #d2dde2;
  background: #fff;
}

.nsp-order-name-number__index {
  color: #587281;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.nsp-order-name-number__field {
  min-width: 0;
  margin: 0;
}

.nsp-order-name-number__field > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.nsp-order-name-number__row select,
.nsp-order-name-number__row input {
  min-height: 40px !important;
}

.nsp-order-name-number__fields > .nsp-order-add-button {
  margin-top: 12px;
}

.nsp-order-print-list {
  display: grid;
  gap: 14px;
}

.nsp-order-print-card {
  overflow: hidden;
  border: 1px solid #aebfc9;
  border-radius: 5px;
  background: #fff;
}

.nsp-order-print-card__head {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 12px;
  border-bottom: 1px solid #cbd7dd;
  background: #eaf1f4;
}

.nsp-order-print-card__head strong {
  font-size: 15px;
}

.nsp-order-print-card__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  padding: 15px;
}

.nsp-order-field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
}

.nsp-order-field > span:first-child,
.nsp-order-field > label:first-child {
  color: #24485c;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-field--wide {
  grid-column: 1 / -1;
}

.nsp-order-method-note {
  display: block;
  margin-top: 1px;
  color: #667f8d;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.nsp-order-print-fields {
  display: contents;
}

.nsp-order-checks .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nsp-order-checks .wpcf7-list-item {
  margin: 0;
}

.nsp-order-checks .wpcf7-list-item label {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid #9fb3bd;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.nsp-order-embroidery-fields {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  padding: 16px;
  border: 1px solid #c8d6dd !important;
  border-radius: 5px;
  background: #f8fafb;
}

.nsp-order-embroidery-size {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.nsp-order-embroidery-size > p,
.nsp-order-embroidery-dimension > p,
.nsp-order-embroidery-font__list > p {
  display: contents;
}

.nsp-order-embroidery-dimension {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  align-items: center;
  gap: 7px;
}

.nsp-order-embroidery-dimension > span:first-child {
  color: #476474;
  font-size: 12px;
  font-weight: 700;
}

.nsp-order-embroidery-dimension small {
  color: #5d7785;
  font-size: 12px;
}

.nsp-order-embroidery-times {
  color: #5f7581;
  font-size: 17px;
  text-align: center;
}

.nsp-order-embroidery-dimension input {
  min-width: 0;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.nsp-order-embroidery-font {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .9fr);
  gap: 14px;
  padding: 14px;
  border-left: 4px solid #009b8e;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px #cbd9df;
}

.nsp-order-embroidery-font__copy strong {
  color: #07344d;
  font-size: 15px;
}

.nsp-order-embroidery-font__copy p {
  margin: 5px 0 0;
  color: #496676;
  font-size: 13px;
  line-height: 1.65;
}

.nsp-order-embroidery-font__list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
}

.nsp-order-embroidery-font__list br {
  display: none;
}

#estimate_contact_02 .nsp-order-embroidery-font__choice {
  min-width: 0;
  aspect-ratio: 3.35 / 1;
  overflow: hidden;
  padding: 0;
  border: 1px solid #c8d6dd;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

#estimate_contact_02 .nsp-order-embroidery-font__choice:hover {
  border-color: #009b8e !important;
  background: #f2fbfa !important;
}

#estimate_contact_02 .nsp-order-embroidery-font__choice:focus-visible {
  outline: 3px solid rgba(0, 155, 142, .25);
  outline-offset: 2px;
}

#estimate_contact_02 .nsp-order-embroidery-font__choice.is-selected {
  border: 2px solid #009b8e !important;
  background: #edf9f7 !important;
  box-shadow: 0 0 0 2px rgba(0, 155, 142, .14) !important;
}

.nsp-order-embroidery-font__choice img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 0%;
}

.nsp-order-embroidery-font__choice[data-font-index="2"] img { object-position: center 20%; }
.nsp-order-embroidery-font__choice[data-font-index="3"] img { object-position: center 40%; }
.nsp-order-embroidery-font__choice[data-font-index="4"] img { object-position: center 60%; }
.nsp-order-embroidery-font__choice[data-font-index="5"] img { object-position: center 80%; }
.nsp-order-embroidery-font__choice[data-font-index="6"] img { object-position: center 100%; }

.nsp-order-embroidery-options .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nsp-order-embroidery-options .wpcf7-list-item label {
  width: 100%;
  justify-content: center;
}

[data-nsp-quantity-row][hidden],
[data-nsp-placement][hidden],
[data-nsp-print-fields][hidden],
[data-nsp-embroidery-fields][hidden],
[data-nsp-embroidery-font][hidden],
[data-nsp-embroidery-original][hidden],
[data-nsp-method-field][hidden],
[data-nsp-method-note][hidden],
[data-nsp-special-field][hidden],
[data-nsp-silk-special][hidden],
[data-nsp-name-number][hidden],
[data-nsp-add-quantity][hidden],
[data-nsp-add-placement][hidden],
[data-nsp-add-name-number][hidden],
[data-nsp-name-number-fields][hidden] {
  display: none !important;
}

[data-nsp-reorder-field][hidden] {
  display: none !important;
}

.nsp-reorder-product {
  margin: 0 0 24px;
}

.nsp-reorder-product__lead {
  margin: 0 0 12px;
  color: #496776;
  font-size: 14px;
  line-height: 1.7;
}

.nsp-reorder-pattern .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.nsp-reorder-pattern .wpcf7-list-item {
  display: block;
  margin: 0;
}

.nsp-reorder-pattern .wpcf7-list-item label {
  min-height: 106px;
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 9px;
  align-content: start;
  padding: 15px 14px 13px;
  border: 1px solid #9eb3be;
  border-radius: 5px;
  box-sizing: border-box;
  color: #173c51;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.nsp-reorder-pattern .wpcf7-list-item label:hover {
  border-color: #009b8e;
  background: #f4fbfa;
}

.nsp-reorder-pattern .wpcf7-list-item label:has(input:checked) {
  border-color: #008f84;
  background: #eef9f7;
  box-shadow: inset 0 0 0 1px #008f84;
}

#estimate_contact_02 .nsp-reorder-pattern input[type="radio"] {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: #008f84;
}

.nsp-reorder-pattern .wpcf7-list-item-label {
  align-self: start;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.nsp-reorder-pattern .wpcf7-list-item label::after {
  grid-column: 2;
  grid-row: 2;
  margin-top: 7px;
  color: #5a7482;
  font-size: 12px;
  line-height: 1.5;
}

.nsp-reorder-pattern .wpcf7-list-item:nth-child(1) label::after {
  content: "サイズと数量だけ入力";
}

.nsp-reorder-pattern .wpcf7-list-item:nth-child(2) label::after {
  content: "カラー・サイズ・数量を入力";
}

.nsp-reorder-pattern .wpcf7-list-item:nth-child(3) label::after {
  content: "ウェア・カラー・サイズ・数量を入力";
}

.nsp-reorder-fields {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.nsp-reorder-field {
  padding: 14px 16px;
  border-left: 4px solid #009b8e;
  background: #f4f8fa;
}

.nsp-reorder-field > label {
  display: block;
  margin: 0 0 7px;
  color: #173c51;
  font-size: 14px;
  font-weight: 700;
}

.nsp-reorder-field__required {
  margin-left: 5px;
  color: #c22d2d;
  font-size: 12px;
}

.nsp-reorder-field small {
  display: block;
  margin-top: 6px;
  color: #617987;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 751px) {
  .nsp-reorder-pattern .wpcf7-list-item,
  .nsp-reorder-pattern .wpcf7-list-item label {
    height: 100%;
  }
}

@media (max-width: 750px) {

  #estimate_contact_02 .nsp-order-quantity {
    width: calc(100vw - 26px) !important;
    max-width: calc(100vw - 26px) !important;
    box-sizing: border-box !important;
  }

  .nsp-reorder-pattern .wpcf7-form-control {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nsp-reorder-pattern .wpcf7-list-item label {
    min-height: 0;
    padding: 13px 12px;
    white-space: normal !important;
  }

  .nsp-reorder-pattern .wpcf7-list-item-label,
  .nsp-reorder-pattern .wpcf7-list-item label::after {
    min-width: 0;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .nsp-reorder-field {
    padding: 12px;
  }
  body.nsp-order-enhanced #estimate_contact_02 select,
  body#order #estimate_contact_02 select {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 40px 0 12px !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: normal !important;
  }

  body.nsp-order-enhanced #right .content_wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nsp-order-estimate-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    padding: 17px;
  }

  .nsp-order-estimate-cta h2 {
    font-size: 21px;
  }

  .nsp-order-estimate-cta a {
    width: 100%;
    min-width: 0;
  }

  .nsp-order-quantity__head {
    display: none;
  }

  #estimate_contact_02 .nsp-order-quantity__row:not([hidden]) {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 82px 32px !important;
    gap: 6px;
    padding: 8px;
    box-sizing: border-box !important;
  }

  .nsp-order-quantity__row > *,
  .nsp-order-quantity__row .wpcf7-form-control-wrap,
  .nsp-order-quantity__row select,
  .nsp-order-quantity__row input {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #estimate_contact_02 .nsp-order-quantity__row .wpcf7-form-control-wrap {
    width: 100% !important;
    display: block !important;
  }

  #estimate_contact_02 .nsp-order-quantity__row select,
  #estimate_contact_02 .nsp-order-quantity__row input {
    width: 100% !important;
  }

  .nsp-order-quantity__number {
    display: none;
  }

  .nsp-order-name-number__fields {
    padding: 10px;
  }

  .nsp-order-name-number__head {
    display: none;
  }

  .nsp-order-name-number__row {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 9px;
    padding: 11px 8px;
    border-top: 1px solid #d2dde2;
    border-radius: 4px;
  }

  .nsp-order-name-number__row + .nsp-order-name-number__row {
    margin-top: 8px;
  }

  .nsp-order-name-number__index {
    grid-row: 1 / span 3;
    align-self: start;
    padding-top: 25px;
  }

  .nsp-order-name-number__field {
    grid-column: 2;
    display: grid;
    gap: 4px;
  }

  .nsp-order-name-number__field > span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    color: #24485c;
    font-size: 11px;
    font-weight: 700;
  }

  .nsp-order-name-number__row .nsp-order-icon-button {
    grid-column: 3;
    grid-row: 1 / span 3;
    align-self: center;
  }

  .nsp-order-print-card__body,
  .nsp-order-embroidery-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsp-order-embroidery-fields {
    gap: 14px;
    padding: 12px;
  }

  .nsp-order-embroidery-size {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .nsp-order-embroidery-times {
    height: 18px;
    line-height: 18px;
  }

  .nsp-order-embroidery-font {
    grid-column: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .nsp-order-embroidery-font__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsp-order-embroidery-options .wpcf7-form-control {
    grid-template-columns: minmax(0, 1fr);
  }

  .nsp-order-field--wide {
    grid-column: auto;
  }
}






