.ffsa-wrap{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 12px;
  margin: 10px 0;
  background: #fff;
}

.ffsa-remaining-text,
.ffsa-free-text{
  font-size: 14px;
  line-height: 1.35;
}

.ffsa-divider{
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 10px 0;
}

.ffsa-addons-head{
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 8px 0;
}

.ffsa-addons{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ffsa-addon-card{
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
}

.ffsa-addon-thumb{
  width: 54px !important;
  height: 54px !important;
  object-fit: cover;
  border-radius: 12px;
}

.ffsa-addon-title{
  font-weight: 700;
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 2px;
}

.ffsa-addon-price{
  font-size: 12px;
  opacity: .9;
  margin-bottom: 2px;
}

.ffsa-addon-variant{
  font-size: 11px;
  opacity: .85;
  line-height: 1.25;
}

.ffsa-addon-right .button{
  padding: 8px 10px;
  border-radius: 10px;
  line-height: 1;
  height: auto;
  font-size: 12px;
  white-space: nowrap;
}

.ffsa-status{
  margin-top: 8px;
  font-size: 12px;
  opacity: .9;
}

/* Totals table row (CheckoutWC / Woo checkout) */
.ffsa-free-shipping-row th,
.ffsa-free-shipping-row td{
  padding-top: 6px;
}
.ffsa-free-shipping-row strong{
  font-weight: 800;
}
