/* Minification failed. Returning unminified contents.
(44,15): run-time error CSS1039: Token not allowed after unary operator: '-corpcolour'
 */
/*--------------------------------------------------
    CART PAYMENT BANNER
----------------------------------------------------*/


.cart-title-payment-info {
  display: flex;
  justify-content: center;
  margin: 18px auto 14px;
  padding: 0 0;
}

.checkout-trust-strip {
  width: 100%;
  max-width: 690px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid #d9e1e8;
  border-radius: 10px;
  background: #fff;
  color: #1f2933;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.04);
}

.checkout-trust-left {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.checkout-trust-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(22, 69, 111, 0.08);
  color: var(--corpcolour);
  font-size: 14px;
}

.checkout-trust-copy {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  white-space: nowrap;
}

  .checkout-trust-copy strong {
    font-weight: 700;
  }

  .checkout-trust-copy span {
    color: #4b5563;
  }

.checkout-card-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  color: #6b7280;
  font-size: 21px;
  line-height: 1;
}

  .checkout-card-icons .fa-cc-stripe {
    color: #635bff;
  }

  .checkout-card-icons i {
    display: inline-block;
  }

/* Mobile */
@media (max-width: 576px) {
  .cart-title-payment-info {
    margin-top: 14px;
    margin-bottom: 12px;
  }

  .checkout-trust-strip {
    align-items: flex-start;
    padding: 11px 12px;
    border-radius: 10px;
  }

  .checkout-trust-copy {
    display: block;
    white-space: normal;
    font-size: 0.9rem;
  }

    .checkout-trust-copy strong {
      display: block;
      margin-bottom: 1px;
    }

  .checkout-card-icons {
    padding-top: 2px;
    font-size: 19px;
  }
}
