    .ticket-container {
        border: 1px solid #93c5fd;
        border-radius: 8px;
        padding: 16px;
        background-color: white;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
        /* max-width: 800px; */
    }
    .header {
        text-align: center;
        color: #dc2626;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 16px;
    }
    .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
    }
    .content img {
        height: 50px;
        width: auto;
    }
    .content div {
        text-align: center;
    }
    .content .location {
        color: #1f2937;
        font-weight: 600;
    }
    .content .details {
        color: #4b5563;
    }
    .content .date {
        color: #6b7280;
        font-size: 14px;
    }
    .content .price {
        color: #dc2626;
        font-weight: 600;
        font-size: 18px;
    }
    .content .price .economy {
        color: #6b7280;
        font-size: 14px;
    }
    .divider {
        border-top: 1px solid #d1d5db;
        margin: 16px 0;
    }
    .footar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: transparent;
    }
    .footar .call {
        color: #1f2937;
        font-weight: 600;
        font-size: 18px;
    }
    .footar .ref {
        color: #6b7280;
        font-size: 14px;
    }
    .footar .quote {
        color: #2563eb;
        font-weight: 600;
        font-size: 18px;
    }