/* V213: text surfaces use only the height required by their visible content. */
#sourcePage .cv-ia-host > :is(#summaryBox, .responsibility-field)[data-cv-text-v213="1"] {
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

@media print {
  #sourcePage .cv-ia-host > :is(#summaryBox, .responsibility-field)[data-cv-text-v213="1"] {
    height: auto !important;
  }
}
