/* GENERATED by build/lic-el/make_css.py - do not edit on the server. Source: build/lic/lic.css */
/* State Licensing: only the state chip grid, which the brief specifies exactly, plus the few page level
   adjustments. Every other component on this page is one the client has already approved. */

/* ---------- 01 hero ---------- */
.lic .chero .paths{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.lic .chero .paths .btn{flex:0 0 auto}
.lic .cta-core .paths.mid{display:flex;justify-content:center;margin-top:clamp(22px,3vh,28px)}
.lic .chero .tag .ln{white-space:normal}

/* ---------- 02 the answer column, head inside so both columns start and end together ---------- */
.lic .a2 .erow{align-items:stretch}
.lic .a2 .shead{margin-bottom:clamp(14px,1.8vh,18px)}
.lic .lead-col{display:flex;flex-direction:column;justify-content:flex-start}
.lic .lead-col p{font-size:20px!important;line-height:1.7;color:var(--navy);max-width:46ch}

/* ---------- 05 the comparison pair, with its paragraph beneath ---------- */
.lic .svcgrid.two{grid-template-columns:repeat(2,1fr)}
.lic .svcgrid.two .svc .sysn{display:block;font-family:var(--body);font-size:11px;font-weight:500;
  letter-spacing:.16em;color:var(--gold-deep);margin-bottom:8px}
.lic .svcgrid.two .svc{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.lic .svcgrid.two .svc:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(23,29,58,.12);
  border-color:rgba(255,176,0,.45)}
.lic .secfollow{margin:clamp(24px,3vh,32px) 0 0;font-size:17px;line-height:1.8;color:var(--on-light-2);
  max-width:92ch}

/* ---------- 09 the fifty state chips: plain text at launch ---------- */
/* The brief specifies chips, five across on desktop, alphabetical, Florida marked with a gold dot. Each
   chip is the component that becomes an anchor the day its state guide publishes, and nothing else on the
   page changes when it does. */
.statechips{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.statechip{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;
  background:var(--field-cream);border:1px solid var(--line-light);font-family:var(--body);
  font-size:14.5px;font-weight:500;color:var(--navy);
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.statechip:hover{border-color:rgba(255,176,0,.5);transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(23,29,58,.08)}
.statechip .fdot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex:none}
.statechip.flagged{border-color:rgba(255,176,0,.55);background:#fff}
.lic .statenote{margin-top:clamp(18px,2.2vh,24px);font-family:var(--body);font-size:13px;
  color:rgba(23,29,58,.62)}
.lic .secintro{margin:0 0 clamp(20px,2.4vh,26px);font-size:17px;line-height:1.8;color:var(--on-light-2);
  max-width:88ch}

/* ---------- 10 the four stage flow ---------- */
.lic .flow.four{grid-template-columns:repeat(4,1fr)}

/* ---------- 12 the author block, as one centred unit ---------- */
.lic .author.dual{max-width:920px;margin-inline:auto;gap:clamp(24px,2.6vw,44px);align-items:start}
.lic .author.dual .abox{align-items:flex-start}
.lic .author.dual .abox img{margin-top:3px}
.lic .author.dual > small{justify-self:center;padding-top:8px}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  .statechips{grid-template-columns:repeat(4,1fr)}
  .lic .flow.four{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .statechips{grid-template-columns:repeat(3,1fr)}
  .lic .svcgrid.two{grid-template-columns:1fr}
  .lic .secfollow,.lic .secintro{max-width:none}
}
@media (max-width:700px){
  .statechips{grid-template-columns:repeat(2,1fr)}
  .lic .flow.four{grid-template-columns:1fr}
  .lic .statrow.four{grid-template-columns:1fr}
  .lic .statrow.four .lstat + .lstat{border-left:0;border-top:1px solid var(--line-dark)}
  .lic .chero .paths{flex-direction:column;align-items:stretch}
}


/* ---------- Elementor parity for this page ---------- */
.bhp-lic .paths .elementor-widget-button{width:auto;flex:0 0 auto}
.bhp-lic .paths{display:flex}
.bhp-lic .shead.e-con{margin-block-end:20px!important}
/* the head-to-first-block gap is the head's own margin; a row that follows another block keeps its space */
.bhp-lic .shead + .erow.e-con,.bhp-lic .shead + .statrow.e-con,.bhp-lic .shead + .prail.e-con,
.bhp-lic .shead + .flow.e-con,.bhp-lic .shead + .svcgrid.e-con,
.bhp-lic .shead + .statechips.e-con{margin-block-start:0!important}
.bhp-lic .erow.e-con{margin-block-start:clamp(28px,3.4vh,38px)!important}
/* 02 the covers panel */
.bhp-lic .verdict.e-con{align-self:stretch;border-radius:14px;overflow:hidden;position:relative;
  padding:clamp(22px,2.8vh,28px) clamp(20px,2vw,26px);background:var(--field-navy);
  box-shadow:0 24px 60px rgba(23,29,58,.2)}
.bhp-lic .verdict.e-con::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(60% 60% at 100% 0%,rgba(255,176,0,.16),rgba(255,176,0,0) 70%)}
.bhp-lic .verdict .vrow.e-con{position:relative}
.bhp-lic .lead-col .elementor-widget-text-editor p{font-size:20px;line-height:1.7;max-width:46ch}
.bhp-lic .a2 .shead.e-con{margin-block-end:16px!important}
/* 05 the comparison pair */
.bhp-lic .svcgrid.two.e-con{display:grid!important;grid-template-columns:repeat(2,1fr)!important}
.bhp-lic .svcgrid.two .svc.e-con{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bhp-lic .svcgrid.two .svc.e-con:hover{transform:translateY(-3px);
  box-shadow:0 22px 54px rgba(23,29,58,.12);border-color:rgba(255,176,0,.45)}
.bhp-lic .secfollow p{max-width:92ch}
/* 06 the record */
.bhp-lic .statrow.four.e-con{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.bhp-lic .statrow .lstat .fig .elementor-heading-title{color:var(--gold)!important}
/* 08 the process rail */
.bhp-lic .prail.e-con{position:relative;padding:0}
.bhp-lic .prow.e-con{position:relative}
.bhp-lic .prow.e-con:not(.last)::before{content:"";position:absolute;left:21px;top:38px;bottom:-6px;
  width:2px;background:linear-gradient(180deg,rgba(255,176,0,.55),rgba(255,176,0,.3))}
.bhp-lic .pnodewrap.e-con{position:relative;z-index:1;flex:0 0 44px}
.bhp-lic .pnode .elementor-heading-title{display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;background:#fff;border:1.5px solid rgba(255,176,0,.55);
  color:var(--gold-deep);box-shadow:0 0 0 6px var(--cream);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.bhp-lic .pbody.e-con{padding:clamp(16px,2vh,20px) clamp(20px,2vw,26px);border-radius:14px;
  background:var(--field-cream);border:1px solid var(--line-light);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.bhp-lic .pbody .elementor-widget-text-editor p{max-width:78ch}
.bhp-lic .prow.e-con:hover .pnode .elementor-heading-title{background:var(--gold);border-color:var(--gold);
  color:var(--navy);transform:scale(1.06)}
.bhp-lic .prow.e-con:hover .pbody.e-con{transform:translateX(4px);box-shadow:0 18px 44px rgba(23,29,58,.1);
  border-color:rgba(255,176,0,.45)}
.bhp-lic .prow.last .pnode .elementor-heading-title{background:var(--gold);border-color:var(--gold);
  color:var(--navy)}
.bhp-lic .prow.last .pbody.e-con{border-color:rgba(255,176,0,.45)}
/* 09 the state chips */
.bhp-lic .statechips.e-con{display:grid!important;grid-template-columns:repeat(5,1fr)!important;
  padding:0}
.bhp-lic .statechip.e-con{background:var(--field-cream);
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.bhp-lic .statechip.e-con:hover{border-color:rgba(255,176,0,.5);transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(23,29,58,.08)}
.bhp-lic .statechip.flagged.e-con{border-color:rgba(255,176,0,.55);background:#fff}
.bhp-lic .statechip.flagged.e-con::before{content:"";width:7px;height:7px;border-radius:50%;
  background:var(--gold);flex:none}
.bhp-lic .secintro p{max-width:88ch}
/* 10 the four stage flow */
.bhp-lic .flow.four.e-con{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.bhp-lic .fstage.e-con{position:relative;padding:clamp(24px,3vh,30px) clamp(22px,2.2vw,28px);
  border-radius:14px;background:#fff;border:1px solid var(--line-light);
  box-shadow:0 14px 40px rgba(23,29,58,.06)}
/* the step card's gold edge is a border now, stated once in bhp-fes-el.css, so the old
   pseudo-element bar is gone from every page rather than redrawn on each one */
/* the vertical band label wraps instead of setting the band height */
.bhp-lic .closeband .ck .elementor-heading-title{writing-mode:vertical-rl;transform:rotate(180deg);
  max-height:110px;white-space:normal;line-height:1.35}
.bhp-lic .closeband.e-con{width:auto}
/* 12 the dual author box */
.bhp-lic .author.dual.e-con{display:grid!important;grid-template-columns:1fr 1fr!important;
  align-items:start!important;max-width:920px;margin-inline:auto}
.bhp-lic .author.dual > .elementor-widget-heading{grid-column:1 / -1;justify-self:center;padding-top:8px}
.bhp-lic .author.dual .abox img{width:56px!important;height:70px;object-fit:cover;object-position:50% 20%;
  border-radius:12px}
/* custom widget buttons never inherit the theme's link colour */
.bhp-lic .econ button{color:#fff}
@media (max-width:1100px){
  .bhp-lic .statechips.e-con{grid-template-columns:repeat(4,1fr)!important}
  .bhp-lic .flow.four.e-con{grid-template-columns:repeat(2,1fr)!important}
}
@media (max-width:900px){
  .bhp-lic .statechips.e-con{grid-template-columns:repeat(3,1fr)!important}
  .bhp-lic .svcgrid.two.e-con{grid-template-columns:1fr!important}
  .bhp-lic .pnodewrap.e-con{flex:0 0 36px}
  .bhp-lic .pnode .elementor-heading-title{width:36px;height:36px;font-size:16px;
    box-shadow:0 0 0 5px var(--cream)}
  .bhp-lic .prow.e-con:not(.last)::before{left:17px;top:32px}
  .bhp-lic .author.dual.e-con{grid-template-columns:1fr!important}
}
@media (max-width:700px){
  .bhp-lic .statechips.e-con{grid-template-columns:repeat(2,1fr)!important}
  .bhp-lic .statrow.four.e-con{grid-template-columns:1fr!important}
  .bhp-lic .flow.four.e-con{grid-template-columns:1fr!important}
}
