.order-return-wrapper {
  margin-bottom: 30px;
}
.order-return-wrapper .order-return-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-return-wrapper .order-return-form .form-row {
  margin-bottom: 0;
}
.order-return-wrapper .order-return-submit-btn {
  align-self: flex-start;
  margin-top: 8px;
}
.order-return-wrapper .order-return-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.order-return-wrapper .order-return-type-selector {
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.order-return-wrapper .order-return-type-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
}
.order-return-wrapper .order-return-type-option input[type=radio] {
  margin: 0;
}
.order-return-wrapper .order-return-items-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.order-return-wrapper .order-return-item {
  border: 1px solid #eee;
  border-radius: 6px;
  transition: border-color 0.15s;
}
.order-return-wrapper .order-return-item:hover {
  border-color: #ddd;
}
.order-return-wrapper .order-return-item-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.order-return-wrapper .order-return-item-checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}
.order-return-wrapper .order-return-item-image {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.order-return-wrapper .order-return-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.order-return-wrapper .order-return-item-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.order-return-wrapper .order-return-item-name {
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-return-wrapper .order-return-item-sku {
  font-size: 12px;
  color: #888;
}
.order-return-wrapper .order-return-item-qty {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.order-return-wrapper .order-return-item-qty-input {
  width: 60px;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
}
.order-return-wrapper .order-return-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.order-return-wrapper .order-return-actions .button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.order-return-wrapper .order-return-confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  gap: 16px;
  text-align: center;
}
.order-return-wrapper .order-return-result-icon svg {
  width: 48px;
  height: 48px;
}
.order-return-wrapper .order-return-success-icon {
  color: #16a34a;
}
.order-return-wrapper .order-return-error-icon {
  color: #dc2626;
}
.order-return-wrapper .order-return-success-message {
  font-size: 16px;
  font-weight: 500;
}
.order-return-wrapper .order-return-confirmation-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.order-return-wrapper .order-return-order-headline {
  margin-bottom: 16px;
  font-size: 18px;
}

/*# sourceMappingURL=order-return.css.map */
