/**
 * HIGHLIGHT — EXPLORAR WHITE: link branco estático para fundos escuros
 *
 * text:    #fff
 * weight:  400
 * hover:   bloqueado (estático, fonte protegida)
 * gap:     2.5rem
 * icon:    fas fa-arrow-right
 */

.elementor-element .vin-button.highlight {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  padding: 0;
  gap: 2.5rem;
}

.elementor-element .vin-button.highlight .elementor-icon svg {
  fill: #fff;
}

.elementor-element .vin-button.highlight i {
  color: #fff;
}

/* Hover bloqueado — highlight é estático */
.elementor-element .vin-button.highlight:hover {
  color: #fff;
  background-color: transparent;
  font-family: var(--e-global-typography-da84073-font-family, 'Exo 2', sans-serif);
  font-weight: 400;
  font-size: var(--e-global-typography-da84073-font-size, 1.4rem);
  line-height: var(--e-global-typography-da84073-line-height, 1.3em);
}

.elementor-element .vin-button.highlight:hover .elementor-icon svg {
  fill: #fff;
}

.elementor-element .vin-button.highlight:hover i {
  color: #fff;
}
