/*
 Theme Name: GeneratePress Child - Berruezo
 Template: generatepress
 Version: 1.0
*/
/* Stats section: reduce gap between number and label */
.wp-block-group.alignfull .wp-block-column p:first-child {
    margin-bottom: 0;
}
.wp-block-group.alignfull .wp-block-column p:last-child {
    margin-top: 5px;
}
