.ticket-container {
    margin: 5px 0;
    padding: 10px;
    border-radius: 4px;
    max-width: 49%;
    background-color: #fff;
}
.ticket-preview {
    width: 100%;
	position: relative;
    background: #fff;
    overflow: auto; /* Permite zoom manual */
}
.ticket-preview canvas {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
.ticket-preview img,
.ticket-preview canvas {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.ticket-code {
    background-color: #d30;
    color: #fff;
    float: left;
    margin-bottom: 10px;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}
.info-pedido, .info-product {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
h3.title-conf {
    font-size: 17px;
    font-weight: 600;
    color: #3ba7de;
	margin-block-start: 1.5rem;
}
h2.title-conf {
    font-size: 23px !important;
    color: #3ba7de;
}
.product {
    font-size:15px;
    font-weight:600;
    margin:15px 0;
}

span.product-variation {
    font-size:14px;
    font-weight:400;
    color:#ee393d;
}
span.info-pay {
    font-weight: 400;
    font-size:13px;
}

hr {
    border: 1px dashed #e3e3e3;
}
button.button.btn-verifica {
    background-color:#6DD400;
    color:#fff;
    border:none;
    font-size:13px;
    width:100%;
}

button.btn-ingressos {
    margin-top:10px;
    background-color:#3ba7de;
    color:#fff;
    border:none;
    font-size:13px;
    width:100%;
}
button.button.btn-verifica {
    background-color:#6DD400;
    color:#fff;
    border:none;
    font-size:13px;
    width:50%;
    float:right;
    margin: 20px 0 0 30px;
}

button.btn-ingressos {
    margin-top:10px;
    background-color:#3ba7de;
    color:#fff;
    border:none;
    font-size:13px;
    width:50%;
    float:right;
}
.btn-ingressos:focus, .btn-ingressos:hover {
    background-color: #de3300;
}
@media (max-width: 767px) {
	.ticket-buttons-container {
		margin: 0;
		gap:10px;
	}
	.ticket-container{
		padding: 10px 15px;
        border: none;
        border-radius: 10px;
        max-width: 100%;
        background-color: #ffffff;
	}
	.ticket-preview{
		width: 100%;
    	height: auto;
		margin-bottom: 0;
 		border: none;
        background: none;
		box-shadow: none;
	    overflow: visible;
}
		button.btn-ingressos {
		float:none;
		width:100%;
}
		button.button.btn-verifica {
		float:none;
		width:100%;
		margin: 0;
}
}