.mx-cw-form,
.mx-cw-form * {
  box-sizing: border-box;
}
.mx-cw-form {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.55;
  margin: 2rem auto;
  width: 100%;
}
.mx-cw-card {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.09);
  padding: clamp(1.25rem, 3vw, 2.25rem);
}
.mx-cw-card-header {
  margin-bottom: 1.35rem;
}
.mx-cw-card-header h2,
.mx-cw-statement-card h2 {
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0;
}
.mx-cw-eyebrow {
  color: #1a1a1a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}
.mx-cw-lead {
  color: #4a4a4a;
  margin: 0.65rem 0 0;
  max-width: 720px;
}
.mx-cw-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.mx-cw-field {
  margin: 0 0 1rem;
}
.mx-cw-field-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.mx-cw-honeypot {
  height: 1px;
  inset-inline-start: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.mx-cw-form input[type="text"],
.mx-cw-form input[type="email"],
.mx-cw-form input[type="tel"],
.mx-cw-form select,
.mx-cw-form textarea {
  background: #fef3c7;
  border: 1px solid black;
  border-radius: 7px;
  box-shadow: none;
  color: #1a1a1a;
  display: block;
  font: inherit;
  max-width: 100%;
  padding: 0.72rem 0.85rem;
  width: 100%;
}
.mx-cw-form input[type="text"],
.mx-cw-form input[type="email"],
.mx-cw-form input[type="tel"],
.mx-cw-form select {
  min-height: 46px;
}
.mx-cw-form textarea {
  min-height: 118px;
  resize: vertical;
}
.mx-cw-form input:focus,
.mx-cw-form select:focus,
.mx-cw-form textarea:focus {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
  outline: 0;
}
.mx-cw-form [data-mx-cw-step-heading]:focus {
  outline: none;
}
.mx-cw-helper {
  color: #4a4a4a;
  font-size: 0.9rem;
  margin: 0.65rem 0 0;
}
.mx-cw-field-description {
  color: #4a4a4a;
  display: block;
  font-size: 0.88rem;
  font-weight: 400;
  margin-top: 0.4rem;
}
.mx-cw-price,
.mx-cw-price .woocommerce-Price-amount,
.mx-cw-price .amount,
.mx-cw-price .woocommerce-Price-amount bdi {
  white-space: nowrap;
}
.mx-cw-notice {
  border: 1px solid transparent;
  border-radius: 7px;
  margin: 1rem 0 1.25rem;
  padding: 0.9rem 1rem;
}
.mx-cw-notice-info {
  background: #fef3c7;
  border-color: #d4a853;
  color: #1a1a1a;
}
.mx-cw-notice-warning {
  background: #fef3c77ed;
  border-color: #e8e8e8;
  color: #7c2d12;
}
.mx-cw-summary {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  margin: 1.25rem 0;
  padding: 1rem;
}
.mx-cw-summary p,
.mx-cw-summary-item {
  margin: 0;
  min-width: 0;
}
.mx-cw-summary-item span {
  color: #4a4a4a;
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
.mx-cw-summary-item strong {
  color: #1a1a1a;
  display: block;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.mx-cw-summary-item .mx-cw-price,
.mx-cw-summary-item .mx-cw-price span {
  color: #1a1a1a;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.mx-cw-summary-item .mx-cw-order-total-value {
  font-weight: 800;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}
.mx-cw-summary-item .mx-cw-order-total-value .woocommerce-Price-amount,
.mx-cw-summary-item .mx-cw-order-total-value .amount,
.mx-cw-summary-item .mx-cw-order-total-value .woocommerce-Price-amount bdi,
.mx-cw-summary-item .mx-cw-order-total-value .woocommerce-Price-currencySymbol {
  display: inline !important;
  font: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}
.mx-cw-summary-item .woocommerce-Price-amount,
.mx-cw-summary-item .amount,
.mx-cw-summary-item .woocommerce-Price-amount bdi {
  white-space: nowrap;
}
.mx-cw-next-steps {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin: 1.25rem 0;
  padding: 1rem;
}
.mx-cw-next-steps h3 {
  font-size: 1rem;
  margin: 0 0 0.65rem;
}
.mx-cw-next-steps ul {
  margin: 0;
  padding-left: 1.15rem;
}
.mx-cw-next-steps li {
  margin: 0 0 0.45rem;
}
.mx-cw-next-steps li:last-child {
  margin-bottom: 0;
}
.mx-cw-items-fieldset {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin: 1.5rem 0 1.25rem;
  padding: 1rem;
}
.mx-cw-consumer-fieldset {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin: 1.5rem 0;
  padding: 1rem;
}
.mx-cw-consumer-fieldset .mx-cw-field-grid:first-of-type {
  margin-top: 1rem;
}
.mx-cw-field-error {
  color: #b91c1c;
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-top: 0.3rem;
}
.mx-cw-field-error[hidden] {
  display: none;
}
.mx-cw-items-fieldset legend {
  color: #1a1a1a;
  font-weight: 800;
  padding: 0 0.45rem;
}
.mx-cw-consumer-fieldset legend {
  color: #1a1a1a;
  font-weight: 800;
  padding: 0 0.45rem;
}
.mx-cw-form .mx-cw-item {
  align-items: center;
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  cursor: default;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 58px minmax(0, 1fr);
  margin: 0 0 0.75rem;
  padding: 0.85rem;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}
.mx-cw-form .mx-cw-item-entire-order {
  grid-template-columns: 58px minmax(0, 1fr);
}
.mx-cw-items-readonly .mx-cw-selected-items-only,
.mx-cw-items-readonly .mx-cw-item-selection-control,
.mx-cw-items-readonly .mx-cw-item-quantity-control {
  display: none;
}
.mx-cw-form .mx-cw-items-readonly .mx-cw-item {
  background: #fef3c7;
  border-color: #f0f0f0;
  box-shadow: none;
  cursor: default;
  grid-template-columns: 58px minmax(0, 1fr);
  opacity: 1;
}
.mx-cw-form .mx-cw-items-readonly .mx-cw-item:hover {
  border-color: #f0f0f0;
  box-shadow: none;
}
.mx-cw-form .mx-cw-item:hover {
  border-color: #94a3b8;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.mx-cw-form .mx-cw-item:last-child {
  margin-bottom: 0;
}
.mx-cw-item input[type="checkbox"],
.mx-cw-consent input[type="checkbox"] {
  accent-color: #1a1a1a;
  height: 18px;
  margin: 0;
  width: 18px;
}
.mx-cw-item-thumb {
  align-items: center;
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  display: flex;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  width: 58px;
}
.mx-cw-item-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mx-cw-item-thumb-placeholder {
  background: linear-gradient(135deg, #f0f0f0, #fef3c7);
  display: block;
  height: 100%;
  width: 100%;
}
.mx-cw-item-body {
  align-items: center;
  display: grid;
  gap: 0.5rem 1rem;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}
.mx-cw-item-name,
.mx-cw-item-quantity,
.mx-cw-item-note {
  display: block;
}
.mx-cw-item-name {
  color: #1a1a1a;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.mx-cw-item-quantity,
.mx-cw-item-note {
  color: #4a4a4a;
  font-weight: 400;
}
.mx-cw-item-total {
  color: #1a1a1a;
  font-weight: 800;
  white-space: nowrap;
}
.mx-cw-item-quantity-control {
  align-items: center;
  color: #334155;
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.65rem;
  margin-top: 0.45rem;
  width: fit-content;
}
.mx-cw-quantity-stepper {
  align-items: stretch;
  display: inline-flex;
}
.mx-cw-form .mx-cw-item-quantity-control input[type="number"] {
  background: #fef3c7;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-shadow: none;
  color: #1a1a1a;
  font: inherit;
  font-weight: 600;
  height: 34px;
  margin: 0;
  max-width: 48px;
  min-width: 48px;
  padding: 0.25rem;
  text-align: center;
  width: 48px;
  -moz-appearance: textfield;
}
.mx-cw-form
  .mx-cw-item-quantity-control
  input[type="number"]::-webkit-inner-spin-button,
.mx-cw-form
  .mx-cw-item-quantity-control
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mx-cw-quantity-stepper button {
  align-items: center;
  background: #fef3c7;
  border: 1px solid #eeeeee;
  color: #1e293b;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 34px;
}
.mx-cw-quantity-stepper button:first-child {
  border-radius: 7px 0 0 7px;
  border-right: 0;
}
.mx-cw-quantity-stepper button:last-child {
  border-left: 0;
  border-radius: 0 7px 7px 0;
}
.mx-cw-quantity-stepper button:hover {
  background: #f0f0f0;
  color: #1a1a1a;
}
.mx-cw-quantity-stepper button:focus-visible,
.mx-cw-attachment-remove:focus-visible,
.mx-cw-file-picker-button:focus-within,
.mx-cw-button:focus-visible,
.mx-cw-form a:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28);
  outline: 2px solid #1a1a1a;
  outline-offset: 2px;
}
.mx-cw-form .mx-cw-item-quantity-control input[type="number"]:focus {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
  outline: none;
}
.mx-cw-item-note {
  background: #fef3c77ed;
  border-radius: 6px;
  color: #9a3412;
  font-size: 0.9rem;
  padding: 0.4rem 0.55rem;
}
.mx-cw-statement-card {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin: 1.5rem 0;
  padding: 1rem;
}
.mx-cw-statement-card h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.mx-cw-statement-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.mx-cw-statement-section {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  padding: 1rem;
}
.mx-cw-statement-section h3 {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
}
.mx-cw-statement-section p {
  margin: 0;
}
.mx-cw-statement-section dl {
  display: grid;
  gap: 0.35rem 0.75rem;
  grid-template-columns: max-content minmax(0, 1fr);
  margin: 0;
}
.mx-cw-statement-section dt {
  color: #4a4a4a;
  font-weight: 800;
}
.mx-cw-statement-section dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.mx-cw-statement-section-full {
  margin-top: 1rem;
}
.mx-cw-statement-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mx-cw-statement-items li {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.45rem 0;
}
.mx-cw-statement-items li:last-child {
  border-bottom: 0;
}
.mx-cw-statement-note {
  border-top: 1px solid #f0f0f0;
  color: #4a4a4a;
  margin: 1rem 0 0;
  padding-top: 1rem;
}
.mx-cw-consent {
  align-items: flex-start;
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  display: grid;
  font-weight: 600;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 1rem 0;
  padding: 0.9rem 1rem;
}
.mx-cw-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
}
.mx-cw-button {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  min-height: 46px;
  padding: 0.78rem 1.1rem;
  text-decoration: none;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}
.mx-cw-button:hover,
.mx-cw-button:focus {
  text-decoration: none;
}
.mx-cw-button-primary {
  background: #1a1a1a;
  color: #fef3c7;
}
.mx-cw-button-primary:hover,
.mx-cw-button-primary:focus {
  background: #1a1a1a;
  color: #fef3c7;
}
.mx-cw-button:disabled,
.mx-cw-button:disabled:hover,
.mx-cw-button:disabled:focus {
  cursor: not-allowed;
  opacity: 0.55;
}
.mx-cw-button-danger {
  background: #dc2626;
  color: #fef3c7;
}
.mx-cw-button-danger:hover,
.mx-cw-button-danger:focus {
  background: #b91c1c;
  color: #fef3c7;
}
.mx-cw-button-secondary {
  background: #fef3c7;
  border-color: #eeeeee;
  color: #1a1a1a;
}
.mx-cw-button-secondary:hover,
.mx-cw-button-secondary:focus {
  background: #fef3c7;
  border-color: #94a3b8;
  color: #1a1a1a;
}
.mx-cw-button:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  outline: 0;
}
.mx-cw-button-small {
  font-size: 0.92rem;
  min-height: 38px;
  padding: 0.55rem 0.75rem;
}
.mx-cw-success-title {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.mx-cw-success-icon {
  flex: 0 0 auto;
  background: #1a1a1a;
  border-radius: 999px;
  display: inline-block;
  height: 28px;
  position: relative;
  width: 28px;
}
.mx-cw-success-icon::after {
  border: solid #fef3c7;
  border-width: 0 2px 2px 0;
  content: "";
  height: 11px;
  left: 11px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 6px;
}
.mx-cw-attachments {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin: 1.25rem 0;
  padding: 1.15rem;
}
.mx-cw-attachments h3 {
  color: #1a1a1a;
  font-size: 1.05rem;
  margin: 0 0 0.45rem;
}
.mx-cw-attachments p {
  margin: 0 0 0.75rem;
}
.mx-cw-file-picker {
  align-items: center;
  background: #fef3c7;
  border: 1px dashed #b8c4d2;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.85rem;
  padding: 0.85rem;
}
.mx-cw-file-picker-button {
  align-items: center;
  background: #fef3c7;
  border: 1px solid #94a3b8;
  border-radius: 6px;
  color: #1a1a1a;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  line-height: 1.2;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
}
.mx-cw-file-picker-button:hover,
.mx-cw-file-picker-button:focus-within {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}
.mx-cw-file-input-native {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.mx-cw-file-picker-status {
  color: #475569;
  font-size: 0.92rem;
}
.mx-cw-attachment-list {
  color: #334155;
  font-size: 0.92rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}
.mx-cw-attachment-list li {
  align-items: center;
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin: 0 0 0.5rem;
  padding: 0.65rem 0.75rem;
}
.mx-cw-attachment-file-meta {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.mx-cw-attachment-file-meta strong {
  color: #1a1a1a;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.mx-cw-attachment-file-meta span {
  color: #4a4a4a;
  font-size: 0.86rem;
}
.mx-cw-attachment-remove {
  background: transparent;
  border: 0;
  color: #b91c1c;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.25rem 0;
}
.mx-cw-attachment-remove:hover,
.mx-cw-attachment-remove:focus {
  color: #7f1d1d;
  text-decoration: underline;
}
.mx-cw-attachment-list:empty {
  display: none;
}
.mx-cw-attachment-warning {
  margin-top: 0.75rem;
}
.mx-cw-attachment-clear {
  margin-top: 0.35rem;
}
.mx-cw-attachment-result {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-top: 1rem;
  padding: 1rem;
}
.mx-cw-attachment-result p {
  margin: 0;
}
.mx-cw-attachment-result p + p {
  margin-top: 0.75rem;
}
.mx-cw-footer-link {
  box-sizing: border-box;
  flex: 0 0 100%;
  margin: 1rem auto;
  text-align: center;
  width: 100%;
}
.mx-cw-footer-link > a {
  display: inline-block;
  margin-inline: auto;
}
.mx-cw-badge {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 999px;
  color: #166534;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 0.22rem 0.55rem;
}
.mx-cw-badge-muted {
  background: #fef3c7;
  border-color: #eeeeee;
  color: #475569;
}
.mx-cw-empty-state {
  background: #fef3c7;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin: 1rem 0;
  padding: 1.25rem;
}
.mx-cw-empty-state-title {
  color: #1a1a1a;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.mx-cw-empty-state p {
  margin: 0 0 0.85rem;
}
.mx-cw-empty-state-actions {
  margin-bottom: 0;
}
.mx-cw-orders {
  border-collapse: collapse;
  margin-top: 1rem;
  width: 100%;
}
.mx-cw-orders th,
.mx-cw-orders td {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.75rem;
  text-align: left;
  vertical-align: middle;
}
.mx-cw-orders .woocommerce-Price-amount,
.mx-cw-orders .amount {
  white-space: nowrap;
}
.mx-cw-orders th {
  color: #475569;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 680px) {
  .mx-cw-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mx-cw-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mx-cw-item-body {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .mx-cw-item-total {
    text-align: right;
    white-space: nowrap;
  }
  .mx-cw-item-note {
    grid-column: 1 / -1;
  }
  .mx-cw-statement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .mx-cw-form {
    margin: 1.25rem auto;
  }
  .mx-cw-card {
    border-radius: 7px;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.08);
  }
  .mx-cw-actions,
  .mx-cw-button {
    width: 100%;
  }
  .mx-cw-statement-section dl,
  .mx-cw-statement-items li {
    display: block;
  }
  .mx-cw-statement-section dt {
    margin-top: 0.45rem;
  }
  .mx-cw-orders,
  .mx-cw-orders thead,
  .mx-cw-orders tbody,
  .mx-cw-orders th,
  .mx-cw-orders td,
  .mx-cw-orders tr {
    display: block;
    width: 100%;
  }
  .mx-cw-orders thead {
    display: none;
  }
  .mx-cw-orders tr {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
  }
  .mx-cw-orders td {
    border: 0;
    padding: 0.35rem 0;
  }
  .mx-cw-orders td::before {
    color: #4a4a4a;
    content: attr(data-title);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
  }
}
.mx-cw-return-conditions-notice {
  background: #fef3c7;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin: 1.25rem 0;
  padding: 1rem;
}
.mx-cw-return-conditions-notice__title {
  font-size: 1rem;
  margin: 0 0 0.45rem;
}
.mx-cw-return-conditions-notice__text {
  color: #475569;
  margin: 0;
}
.mx-cw-return-conditions-notice__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
}
.mx-cw-return-conditions-notice__link {
  font-weight: 600;
}
.mx-cw-return-conditions-notice__ack {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  margin-top: 0.85rem;
}
.mx-cw-return-conditions-notice__ack input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
}
