/* -----------------------------------------------------------------------------
   FAQs & Guidance (page template: page-templates/buddypress-faqs-guidance.php)
   Uses #buddypress + .bond-bp-directory-title; layout inset from buddypress/css/shared/layout.css.
   Colour variables: root tokens in theme buddypress.css.
   ----------------------------------------------------------------------------- */

/* Match activity directory title rhythm (topbar-shell.css is not loaded on this page). */
.bond-bp-content #buddypress .bond-bp-directory-title {
	margin: 0 0 1.25rem;
}

@media (max-width: 991px) {
	.bond-bp-content #buddypress .bond-bp-directory-title {
		font-size: 2.125rem;
	}
}

@media (max-width: 640px) {
	.bond-bp-content #buddypress .bond-bp-directory-title {
		font-size: 1.75rem;
		line-height: 1.15;
	}
}

.bond-bp-faqs-screen__content {
	max-width: 52rem;
	color: var(--color-text-main);
	font-size: 1rem;
	line-height: 1.6;
}

.bond-bp-faqs-screen__content a {
	color: var(--color-link);
}

.bond-bp-faqs-screen__content a:hover,
.bond-bp-faqs-screen__content a:focus {
	color: var(--color-link-hover);
}
