.eibp-eq.eibp-visit{
  max-width:100% !important;
  width:100%;
  box-sizing:border-box;
}
.eibp-eq.eibp-visit .eibp-eq-card{
  max-width:920px;
  margin:0 auto;
  box-sizing:border-box;
}
.eibp-eq.eibp-visit .eibp-eq-lead{
  max-width:none;
}
.eibp-eq.eibp-visit .eibp-eq-checks{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:8px;
}
.eibp-eq.eibp-visit .eibp-eq-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
  font-size:14.5px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0;
  color:#16233F;
  background:#FAF8F5;
  border:1.5px solid #E2E8F0;
  border-radius:8px;
  padding:12px 14px;
  cursor:pointer;
}
.eibp-eq.eibp-visit .eibp-eq-check input{
  width:auto;
  min-width:16px;
  margin-top:3px;
  flex-shrink:0;
}
.eibp-eq.eibp-visit .eibp-eq-f[data-checks].is-bad .eibp-eq-checks{
  outline:2px solid #BA1625;
  border-radius:8px;
}
.eibp-eq.eibp-visit .eibp-eq-day{
  margin:4px 0 0;
  font-size:13.5px;
  font-weight:600;
  color:#C89611;
}
