/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2024 | 13:48:49 */
.payment-info {
    width: 50%;
    margin: 0 auto; /* Center the div */
    padding: 20px;
    box-sizing: border-box;
  }

  .payment-header {
    display: flex;
    justify-content: space-between; /* Aligns items to the left and right */
    align-items: center; /* Centers items vertically */
    border-bottom: 1px solid black; /* Black line separator */
    padding-bottom: 10px; /* Spacing below the header */
  }

  .payment-detail {
    font-size: 16px;
    display: flex;
    justify-content: space-between; /* Aligns text to the left and right */
    margin: 10px 0; /* Spacing between details */
  }