.cmiPdfIcon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.cmiPdfIcon__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 24px;
  padding: 0 8px;
  border-radius: 9999px;
  background: #c40000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.cmiPdfIcon__text {
  line-height: 1.4;
}

.cmiPdfCheckbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cmiPdfBulkDownloadButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75em 1.25em;
  cursor: pointer;
}

.cmiPdfBulkDownloadButton[disabled] {
  opacity: 0.6;
  cursor: wait;
}
