.stripe-payment-element-preview {
  .payment-method {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.03), 0 3px 6px rgb(0 0 0 / 0.02);
    color: rgb(109 110 120);
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    padding: 0 16px 8px;

    .icon {
      margin-top: 13px;
      margin-right: 10.5px;
      width: 2.25em;

      svg {
        height: 1.2em;
      }
    }

    .text {
      margin-top: 10px;
    }
  }
}
