/* Optimización del Ticket Final */
#checkout-modal .modal-content {
    max-width: 400px;
    padding: 1.5rem;
}

.receipt-wrapper {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace; /* Estilo ticket */
    color: #333;
}

.receipt-logo-small {
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 0.5rem;
}

.receipt-title {
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 2px;
}

.receipt-meta {
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.receipt-divider {
    border-top: 1px dashed #ccc;
    margin: 0.8rem 0;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}

.receipt-row.total {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    border-top: 2px solid #333;
    padding-top: 0.5rem;
}

.receipt-item-group {
    margin-bottom: 0.8rem;
}

.receipt-item-extra {
    font-size: 0.75rem;
    color: #666;
    padding-left: 1.2rem;
    font-style: italic;
    margin-top: -0.2rem;
    margin-bottom: 0.2rem;
}

.receipt-payment-detail {
    margin-top: 0.5rem;
    padding-left: 1rem;
    font-size: 0.85rem;
    color: #555;
    border-left: 2px solid #eee;
}

.receipt-payment-detail p {
    display: flex;
    justify-content: space-between;
    margin: 0.2rem 0;
}
