
.jabla-floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jabla-button {
  background: #25d366;
  color: white;
  padding: 14px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.jabla-button.jabla-call {
  background-color: #34b7f1;
}
.jabla-button:hover {
  opacity: 0.85;
}
