.bbs-callout {
  position: fixed;
  bottom: 8px;
  right: 12px;
  font-size: 12px;
  opacity: 0.7;
  z-index: 1000;
}

.bbs-callout a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.bbs-callout a:hover {
  text-decoration: underline;
  opacity: 1;
}

.bbs-callout span {
  margin-right: 4px;
}
