.footer-store-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-store-icons img {
	flex: 0 0 45%;
	max-width: 45%;
}

/* ===== MC4WP #1860 - força box branca do email ===== */
#mc4wp-form-1860 form{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;

  background:#fff !important;
  padding:10px !important;
  border-radius:6px !important;
  box-shadow:0 0 0 1px rgba(0,0,0,.10) !important;

  width:min(820px, 100%) !important;
  margin:0 !important;
}

#mc4wp-form-1860 form p{ margin:0 !important; }
#mc4wp-form-1860 form p.tb-field{ flex:1 !important; }
#mc4wp-form-1860 form p.tb-actions{ flex:0 0 auto !important; }

/* INPUT: caixa branca + texto visível */
#mc4wp-form-1860 input[type="email"]{
  width:100% !important;
  border:0 !important;
  outline:0 !important;

  background:#fff !important;      /* <- fundo branco */
  color:#111 !important;           /* <- texto escuro */

  font-size:18px !important;
  padding:14px 16px !important;
  border-radius:6px !important;
  line-height:1.2 !important;
}

/* Placeholder visível */
#mc4wp-form-1860 input[type="email"]::placeholder{
  color:#9aa0a6 !important;
  opacity:1 !important;
}

/* Remove qualquer estilo do tema que “apague” o campo */
#mc4wp-form-1860 input[type="email"],
#mc4wp-form-1860 input[type="email"]:focus{
  box-shadow:none !important;
  -webkit-text-fill-color:#111 !important; /* Safari/Chrome autofill */
}

/* Botão */
#mc4wp-form-1860 input[type="submit"]{
  border:0 !important;
  cursor:pointer !important;

  background:#1f6fff !important;
  color:#fff !important;
  font-weight:700 !important;

  padding:12px 22px !important;
  border-radius:4px !important;
  font-size:16px !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}

/* Autofill (Chrome) não ficar amarelo/escuro */
#mc4wp-form-1860 input[type="email"]:-webkit-autofill{
  -webkit-box-shadow:0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color:#111 !important;
}