
.tav-rma-form {
  max-width: 700px;
  margin: 20px auto;
  padding: 20px;
  background: #020617;
  border-radius: 16px;
  color: #e5e7eb;
  border: 1px solid #1f2937;
}

.tav-rma-form h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #60a5ff;
}

.tav-rma-form .tav-row {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tav-rma-form label {
  font-size: 13px;
}

.tav-rma-form input,
.tav-rma-form textarea,
.tav-rma-form select {
  border-radius: 8px;
  border: 1px solid #374151;
  padding: 8px 10px;
  font-size: 14px;
  background: #020617;
  color: #e5e7eb;
}

.tav-rma-form input:focus,
.tav-rma-form textarea:focus,
.tav-rma-form select:focus {
  outline: none;
  border-color: #3b82f6;
}

.tav-rma-form .tav-row-inline {
  align-items: flex-start;
}

.tav-rma-form .tav-load-products {
  align-self: flex-start;
  margin-top: 4px;
  background: transparent;
  border-radius: 999px;
  border: 1px solid #3b82f6;
  color: #bfdbfe;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
}

.tav-helper {
  font-size: 12px;
  color: #9ca3af;
}

#tav-products-container {
  border-radius: 10px;
  border: 1px dashed #374151;
  padding: 10px;
  font-size: 13px;
}

.tav-product-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.tav-product-item label {
  cursor: pointer;
}

.tav-rma-form .tav-submit-btn {
  margin-top: 8px;
  background: linear-gradient(135deg, #005bff, #0030a6);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.tav-rma-message {
  max-width: 700px;
  margin: 10px auto;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}

.tav-rma-success {
  background: #022c22;
  color: #a7f3d0;
  border: 1px solid #059669;
}

.tav-rma-error {
  background: #450a0a;
  color: #fecaca;
  border: 1px solid #ef4444;
}
