/*
 * BuddyBoss Child Theme - Custom Styles
 * Add your custom CSS here
 * 
 * Note: Practitioner page styles have been moved to bma-custom.css
 * to prevent conflicts with the BuddyBoss theme layout system.
 */

/* Fix footer logo SVG collapsing to 0x0 in flex container */
.footer-logo img {
	width: 200px;
	height: auto;
	max-height: 70px;
}

