/* Keep the four Founding conditions together as a clear, equal information set. */
html body.v71-page-founding-pricing .founding-rules-inline{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  margin:4px 0 32px!important;
}
html body.v71-page-founding-pricing .founding-rules-inline p{
  min-height:132px!important;
  margin:0!important;
  padding:18px 18px 18px 20px!important;
  border:1px solid #d5e4ce!important;
  border-left:4px solid #639a39!important;
  border-radius:12px!important;
  background:#f3f8ef!important;
  color:#506451!important;
  font-size:13px!important;
  line-height:1.52!important;
}
html body.v71-page-founding-pricing .founding-rules-inline strong{
  margin:0 0 5px!important;
  color:#285d2e!important;
  font-size:14px!important;
  line-height:1.3!important;
}
@media(max-width:1050px){
  html body.v71-page-founding-pricing .founding-rules-inline{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  html body.v71-page-founding-pricing .founding-rules-inline{grid-template-columns:1fr!important}
  html body.v71-page-founding-pricing .founding-rules-inline p{min-height:0!important}
}
