/* Compatibility fixes for GLG Ultra Bare */
.glg-shell, .glg-shell * { box-sizing: border-box; }
.glg-shell img { max-width: 100%; height: auto; display:block }
.glg-shell h1,.glg-shell h2,.glg-shell h3,.glg-shell h4 { margin: 0 0 .6rem; line-height:1.25 }
.glg-shell p { margin: .4rem 0 1rem; }
:root { --glg: #16a34a; --ink:#0f172a; }
.glg-shell{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff}
.glg-hero{background:linear-gradient(180deg,#ecfdf5,transparent);padding:24px;border-radius:18px;border:1px solid #e5efe9}
.glg-hero.compact{padding:18px}
.glg-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column;margin-top:12px}
.card-single .body{padding:16px}
.glg-hero-img{width:100%;height:auto;max-height:420px;object-fit:cover;display:block}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--glg);color:#fff;text-decoration:none;padding:10px 14px;border-radius:12px;font-weight:600;border:0}
.btn-outline{display:inline-flex;align-items:center;gap:8px;border:2px solid var(--glg);color:var(--glg);text-decoration:none;padding:8px 12px;border-radius:12px;font-weight:600;background:#fff}
.th{display:block}.en{display:block;color:#475569;font-size:13px}
/* Ensure theme wrappers don't squash the width */
.glg-shell{max-width:1100px;margin:18px auto;padding:0 16px}
