/* Support / Privacy links injected into WordPress theme menus and footer. */

.mbq-site-footer-nav {
  clear: both;
  text-align: center;
  padding: 1.25rem 1rem 2rem;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.92;
}

.mbq-site-footer-nav a {
  color: inherit;
  text-decoration: none;
  margin: 0 0.65rem;
  font-weight: 500;
}

.mbq-site-footer-nav a:hover,
.mbq-site-footer-nav a:focus-visible {
  text-decoration: underline;
  opacity: 1;
}

.mbq-site-footer-nav .mbq-sep {
  opacity: 0.45;
  margin: 0 0.15rem;
  user-select: none;
}

/* Extra menu items appended via wp_nav_menu_items */
.menu-item.mbq-menu-support a,
.menu-item.mbq-menu-privacy a {
  font-weight: 500;
}
