/*
Theme Name: Melonleaf
Theme URI: https://melonleaf.com/
Author: melonleaf
Author URI: https://melonleaf.com/
Description: Lightweight Elementor + ACF ready theme (minimal).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL-2.0-or-later
Text Domain: melonleaf
*/

:root { --container: 1200px; }
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; line-height: 1.6; color: #222; background: #fff; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 16px; }
.site-header, .site-footer { padding: 20px 0; }
.site-title { margin: 0; font-size: 1.25rem; }
.nav { display: flex; gap: 16px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
main { padding: 32px 0; }
.entry-title { margin: 0 0 12px; font-size: 2rem; }
.entry-content { margin-top: 16px; }
.pagination { display: flex; gap: 10px; margin: 24px 0; }
a { text-decoration: none; color: inherit; }
html, body {
    overflow-x: hidden !important;
    width: 100%;
	  touch-action: pan-x pan-y;
    -ms-touch-action: pan-x pan-y;
}

