/*
Theme Name: CasinosLine GP Child
Theme URI: https://casinosline.com/
Author: CasinosLine
Template: generatepress
Version: 1.0.0
Description: GeneratePress 子主题（去私有函数、稳、轻量、SEO/CLS 友好）
*/

:root{
  --container:1200px;
  --content:860px;
  --text:#17202b;
  --muted:#6b7280;
  --link:#1753ae;
  --bg:#ffffff;
  --header-bg:#173a78;
  --header-fg:#ffffff;
}

/* 基础排版 */
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI",Arial,system-ui,-apple-system,sans-serif;line-height:1.65}
a{color:var(--link);text-underline-offset:2px}
img{max-width:100%;height:auto}

/* 容器 */
.grid-container{max-width:var(--container);margin:0 auto;padding:0 16px}
.site-main{max-width:var(--content);margin:28px auto 60px}
.entry-title{margin:0 0 .6rem;font-weight:800;font-size:clamp(26px,3.2vw,36px);line-height:1.25}
.entry-meta{color:var(--muted);font-size:14px;margin:.2rem 0 1rem}
.entry-content{font-size:1.02rem;line-height:1.8}
.entry-content > *+*{margin-top:1em}

/* 强制隐藏特色图（缩略图） */
.featured-image{display:none!important}

/* Header */
header.site-header{background:var(--header-bg);color:var(--header-fg)}
header .inside-header{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:10px 0}
header .site-title{font-weight:800;text-decoration:none;color:#fff}
header .main-navigation a{color:#fff;text-decoration:underline;padding:.5rem .8rem;border-radius:.5rem;display:inline-block}
header .main-navigation a:hover{background:#e3f7ff;color:#067278}

/* Footer */
.site-footer{background:#0f2b5a;color:#e7eefb;padding:24px 0;margin-top:40px}
.site-footer a{color:#ffd700;text-decoration:underline}
.site-footer .footer-inner{display:flex;gap:16px;flex-wrap:wrap;align-items:center;justify-content:space-between}

/* 内容图像 */
.entry-content img{height:auto}
