table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

th,
td {
    padding: 0.65em 0.75em;
    text-align: left;
}

/* Header: linha inferior sempre visível */
thead tr {
    border-bottom: 1px solid #ccc;
}

/* Corpo: linhas horizontais entre as linhas */
tbody tr {
    border-bottom: 1px solid #ccc;
}

/* Remove a linha inferior apenas da última linha do corpo */
tbody tr:last-child {
    border-bottom: none;
}

/* Linhas verticais entre colunas */
th:not(:last-child),
td:not(:last-child) {
    border-right: 1px solid #ccc;
}
