/* Mis Autos - estilos básicos */
.ma-container {
  max-width: 820px;
}
.ma-table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 18px;
}
.ma-table th,
.ma-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.ma-table th {
  background: #f5f5f5;
  text-align: left;
}
.ma-field {
  margin-bottom: 12px;
}
.ma-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.ma-field input,
.ma-field select {
  width: 100%;
  max-width: 420px;
}
.ma-notice {
  padding: 8px 12px;
  margin: 10px 0;
  border-radius: 4px;
}
.ma-success {
  background: #e6ffed;
  border: 1px solid #b7eb8f;
}
.ma-error {
  background: #ffe6e6;
  border: 1px solid #ff7875;
}
