/* Keep the inbox reachable beside the public site's existing navigation controls. */
.vf-website-notifications { flex: 0 0 44px; order: 3; margin-left: 20px; }
.vf-website-notifications .vf-notification-bell {
  color: var(--vf-gold-light, #dfcc91);
  border-color: var(--vf-line, rgba(193,161,94,.3));
  background: rgba(var(--th-pub-gold-rgb,193,161,94),.055);
}
@media (max-width: 991px) {
  .rd-navbar-fixed .vf-website-notifications {
    position: fixed; top: 16px; right: 70px; z-index: 1101; margin: 0;
  }
}
