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

.container-hilton-cardapio-plate-title .title {
    color: #000;
    font-family: "Loew";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.container-hilton-cardapio-plate-title .description {
    color: #666;
    font-family: "Loew";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container-hilton-cardapio-plate-title .metabox {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.container-hilton-cardapio-plate-title .metabox-col {
    color: #CCC;
    text-align: center;
    font-family: "Loew";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}