/* UnitZap Elementor Widget Styles */

.unitzap-elementor-wrapper {
  display: block;
}

.unitzap-elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.5;
}

.unitzap-elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.unitzap-elementor-button:active {
  transform: translateY(0);
}

.unitzap-elementor-icon {
  display: inline-block;
  flex-shrink: 0;
}

.unitzap-elementor-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Responsivo */
@media (max-width: 768px) {
  .unitzap-elementor-button {
    padding: 12px 24px;
    font-size: 14px;
  }
}
