/**
 * Theme Name:   Inspiro Child
 * Theme URI:    https://www.wpzoom.com/themes/inspiro/
 * Description:  Child theme of Inspiro with custom layout fixes
 * Author:       WPZOOM
 * Author URI:   https://www.wpzoom.com/
 * Template:     inspiro
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  inspiro-child
 */

/* Game vitals: keep icon+text groupings together, allow groupings to wrap */
.entry-content .game_vitals {
	flex-wrap: wrap !important;
}
.entry-content .game_vitals p {
	white-space: nowrap;
	word-wrap: normal !important;
}

/* Hide balloon/weight icon image on mobile */
@media (max-width: 781px) {
	.mobile_hide {
		display: none !important;
	}
}
