.cart-drawer__amount-wrapper > .mcs-cart-shipping-estimate,
.cart__amount-wrapper > .mcs-cart-shipping-estimate {
  display: block;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgb(var(--color-entry-line));
  list-style: none;
  text-align: left;
  color: rgb(var(--color-text));
}

.mcs-cart-shipping-estimate__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 12px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
}

.mcs-cart-shipping-estimate__amount {
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
}

.mcs-cart-shipping-estimate__amount--free {
  color: #236341;
}

.mcs-cart-shipping-estimate__total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgb(var(--color-entry-line));
  font-size: 16px;
  font-weight: 700;
}

.cart-fixed-checkout .mcs-cart-estimated-total-amount {
  text-align: right;
}

.mcs-cart-shipping-estimate .mcs-cart-shipping-estimate__offer {
  margin: 12px 0 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.mcs-cart-shipping-estimate .mcs-cart-shipping-estimate__progress {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.mcs-cart-shipping-estimate .mcs-cart-shipping-estimate__note {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.5;
  opacity: .75;
}
