.elementor-widget-wtfc_whatsapp_float,
.elementor-widget-wtfc_whatsapp_float .elementor-widget-container {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-width: 100%;
  min-height: 1px;
  overflow: visible !important;
}

.elementor-widget-wtfc_whatsapp_float.elementor-widget-empty {
  display: block !important;
}

.elementor-location-footer .elementor-widget-wtfc_whatsapp_float,
.elementor-location-footer .elementor-widget-wtfc_whatsapp_float .elementor-widget-container {
  position: relative;
  z-index: 1;
}

.wtfc-whatsapp {
  display: block;
  width: 100%;
}

.wtfc-whatsapp__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.wtfc-whatsapp__link:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.wtfc-whatsapp__link--icon-left {
  flex-direction: row-reverse;
}

.wtfc-whatsapp__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #111111;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  padding: 12px 20px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease;
}

.wtfc-whatsapp__link:hover .wtfc-whatsapp__label {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.wtfc-whatsapp__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wtfc-whatsapp__link:hover .wtfc-whatsapp__icon-wrap {
  background-color: #20bd5a;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.55);
  transform: scale(1.04);
}

.wtfc-whatsapp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wtfc-whatsapp__icon svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.wtfc-whatsapp__icon i {
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 480px) {
  .wtfc-whatsapp__label {
    font-size: 14px;
    padding: 10px 16px;
  }

  .wtfc-whatsapp__icon-wrap {
    width: 50px;
    height: 50px;
  }

  .wtfc-whatsapp__icon svg {
    width: 24px;
    height: 24px;
  }

  .wtfc-whatsapp__icon i {
    font-size: 24px;
  }
}
