/*
Theme Name: TMEX
Theme URI: https://tmex.com.br/
Author: TMEX
Author URI: https://tmex.com.br/
Description: O que nos move é tracionar os sonhos dos nossos clientes… Somos a TMEX!
Version: 2025
*/
/* GERAL */
.grecaptcha-badge, .recaptcha_v3-inline {
    display: none !important;
}
.jet-engine-frontend-query-editor-buttons {
    display: none !important;
}
:focus {
	outline: 0 !important;
}
.elementor-search-form--skin-minimal:focus-within {
	outline: 0 !important;
}
.comments-area a,.page-content a {
	text-decoration: inherit !important;
}
.whatsapp-button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;
  background-color: #25D366;
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;          /* pílula */
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  font-weight: 600;
  line-height: 1;
  transition: transform .15s ease, background-color .3s ease;
}

.whatsapp-button:hover { background-color: #1D8348; }
.whatsapp-button:active { transform: translateY(1px); }

/* Ícone */
.whatsapp-button__icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;                   /* deixa o ícone branco */
}

/* Texto */
.whatsapp-button__text {
  white-space: nowrap;          /* evita quebrar “WhatsApp” */
  font-size: 14px;
}

/* Responsivo: aproxima em telas menores e opcionalmente reduz tamanho */
@media (max-width: 480px) {
  .whatsapp-button { 
    right: 32px; 
    bottom: 32px; 
    padding: 10px 14px;
    font-size: 13px;
  }
  .whatsapp-button__icon svg { width: 18px; height: 18px; }
}

/* FINAL DA PERSONALIZAÇÃO */