html.full .main_screen{margin-bottom:0;max-width:100%}html.full .postlist_out.is_post_mode{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));column-gap:var(--margin);margin:0 0 var(--margin) 0}html.full .postlist_out.is_list_mode{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));column-gap:var(--margin);margin:0 0 var(--margin) 0}@media screen and (max-width:650px){html.full .postlist_out.is_list_mode{display:block}}html.full .postlist_out.is_list_mode .postlist.cat_block{max-width:100%}