/* V27: first-order delivery eligibility shown while the customer checks out. */
.v8-checkout-totals .v27-shipping-row {
  align-items: flex-start;
}

.v8-checkout-totals .v27-shipping-row > span:last-child {
  display: block;
  text-align: right;
}

.v27-shipping-note {
  display: block;
  max-width: 20rem;
  margin-top: 0.3rem;
  color: #5c7065;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 850px) {
  .v27-shipping-note {
    max-width: 13rem;
    font-size: 0.68rem;
  }
}
