/*
Theme Name: Jet Starter No Logo
Description: Minimal theme with no logo, centered content, and centered footer.
Version: 1.0
Author: Jet & ChatGPT
*/

body { margin:0; font-family: sans-serif; background:#f7f7f9; color:#111; }
a { color:#0d6efd; text-decoration:none; }
a:hover { text-decoration:underline; }

.site-header { padding:1.5rem 0; border-bottom:1px solid #e5e7eb; background:#fff; }
.site-footer { text-align:center; padding:2rem 0; border-top:1px solid #e5e7eb; background:#fff; color:#555; }

.content { max-width:800px; margin:2rem auto; padding:0 1rem; }
.post { background:#fff; border:1px solid #e5e7eb; border-radius:.5rem; padding:1.25rem; margin-bottom:2rem; }
.post .post-title { margin-top:0; }
