/*
Theme Name: Smart Mag Child
Description: Child theme for Smart Mag
Author: studiodev.pl
Template: smart-mag
Version: 1.0.0
*/

@import url("../smart-mag/style.css");

/* Fix event meta data layout - change from flex to inline */
.meta-below-has-right {
    display: block !important;
}

.meta-below-has-right .post-meta-items {
    display: inline !important;
    min-width: auto !important;
    width: auto !important;
}

/* Allow natural text wrapping for event meta items */
.post-meta-items .meta-item {
    display: inline;
    white-space: normal;
}

.post-meta-items .meta-item:not(:last-child):after {
    content: " ";
}