:root {
  --thm-primary-color: #186E35;
  --thm-primary-color-rgb: 24, 110, 53;
  --thm-secondary-color: #59BC64;
  --thm-secondary-color-rgb: 89, 188, 100;
  --thm-gray-bg: #D1D1D1;
  --thm-border-color: #D1D1D1;
  --thm-accent-yellow: #FCD116;
  --thm-danger: #CE1126;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--thm-primary-color);
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 6px;
}
.btn-whatsapp:hover {
  background-color: #14582b;
  color: #fff !important;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-primary-color);
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  z-index: 9999;
}
.floating-whatsapp:hover { background-color: #14582b; color: #fff !important; }