#mm-filter-manager-launcher {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999998;
  background: #8a5a44;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 13.5px;
  font-weight: 600;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#mm-filter-manager-launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
}
