/* Standard theme-friendly block under the add-to-cart area */
.rbc-reassurance{
  display: block;
  width: 100%;
  clear: both;
  margin-top: .75rem;
}

/* If parent is flex, ensure full-width line break */
.product-quantity .rbc-reassurance{
  flex-basis: 100%;
}

/* Light separation without imposing colors */
.rbc-item + .rbc-item{
  border-top: 1px solid rgba(0,0,0,.08);
}
.rbc-title{
  margin-bottom: .25rem;
}
