.menu-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.menu-table tr {
    border-bottom: 1px solid #ddd;
}

.menu-table td {
    padding: 15px 10px;
    vertical-align: top;
}

.menu-category {
    font-weight: 700;
    width: 30%;
    text-align: left;
    background-color: #f5f5f5;
}

.menu-name {
    font-weight: 500;
    width: 50%;
}

.menu-price {
    font-weight: 700;
    text-align: right;
    width: 20%;
    white-space: nowrap;
}