/* GM Core — Contact Hours / What to expect. Scoped to .gm-chours. */
.gm-chours{
  --n:var(--navy,#0A1B33); --n3:var(--navy-3,#17375E); --muted:var(--muted,#63738A);
  --border:var(--border,#E1E7EE); --rlg:var(--r-lg,22px); --sh:var(--sh,0 4px 24px rgba(10,27,51,.07));
  --b1:var(--bar-1,#1F4FBF); --b2:var(--bar-2,#0E7CC4); --b4:var(--bar-4,#0FA37A);
  --pill:var(--r-pill,100px); --sans:var(--sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif);
  font-family:var(--sans);
}
.gm-chours .gm-eyebrow{display:inline-block;background:rgba(217,160,43,.14);color:var(--gold-text,#8A5A0C);
  font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:7px 16px;border-radius:var(--pill);margin-bottom:20px}
.gm-chours .section-head{max-width:640px}
.gm-chours .section-head h2{font-size:clamp(1.9rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.025em;color:var(--n);line-height:1.12!important;margin:0}
.gm-chours .section-head p{color:var(--muted);font-size:1.02rem;line-height:1.5!important;margin:12px 0 0}
.gm-chours__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:34px}
.gm-chours .hcard{background:#fff;border:1px solid var(--border);border-radius:var(--rlg);padding:28px 26px;box-shadow:var(--sh)}
.gm-chours .hcard__ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;margin-bottom:16px}
.gm-chours .hcard__ic svg{width:22px;height:22px;color:#fff}
.gm-chours .hcard--c1 .hcard__ic{background:var(--b1)}
.gm-chours .hcard--c2 .hcard__ic{background:var(--b2)}
.gm-chours .hcard--c3 .hcard__ic{background:var(--b4)}
.gm-chours .hcard h3{font-size:1.05rem;font-weight:800;color:var(--n);margin:0 0 8px;line-height:1.3!important}
.gm-chours .hcard p{font-size:.9rem;color:var(--muted);margin:0}
.gm-chours .hcard .row{display:flex;justify-content:space-between;font-size:.9rem;padding:5px 0;border-bottom:1px dashed var(--border)}
.gm-chours .hcard .row:last-child{border-bottom:0}
.gm-chours .hcard .row b{color:var(--n3);font-weight:700}
@media(max-width:960px){.gm-chours__grid{grid-template-columns:1fr}}
/* Safety: icon SVGs never balloon if a parent rule is missing. */
.gm-chours svg{max-width:100%;max-height:48px}
