/* Share column widths between bill headers and rows; preserve full identities. */
.checkTitle[data-v-2779331d], .checkContent[data-v-2779331d] {
  display: grid; grid-template-columns: 30% 50% 20%;
  padding: 0; align-items: stretch; line-height: 1.5;
}
.checkTitle[data-v-2779331d] > div,
.checkContent[data-v-2779331d] > div {
  box-sizing: border-box; min-width: 0; max-width: none;
  padding: 8px 6px; display: flex; align-items: center; justify-content: center;
  text-align: center !important;
}
.checkContent[data-v-2779331d] .checkCenterChild {
  margin: 0; width: 100%; min-width: 0; white-space: pre-line;
  overflow: visible; text-overflow: clip; overflow-wrap: anywhere; text-align: center;
}
