.hamgap-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #41c9e2;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 9999;
}

.hamgap-button {
  background-color: #0078d4;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.hamgap-suggestion-box {
  background-color: #f9f9f9;
  border-left: 4px solid #41c9e2;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
}
