/**
* Theme Name: Saasweb Child
* Description: This is a child theme of Saasweb, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: saasweb
* Version: 1.0.0
*/


.merchant-qr-code {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.merchant-qr-code h3 {
    margin-top: 0;
    color: #333;
}

.qr-code-image {
    margin: 15px 0;
    text-align: center;
}

.qr-code-image img {
    max-width: 200px;
    height: auto;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
}
