.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;
}/* =========================================
   TorqueBrief car spec – mobile spacing fix
   ========================================= */

@media (max-width: 767px) {

  body.single-car_spec .entry-content,
  body[class*="single-car_spec"] .entry-content,
  .tb-spec-v7 {
    overflow-x: hidden;
  }

  body.single-car_spec .tb-v7-section,
  body[class*="single-car_spec"] .tb-v7-section,
  body.single-car_spec .tb-v7-hero,
  body[class*="single-car_spec"] .tb-v7-hero,
  body.single-car_spec .tb-v7-quick,
  body[class*="single-car_spec"] .tb-v7-quick,
  body.single-car_spec .tb-v7-fit,
  body[class*="single-car_spec"] .tb-v7-fit,
  body.single-car_spec .tb-v7-inline-links,
  body[class*="single-car_spec"] .tb-v7-inline-links,
  body.single-car_spec .tb-v7-faq,
  body[class*="single-car_spec"] .tb-v7-faq,
  body.single-car_spec .tb-v7-toc,
  body[class*="single-car_spec"] .tb-v7-toc,
  body.single-car_spec .tb-v7-source-box,
  body[class*="single-car_spec"] .tb-v7-source-box,
  body.single-car_spec .tb-v7-conclusion,
  body[class*="single-car_spec"] .tb-v7-conclusion,
  body.single-car_spec .tb-v7-bottom-line,
  body[class*="single-car_spec"] .tb-v7-bottom-line {
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  body.single-car_spec .tb-v7-section p,
  body[class*="single-car_spec"] .tb-v7-section p,
  body.single-car_spec .tb-v7-section li,
  body[class*="single-car_spec"] .tb-v7-section li,
  body.single-car_spec .tb-v7-quick,
  body[class*="single-car_spec"] .tb-v7-quick {
    font-size: 17px !important;
    line-height: 1.75 !important;
  }

  body.single-car_spec .tb-v7-section h2,
  body[class*="single-car_spec"] .tb-v7-section h2 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
  }

  body.single-car_spec .tb-v7-section h3,
  body[class*="single-car_spec"] .tb-v7-section h3 {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
  }

  body.single-car_spec .tb-v7-section table,
  body[class*="single-car_spec"] .tb-v7-section table,
  body.single-car_spec .tb-v7-fit-box,
  body[class*="single-car_spec"] .tb-v7-fit-box {
    width: 100% !important;
  }
}
/* =========================================
   TorqueBrief car_spec mobile global spacing
   Final mobile padding fix
   ========================================= */

@media (max-width: 767px) {

  body:has(.tb-spec-v7) .tb-spec-v7 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  body:has(.tb-spec-v7) .tb-spec-v7 > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body:has(.tb-spec-v7) .tb-v7-hero,
  body:has(.tb-spec-v7) .tb-v7-section,
  body:has(.tb-spec-v7) .tb-v7-final,
  body:has(.tb-spec-v7) .tb-v7-footer,
  body:has(.tb-spec-v7) .tb-v7-quick,
  body:has(.tb-spec-v7) .tb-v7-toc,
  body:has(.tb-spec-v7) .tb-v7-fit,
  body:has(.tb-spec-v7) .tb-v7-fit-box,
  body:has(.tb-spec-v7) .tb-v7-inline-links {
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body:has(.tb-spec-v7) .tb-v7-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body:has(.tb-spec-v7) .tb-v7-final,
  body:has(.tb-spec-v7) .tb-v7-section,
  body:has(.tb-spec-v7) .tb-v7-footer {
    width: 100% !important;
  }

  body:has(.tb-spec-v7) .tb-v7-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

  body:has(.tb-spec-v7) .tb-v7-section p,
  body:has(.tb-spec-v7) .tb-v7-section li,
  body:has(.tb-spec-v7) .tb-v7-final p,
  body:has(.tb-spec-v7) .tb-v7-footer p {
    font-size: 17px !important;
    line-height: 1.75 !important;
  }

  body:has(.tb-spec-v7) .tb-v7-section h2,
  body:has(.tb-spec-v7) .tb-v7-final h2 {
    font-size: 1.85rem !important;
    line-height: 1.2 !important;
  }
}