/* Custom CSS for your project */

/* Example: Custom footer style */
.footer {
    background-color: #f8f9fa;
    padding: 1rem 0;
}

main.container{
    width: 100%;
    max-width: 980px;
    margin:auto;
}

.voucher-icon, .qr-icon{
    width: 100%;
    max-width: 108px;
}
.qr-icon{
    width: auto;
    height: 50px;
}
.voucher-label{
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin-top: 10px;
}
.voucher-label-sub{
    margin-top: 2px;
}