/* Xpress Pay Section Styles */
.xpress-pay-section {
    background-color: #f0f0f0; /* Set background color for the Xpress Pay section */
    padding: 20px;
    text-align: center;
    position: relative;
}

.xpress-pay-content {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.xpress-pay-content h2 {
    color: #333; /* Set color for the section heading */
}

.xpress-pay-content p {
    color: #555; /* Set color for the section text */
    margin-bottom: 20px;
}

.xpress-pay-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    text-decoration: none;
    background-color: #008000; /* Set background color for the Xpress Pay button */
    color: #fff; /* Set text color for the Xpress Pay button */
    border-radius: 5px;
}
