.wc-ppcp-blocks-payment-method__label {
  display: flex;
  align-items: center;
  width: 100%;

  .wc-block-components-payment-method-icons {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;

    .wc-block-components-payment-method-icon {
      max-width: 90px;
      max-height: 24px;
    }
  }
}