/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.t-entry-excerpt .acf-fields-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
}

.t-entry-excerpt .acf-fields-wrapper .acf-field {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
}

.t-entry-excerpt .acf-fields-wrapper .acf-field:first-child {
    margin:0;
}

.t-entry-excerpt .acf-fields-wrapper .acf-field > strong,
.t-entry-excerpt .acf-fields-wrapper .acf-field span {
    width: 100%;
    display: inline-block;
}   