.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;
}
/* TorqueBrief: cleanup EN car_spec pages using template wrapper */

body:has(.tb-spec-v7) .ct-related-posts,
body:has(.tb-spec-v7) .related-posts,
body:has(.tb-spec-v7) .entry-related,
body:has(.tb-spec-v7) .post-navigation,
body:has(.tb-spec-v7) .ct-newsletter-subscribe,
body:has(.tb-spec-v7) .ct-newsletter,
body:has(.tb-spec-v7) .newsletter,
body:has(.tb-spec-v7) .trending-posts,
body:has(.tb-spec-v7) .popular-posts,
body:has(.tb-spec-v7) .ct-sidebar,
body:has(.tb-spec-v7) aside,
body:has(.tb-spec-v7) .widget-area,
body:has(.tb-spec-v7) footer,
body:has(.tb-spec-v7) .site-footer,
body:has(.tb-spec-v7) .ct-footer,
body:has(.tb-spec-v7) [class*="related"],
body:has(.tb-spec-v7) [class*="newsletter"],
body:has(.tb-spec-v7) [class*="trending"],
body:has(.tb-spec-v7) [class*="popular"] {
  display: none !important;
}
/* Hide remaining Portuguese newsletter blocks on English car spec pages */

body:has(.tb-spec-v7) section:has(input[type="email"]),
body:has(.tb-spec-v7) div:has(> form input[type="email"]),
body:has(.tb-spec-v7) .ct-container-full:has(input[type="email"]),
body:has(.tb-spec-v7) .ct-container:has(input[type="email"]),
body:has(.tb-spec-v7) .wp-block-group:has(input[type="email"]),
body:has(.tb-spec-v7) [class*="newsletter"]:has(input[type="email"]),
body:has(.tb-spec-v7) [class*="subscribe"]:has(input[type="email"]) {
  display: none !important;
}
/* Keep TorqueBrief English mini footer visible inside car spec pages */

body:has(.tb-spec-v7) .tb-v7-footer {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  min-height: initial !important;
  max-height: none !important;
  padding: 22px 0 !important;
  margin: 28px 0 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
}

body:has(.tb-spec-v7) .tb-v7-footer nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px 16px !important;
}

body:has(.tb-spec-v7) .tb-v7-footer a {
  display: inline-block !important;
}