.container-hilton-cardapio-plate .col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container-hilton-cardapio-plate .row .col .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 10px 0;
}

.container-hilton-cardapio-plate .row .col .row.border-bottom {
    border-bottom: 1px dashed #ccc;
}

.container-hilton-cardapio-plate .col-content-cardapio-prato {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 400px;
}

.container-hilton-cardapio-plate .col-title-cardapio-prato {
    color: #000;
    font-family: "Loew";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.container-hilton-cardapio-plate .col-desc-cardapio-prato {
    color: #666;
    text-align: left;
    font-family: "Loew";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 475px;
    margin-right: 5px;
}

.container-hilton-cardapio-plate .col-preco-cardapio-prato {
    color: #000;
    text-align: right;
    font-family: "Loew";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*min-width: 70px;*/
}

.container-hilton-cardapio-plate .col-icon-and-price {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 16px;
}
