/*
Theme Name: 4x4 Template
Theme URI: https://example.com/themes/4x4template
Author: Il tuo nome
Author URI: https://example.com
Description: Tema WordPress minimale 4x4 con intestazione, menu, sidebar e loop dei post.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 4x4template
*/

/* Stili di base */
html, body { margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.6; color: #222; background: #fff; }
a { color: #0366d6; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1080px; margin: 0 auto; padding: 1.5rem; }
.site-header { border-bottom: 1px solid #eee; background: #fafafa; }
.site-title { margin: 0; font-size: 1.8rem; }
.site-nav { margin-top: 0.5rem; }
.site-footer { border-top: 1px solid #eee; background: #fafafa; margin-top: 2rem; padding: 1rem 0; }

.layout { display: grid; grid-template-columns: 1fr 280px; gap: 2rem; }
@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; }
}

.post { margin-bottom: 2rem; }
.post h2 { margin: 0 0 0.5rem; font-size: 1.5rem; }
.post .meta { color: #666; font-size: 0.9rem; margin-bottom: 0.75rem; }

.pagination { display: flex; gap: 1rem; }