/*
 Theme Name:   Heart Child Theme
 Theme URI:    https://heart.axiomthemes.com/
 Description:  Heart Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     heart
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  heart
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.matm-stats-container {
    display: flex; margin: 1em 0;
}
.matm-stats-panel {
    flex: 1;
    background: #ccc;
    text-align: center;
    padding: 1.5em;
}
.matm-stats-panel + .matm-stats-panel {
    margin-left: 1px;
}
.matm-stats-panel span {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}


