/* VINUTUSA Support Widget */
.vinut-support-widget {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.vinut-support-widget.vinut-pos-right { right: 20px; }
.vinut-support-widget.vinut-pos-left  { left: 20px; }

.vinut-support-widget .vinut-toggle {
  width: 56px; height: 56px;
  border-radius: 999px;
  border: 0;
  background: #2e7d32; /* dark green */
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
  cursor: pointer;
  position: relative;
}

.vinut-support-widget .vinut-toggle .vinut-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  background: #e53935;
  color: #fff;
  width: 20px; height: 20px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}

.vinut-support-widget .vinut-panel {
  position: absolute;
  bottom: 70px;
  display: none;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.vinut-support-widget.open .vinut-panel { display: flex; }

.vinut-support-widget .vinut-item {
  width: 48px; height: 48px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center; justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

.vinut-support-widget .vinut-item img {
  display: block;
  width: 24px; height: 24px;
}

.vinut-support-widget .vinut-wa { background: #25D366; color: #fff; }
.vinut-support-widget .vinut-livechat { background: #1877f2; color: #fff; }
.vinut-support-widget .vinut-close { background: #87d37c; color: #fff; }

/* Hide any default LiveChat launcher if needed (may be adjusted in theme) */
/* .lc-launcher, [id^="lc-"], [class*="lc-Launcher"] { display: none !important; } */
