.input-email-destino {
    min-width: 240px;
}

.documento-hoja {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem;
}

.documento-logo {
    max-height: 150px;
    max-width: 380px;
}

.documento-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    border-bottom: 2px solid #1f3a5f;
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
}

.documento-titulo {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1f3a5f;
}

.documento-datos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.documento-tabla thead th {
    background: #1f3a5f;
    color: #fff;
    font-weight: 600;
    border: none;
}

.documento-tabla tbody tr:nth-child(even) {
    background: #eef1f6;
}

.documento-totales {
    min-width: 260px;
}

.documento-totales .fila-total-general {
    background: #e7edf3;
    font-weight: 700;
    font-size: 1.05rem;
}

.documento-items-editor input {
    min-width: 0;
}

.documento-items-editor .col-cantidad {
    width: 110px;
}

.documento-items-editor .col-precio {
    width: 140px;
}

.documento-items-editor .col-importe {
    width: 120px;
}

.documento-items-editor .col-producto {
    width: 180px;
}

@media print {
    .no-imprimir {
        display: none !important;
    }

    body {
        background: #fff;
    }

    .documento-hoja {
        border: none !important;
        box-shadow: none !important;
        padding: 0;
    }
}
