.product_emails {
  padding:20px;
}

.product_email_field {
  margin-bottom: 1.5rem;
}

.product_email_rich_text {
  min-height: 400px;
}

.product_email_body_preview {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 1.5rem;
  background: #fff;
}

.product_email_actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.action_button.danger {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #fff;
}

.action_button.danger:hover {
  background-color: #a93226;
  border-color: #a93226;
}
