/* The narrow landing column also needs centered payment marks on wide viewports. */
@media (min-width: 431px) {
  body.face-first-mobile.dark-plum-mobile .refund-card-payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-security {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-method {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.face-first-mobile.dark-plum-mobile .refund-card-payment-methods img {
    display: block;
    flex: 0 0 auto;
  }
}
