/* Back to CloudPanel button */
.fb-topbar::before {
  content: "← Back to CloudPanel";
  cursor: pointer;
  margin-right: 16px;
  color: #4da3ff;
  font-weight: 600;
}

.fb-topbar::before:hover {
  text-decoration: underline;
}

