/* QA fixes 2026-08-03 */
img[src*="ce2.jpg"], img[src*="/images/ce2"] {
  vertical-align: middle !important;
  display: inline-block;
  margin: 0 0 0 6px;
}

/* reCAPTCHA v3: bottom-left collapsed (JS sets inline !important; CSS as fallback) */
.grecaptcha-badge {
  left: -186px !important;
  right: auto !important;
  bottom: 14px !important;
  width: 256px !important;
  transition: left 0.3s ease !important;
  z-index: 99990 !important;
}
.grecaptcha-badge:hover,
.grecaptcha-badge:focus-within {
  left: 4px !important;
  right: auto !important;
}
@media (max-width: 960px) {
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
/* MAX messenger button */
.header__max__link img,
.header__whatsapp__link img[src*="max-icon"]{
  border-radius:6px;
  object-fit:cover;
}
