/*
 Theme Name:   Kadence Child
 Theme URI:    https://www.nehemoth.com/
 Description:  Kadence Child Theme with custom WCAG and performance tweaks
 Author:       Nehemoth
 Template:     kadence
 Version:      1.0.0
*/
/* Force 1-column vertical stream for Kadence Archives */
.archive .site-main .loop-entry-wrap,
.blog .site-main .loop-entry-wrap {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
}
