.ticket-mini{
    text-align:center;
    padding:12px;
    border-radius:10px;
    background: var(--sypply-fondo-principal);;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
    color:#ffffff;
    width:100%;
}

.ticket-number{
    font-size:20px;
    font-weight:800;
    letter-spacing:2px;
    background:var(--sypply-white);
    color:#2c3e50;
    padding:6px;
    border-radius:6px;
    margin-bottom:6px;
}

.ticket-price{
    font-size:14px;
    font-weight:600;
    margin-bottom:8px;
}

.ticket-customer{
    font-size:12px;
    text-align:left;
    background:var(--sypply-group);
    padding:8px;
    border-radius:6px;
    line-height:1.4;
}