.pswb-order-detail-action {
  margin: 1rem 0;
}

.pswb-footer-action {
  margin: 1rem 0;
  text-align: center;
}

.pswb-button {
  border-radius: 4px;
  font-weight: 600;
  text-transform: none;
}

.pswb-product-row {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: .75rem 0;
}

.pswb-product-row label {
  flex: 1;
  margin: 0;
}

.pswb-qty {
  max-width: 110px;
}

.pswb-comment-preview {
  white-space: pre-line;
}

.pswb-history-button {
  margin-left: .5rem;
  white-space: nowrap;
}

.pswb-thread-messages {
  margin: 1rem 0;
}

.pswb-thread-message {
  border: 1px solid #ddd;
  margin-bottom: .75rem;
  padding: .75rem;
}

.pswb-thread-message-staff {
  background: #f7f9fc;
}

.pswb-thread-message-customer {
  background: #fff;
}

@media (max-width: 767px) {
  .pswb-product-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .pswb-history-button {
    display: inline-block;
    margin: .5rem 0 0;
  }
}
