.site-header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:24px 16px}.site-header .site-navigation .menu{display:flex;list-style:none;padding:0;margin:0;gap:16px}.site-header .site-navigation .menu .menu-item a{text-decoration:none}.site-header .site-navigation .menu .menu-item a:hover{text-decoration:underline}.site-header .site-navigation .menu .menu-item.current_page_item a{font-weight:700}.site-footer{padding:64px 16px 24px;max-width:1200px;margin:auto}.site-footer [class*=navigation]:not(:last-child){margin-bottom:24px}.site-footer [class*=navigation] .menu{display:flex;align-items:center;justify-content:center;list-style:none;padding:0;margin:0;gap:16px}.site-footer [class*=navigation] .menu .menu-item a{text-decoration:none}.site-footer [class*=navigation] .menu .menu-item a:hover{text-decoration:underline}.site-footer [class*=navigation] .menu .menu-item.current_page_item a{font-weight:700}.site-footer .site-info{margin-top:24px;text-align:center}.list-posts{max-width:1200px;margin:auto;padding:16px}@media (min-width:768px){.list-posts{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:767px){.list-posts{display:block}}.list-posts .card-post .card-post-link{text-decoration:none;display:flex;flex-direction:column;gap:16px}.list-posts .card-post .card-post-link:hover{text-decoration:underline}.list-posts .card-post .card-post-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:14px;list-style:none;padding:16px 0}.no-posts-found{max-width:1200px;margin:auto;padding:16px}