table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
th, td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
th {
    background-color: #191E23;
    color: white;
}
.category {
    margin-bottom: 40px;
}