/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

.fmd-posts-section .kb-post-list-item article {
    background: #ffffff;
}

/* Category links default posts and categories */

.fmd-post-categories {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .fmd-post-categories li a {
        font-size: 16px;
    }
}