/**
 * ShopFluxx shipping options — cart/checkout notice and the repacking request.
 */

.sf-shipping-note {
  font-size: 14px;
  line-height: 1.55;
}

/* The repacking request is a decision, not a disclaimer, so it gets a panel of
   its own rather than sitting loose under the order notes. */
.sf-repack {
  margin: 18px 0 6px;
  padding: 14px 16px;
  border: 1px solid #dde3ec;
  border-radius: 6px;
  background: #f7f9fc;
}

.sf-repack .sf-repack-field {
  margin: 0;
  padding: 0;
}

.sf-repack .sf-repack-field label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #22303f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.sf-repack-help {
  margin: 6px 0 0 24px;
  color: #55606e;
  font-size: 13px;
  line-height: 1.5;
}

.sf-shipping-product-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #0a3d91;
  background: #f7f9fc;
  color: #55606e;
  font-size: 13px;
  line-height: 1.55;
}

.sf-repack-summary span {
  color: #55606e;
  font-size: 13px;
}
