.uc-breakdown-layout{
  grid-template-columns:1fr 1fr;
}

.uc-bullet-list{
  margin:0;
  padding-left:1.2rem;
  color:var(--thp-muted);
  line-height:1.7;
}

.checkbox-grid-2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.breakdown-table td.is-negative,
.breakdown-table .is-negative{
  color:#8c3840;
}

@media (max-width: 780px){
  .checkbox-grid-2,
  .uc-breakdown-layout{
    grid-template-columns:1fr !important;
  }
}
