/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
.n9__in_desktop{
	display:inline-block!important;
	gap:8px;
}
.n9__in_mobile{
	display:none!important;
	gap:8px;
}

@media(max-width:991px){
	.n9__in_desktop{
		display:none!important;
	}
	.n9__in_mobile{
		display:inline-block!important;
	}
}