﻿/* Minimal form styling (responsive, no hardcoded theme). */
.burstcar-form {
  max-width: 640px;
  width: 100%;
}

.burstcar-field {
  margin-bottom: 12px;
}

.burstcar-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.burstcar-input,
.burstcar-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
}

.burstcar-actions {
  margin-top: 12px;
}

.burstcar-button {
  padding: 8px 16px;
}

.burstcar-message {
  padding: 10px 12px;
  margin-bottom: 12px;
}

.burstcar-message-success {
  background: #e9f7ef;
  border: 1px solid #b7e3c2;
}

.burstcar-message-error {
  background: #fdecea;
  border: 1px solid #f5c2c0;
}
