/*
Theme Name: VetDesk
Description: Lightweight theme for the VetDesk practice portal and a simple public clinic site. Pair with the VetDesk Practice Management plugin.
Version: 0.1.0
Requires PHP: 7.4
Text Domain: vetdesk-theme
*/
:root{--vd-brand:#0f766e;--vd-ink:#1f2933;--vd-bg:#f5f7fa}
*{box-sizing:border-box}
body{margin:0;background:var(--vd-bg);color:var(--vd-ink);font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;line-height:1.6}
a{color:var(--vd-brand)}
.site-header{background:#fff;border-bottom:1px solid #e3e8ee}
.site-header .wrap,.site-footer .wrap,.site-main{max-width:1200px;margin:0 auto;padding:0 16px}
.site-header .wrap{display:flex;justify-content:space-between;align-items:center;min-height:56px;gap:16px;flex-wrap:wrap}
.site-title{font-weight:700;font-size:1.15rem;text-decoration:none;color:var(--vd-ink)}
.site-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:16px;flex-wrap:wrap}
.site-nav a{text-decoration:none;color:var(--vd-ink)}
.site-main{padding-top:24px;padding-bottom:40px}
.entry-title{margin-top:0}
.site-footer{padding:20px 0;color:#6b7785;font-size:.85rem;text-align:center}
/* Portal pages: hide theme chrome so the app owns the screen */
body.vd-portal .site-header .site-nav,body.vd-portal .entry-title,body.vd-portal .site-footer{display:none}
body.vd-portal .site-main{max-width:none;padding:0}
body.vd-portal .entry-content{margin:0}
