/* Balance incomplete final rows without changing the number of cards. */
@media (min-width:801px){
  .bpb-cols-3 .bpb-manual:not(.bpb-manual-editorial_list){grid-template-columns:repeat(6,minmax(0,1fr))}
  .bpb-cols-3 .bpb-manual:not(.bpb-manual-editorial_list)>article{grid-column:span 2}
  .bpb-cols-3 .bpb-manual:not(.bpb-manual-editorial_list)>article:last-child:nth-child(3n+1){grid-column:1/-1}
  .bpb-cols-3 .bpb-manual:not(.bpb-manual-editorial_list)>article:nth-last-child(2):nth-child(3n+1),
  .bpb-cols-3 .bpb-manual:not(.bpb-manual-editorial_list)>article:nth-last-child(2):nth-child(3n+1)+article{grid-column:span 3}
  .bpb-cols-2 .bpb-manual:not(.bpb-manual-editorial_list)>article:last-child:nth-child(odd){grid-column:1/-1}
}
