
/* APIS Lab v6.48 — mobile audit input placeholder visibility */
.home-audit-launch input{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  padding-left:16px!important;
  padding-right:16px!important;
  font-size:18px!important;
  line-height:1.2!important;
  color:#111!important;
  text-overflow:ellipsis!important;
}
.home-audit-launch input::placeholder{
  color:#777!important;
  opacity:1!important;
}
@media(max-width:640px){
  .home-audit-launch{grid-template-columns:1fr!important;gap:8px!important;padding:8px!important}
  .home-audit-launch input{height:58px!important;font-size:17px!important;padding:0 16px!important}
  .home-audit-launch button{width:100%!important;min-height:58px!important;margin:0!important}
}
