#imv360WhatsappCTA.imv360-whatsapp-cta {
  position: fixed;
  z-index: 99999;
  text-decoration: none !important;
  font-family: inherit;
  background: #2fd164;
  color: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease;
}

#imv360WhatsappCTA.imv360-whatsapp-cta:hover {
  background: #28c45d;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

#imv360WhatsappCTA .imv360-whatsapp-cta__icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.18);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  display: block;
  flex: 0 0 auto;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9'/%3E%3Cpath d='M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1'/%3E%3C/svg%3E");
}

#imv360WhatsappCTA .imv360-whatsapp-cta__icon::before,
#imv360WhatsappCTA .imv360-whatsapp-cta__icon::after {
  content: none !important;
  display: none !important;
}

#imv360WhatsappCTA .imv360-whatsapp-cta__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  color: #ffffff !important;
}

#imv360WhatsappCTA .imv360-whatsapp-cta__text small {
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 4px 0;
  opacity: 0.95;
  color: #ffffff !important;
}

#imv360WhatsappCTA .imv360-whatsapp-cta__text strong {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: #ffffff !important;
}

@media (min-width: 769px) {
  #imv360WhatsappCTA.imv360-whatsapp-cta {
    right: 24px;
    bottom: 24px;
    padding: 12px 18px;
    min-height: 58px;
    border-radius: 4px;
  }

  .progress-wrap {
    bottom: 100px !important;
  }
}

@media (max-width: 768px) {
  #imv360WhatsappCTA.imv360-whatsapp-cta {
    left: 16px;
    right: 16px;
    bottom: 12px;
    padding: 12px 16px;
    min-height: 58px;
    border-radius: 4px;
    gap: 12px;
  }

  #imv360WhatsappCTA .imv360-whatsapp-cta__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 4px;
  }

  #imv360WhatsappCTA .imv360-whatsapp-cta__text small {
    font-size: 10px;
  }

  #imv360WhatsappCTA .imv360-whatsapp-cta__text strong {
    font-size: 15px;
  }

  body {
    padding-bottom: 86px !important;
  }

  .progress-wrap {
    bottom: 90px !important;
  }
}