/* Keep the member and public authenticated headers visually aligned. */
.lbp-landing-auth-action[data-lbp-auth-action-type="likes"] svg,
.lbp-landing-auth-action[data-lbp-auth-action-type="messages"] svg,
.member-actions .icon-btn[data-member-counter="likes"] .member-icon,
.member-actions .icon-btn[data-member-counter="messages"] .member-icon {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  transform: none;
}

.lbp-landing-auth-badge,
.member-header .icon-btn[data-member-counter] > .badge {
  box-sizing: border-box;
  top: -6px;
  right: -6px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 24px;
  text-align: center;
}
