/* Styles personnalisés pour Agri Market Web */

/* Forcer la couleur du texte dans les champs de saisie */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
  color: #000000 !important;
  background-color: #ffffff !important;
}

/* Style pour les champs de recherche Google Places */
.google-places-autocomplete-input {
  color: #000000 !important;
  background-color: #ffffff !important;
}

/* Style pour les suggestions d'adresse */
.google-places-autocomplete-suggestion {
  color: #000000 !important;
  background-color: #ffffff !important;
}

/* Forcer le thème clair sur mobile web */
@media (max-width: 900px) {
  body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  
  .scaffold {
    background-color: #ffffff !important;
  }
  
  .card {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}
