/*
Theme Name: GIQ Portal Theme
Theme URI: https://envirosolution.co.uk
Author: EnviroSolution
Description: Modern theme for the Ground Investigation Quote System with Portal, General and Chat Assistant templates. Uses Inter font.
Version: 1.0.5
Text Domain: giq-portal
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
:root{ --brand:#6f7d5a; }
html,body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f7f9fc;color:#1c2733}
a{color:var(--brand)}
.giq-container{max-width:1200px;margin:0 auto;padding:24px}
.giq-hero{background:linear-gradient(135deg,#eef3ea,#f7fbff);border-radius:20px;padding:28px;border:1px solid #e6eef7;display:flex;align-items:center;justify-content:space-between;gap:18px}
.giq-hero h1{margin:0;font-weight:800;letter-spacing:-.01em}
.giq-hero p{margin:.25rem 0 0 0;color:#546472}
.giq-actions{display:flex;gap:10px;flex-wrap:wrap}
.giq-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid #d7e3ef;background:#fff;color:#1c2733;text-decoration:none}
.giq-btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}
.entry-content{background:#fff;border:1px solid #e6eef7;border-radius:16px;padding:22px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
header.site-header{background:#ffffff;border-bottom:1px solid #e6eef7}
footer.site-footer{margin-top:48px;border-top:1px solid #e6eef7;background:#fff}
