/* Trouser shortening add-on: the product-page checkbox row.
   Markup in inc/shortening.php. Native control, in keeping with the
   checkout terms row — the design system defines no custom checkbox. */

.bsx-shortening {
  margin: 0 0 18px;
}

.bsx-shortening__label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: var(--bsx-text);
}

.bsx-shortening__label input[type="checkbox"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--bsx-ink);
  cursor: pointer;
}

.bsx-shortening__price {
  margin-left: auto;
  font-size: 13px;
  color: var(--bsx-text-soft);
  white-space: nowrap;
}

.bsx-shortening__price .woocommerce-Price-amount {
  color: inherit;
}

.bsx-shortening__note {
  margin: 6px 0 0 25px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--bsx-text-soft);
}
