/* Prevent BuddyBoss/Astra from rendering a second header */
.buddyboss-theme .site-header,
#masthead.site-header { display: none !important; }

/* Ensure BP pages sit below our nav */
#buddypress, #bb-buddypress { margin-top: 0 !important; }

/* Match BP form inputs to Plus Jakarta Sans */
#buddypress input,
#buddypress select,
#buddypress textarea {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Override any Astra/BB button radius back to pills */
#buddypress .generic-button a,
#buddypress a.button,
#buddypress input[type="submit"] {
  border-radius: 100px !important;
  font-weight: 700 !important;
}
