/*
Theme Name:   Voxel (child theme)
Theme URI:    https://getvoxel.io/
Author:       27collective
Author URI:   https://27collective.net/
Template:     voxel
Version:      1.0
Text Domain:  voxel-child
*/

/* Fix: Buyer Acquisition page - market panel hidden by default */
.um-market-panel {
	display: none !important;
}
.um-market-panel.open {
	display: block !important;
}
