.endo-soumission {
    max-width: 800px;
    margin: 2rem auto;
    font-family: inherit;
}

.endo-soumission h2 {
    margin-bottom: 1.5rem;
}

.endo-soumission__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.endo-soumission__table thead th {
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.endo-soumission__table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.endo-soumission__table tbody td {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.endo-soumission__label {
    font-weight: 500;
    color: #444;
    width: 40%;
}

.endo-soumission__value {
    color: #222;
}

.endo-soumission__total td {
    padding: 0.85rem 1rem;
    font-weight: 700;
    font-size: 1.05rem;
    border-top: 2px solid #333;
    background-color: #f0f0f0;
}

.endo-soumission__error {
    color: #c0392b;
    font-style: italic;
}
