/**
 * Lamilka Tour 0.6.18
 * Transfer cancellation pill: start at the shared normal pill size.
 *
 * The companion script reads the actual font size of the other transfer pills
 * (12.5px mobile / 13.5px desktop), preserves 8px minimum side padding, and
 * reduces only in 0.1px steps when the complete one-line group cannot fit.
 */
html body.lamilka-transfers-page
[data-lamilka-trust-contract="v063"].lamilka-transfer__benefits
> li.lamilka-transfer__benefit--cancellation {
  --lamilka-transfer-cancellation-font-size: inherit;
  align-items: center !important;
  column-gap: 6px !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  min-height: 38px !important;
  overflow: hidden !important;
  padding-inline: 8px !important;
  white-space: nowrap !important;
}

html body.lamilka-transfers-page
[data-lamilka-trust-contract="v063"].lamilka-transfer__benefits
> li.lamilka-transfer__benefit--cancellation
> .lamilka-transfer__benefit-check {
  flex: 0 0 14px !important;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
}

html body.lamilka-transfers-page
[data-lamilka-trust-contract="v063"].lamilka-transfer__benefits
> li.lamilka-transfer__benefit--cancellation
> span:not(.lamilka-transfer__benefit-check) {
  flex: 0 0 auto !important;
  font-size: var(--lamilka-transfer-cancellation-font-size) !important;
  line-height: inherit !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  text-wrap: nowrap !important;
  white-space: nowrap !important;
  width: auto !important;
}
