#sip-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: sans-serif;
}

#sip-toggle {
  background: #10b981;
  color: white;
  border: none;
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#sip-menu {
  display: none;
  margin-top: 10px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 250px;
}

#sip-menu p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#sip-menu button.sip-option {
  display: block;
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

#sip-menu button.sip-option:hover {
  background: #2563eb;
}
