.natcash-checkout {
    max-width: 500px;
    margin: auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.natcash-checkout h2 {
    text-align: center;
    margin-bottom: 15px;
}

.qr-box {
    text-align: center;
    margin-bottom: 20px;
}

.qr-box img {
    max-width: 200px;
    border: 1px solid #ddd;
    padding: 10px;
}

.natcash-checkout label {
    font-weight: bold;
    display: block;
    margin-top: 15px;
}

.natcash-checkout input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
}

.natcash-checkout button {
    width: 100%;
    background: #007a33;
    color: #fff;
    padding: 12px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.success {
    background: #e6ffed;
    padding: 10px;
    margin-top: 15px;
    border-left: 4px solid #2ecc71;
}


natcash-qr.png
