/* 
Theme Name: Hugo - Berta Digital
Author: Berta Kommunikation
Version: 1.0
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/

/* Force post card meta block to display vertically */
.post-card-meta-block {
    flex-direction: column !important;
}

.post-card-meta-block .category,
.post-card-meta-block .post-card-date {
    margin-right: 0 !important;
}

