/* =========================================================================
   tricare.css
   Auto-loaded by the child theme via slug-match.
   Imports shared insurance-carrier structure + sets page background gradient.
   ========================================================================= */

@import url('insurance-carrier.css');

body.page-tricare {
  /* Page-level gradient. Shared across all 8 carrier subpages for a
     consistent "insurance section" identity. Pink wash at top, fading
     to navy at bottom for the final-CTA band. */
  background: var(--grad-page-v3-short) no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

/* ── 2026-06-15 (Suzanne): hide the TRICARE-credentialed provider list FOR NOW.
   Reversible — remove this rule to bring the provider list back. */
body.page-tricare .ic-providers { display: none; }
