/*
Theme Name:  Astra Child
Theme URI:   https://macarthurgi.com
Description: Astra child theme for MacArthur Gastroenterology Inc. (Mac GI). Inherits all Astra and Astra Pro styles; custom page templates, JS, and PHP additions live here.
Author:      BrainGlow Technologies
Author URI:  https://macarthurgi.com
Template:    astra
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: astra-child
*/

/* Child theme custom styles go below this line.
   Page-scoped classes (.mg-page, .liver-page) keep campaign
   palette changes isolated from the rest of the clinic site. */

/* ── Intake form: force white text on the green cover so Astra's
   heading colour overrides cannot bleed through. ── */
#mg-root h1,
#mg-root .mg-cover-head { color: #ffffff !important; }

/* -- Intake form: cover section in print -- */
@media print {
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .mg-cover {
    background: #f4f7f2 !important;
    border-top: 8px solid #2c5f2e !important;
  }
  .mg-cover,
  .mg-cover * {
    color: #1e4420 !important;
    opacity: 1 !important;
  }
  .mg-cover-meta {
    background: rgba(44,95,46,0.1) !important;
  }
}

/* ── Intake form: ensure flex/grid survive Astra's reset inside
   .entry-content or .elementor-widget-container. ── */
#macgi-app, #macgi-app * {
  box-sizing: border-box;
}
#mg-root {
  font-family: Inter, -apple-system, sans-serif;
}
