/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.5.1723596829
Updated: 2024-08-14 00:53:49

*/

.searchandfilter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
.searchandfilter ul li {
	padding-right: 10px;
}
.searchandfilter select {
    padding: 5px;
}
.searchandfilter input[type=submit]{
    padding: 5px!important;
    margin-top: 0!important;
}

.wp-block-post-template.is-layout-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))!important;
}

.wp-block-post-template.is-layout-grid .wp-block-post-terms {
	margin:0;
  	padding:0;
	display: inline;
}
li.wp-block-post.patterns .wp-block-columns {
	flex-direction: column;
}

  