#plannerLauncherButton {
  position: fixed;
  top: 50%;
  right: 12px;
  z-index: 1200;
  width: 72px;
  min-height: 40px;
  transform: translateY(-50%);
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  padding: 0 8px;
  box-sizing: border-box;
}

#plannerLauncherButton:hover {
  background: #f6f8fb;
}
