/*
 * File: custom.ba.v1.css
 * Description: Custom stylesheet for Biogenetix.
 * Author: Banana Agency
 * Date: August 6, 2025
 * Version: 1.0
 *
 * This file contains the custom global styles, layout definitions, and component-specific styles
 * for the website.
 */

@media only screen and (max-width: 649px) {
	.hl-app .menu-field-wrap.col-sm-6 {
		max-width: 50% !important;
	}
}
