
.voucher-container{
    text-align:center;
    margin:20px auto;
}

.voucher-ticket{
    width:6cm;
    height:6cm;
    border:2px dashed #000;
    padding:10px;
    margin:0 auto 20px auto;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    background:#fff;
}

.voucher-logo{
    max-width:100%;
    max-height:60px;
    object-fit:contain;
}

.voucher-title{
    font-size:18px;
    font-weight:bold;
}

#voucher-code{
    font-size:20px;
    font-weight:bold;
    word-break:break-word;
}
.voucher-buttons button{
    margin:5px;
    padding:10px 20px;
    cursor:pointer;
}
