.bonmont-menu-block {
    padding-bottom: 60px;
}

h2.bonmont-menu-category-title,
h2.bonmont-menu-drink-category-title {
    font-size: calc(36 / 16 * 1rem);
    margin-bottom: 0;
    max-width: 60%;
}

h2.bonmont-menu-drink-category-title {
    margin-bottom:15px;
}

.bonmont-menu-category-comment {
    font-weight: 600;
    margin-bottom: 30px;
}

.bonmont-menu-category-menu-line-description {
    font-size: 14px;
}

.bonmont-menu-category-menu-line-name {width: 60%;}

.bonmont-menu-category-menu-line {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.bonmont-menu-category-menu-line-price {font-weight: 600;}

.bonmont-menu-category-menu-line-icons {
    display: flex;
    column-gap: 14px;
}

.bonmont-menu-category-category {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #9eb1ac;
}

.bonmont-menu-category-title-container {
    display: flex;
    justify-content: space-between;
}

.bonmont-menu-chf-col {
    font-weight: 600;
}

.bonmont-menu-category-commentary {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
}

.bonmont-menu-category-legend {
    display: flex;
    justify-content: space-between;
}

.bonmont-menu-category-legend-icons {
    width: 200px;
}

.bonmont-menu-category-legend-text {
    max-width: 400px;
}

.bonmont-menu-category-legend-icon {
    display: flex;
    justify-content: left;
    column-gap: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #A39551;
    margin-bottom:10px;
}

.bonmont-menu-category-menu-line.single {
    border-bottom: 1px solid #93a8a2;
    padding-bottom: 20px;
}

.bonmont-menu-drink-category-header {
    display: flex;
    column-gap: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
}

.bonmont-menu-category-contenance,
.bonmont-menu-drink-prices {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    column-gap: 10px;
    width: 130px;
    justify-content: space-between;
    text-align:center;
}

.bonmont-menu-category-contenance > div,
.bonmont-menu-drink-prices > div {
    width: 36px;
}

.bonmont-menu-drink {
    padding: 6px 0;
    display: grid;
    grid-template-columns: 46px 1fr 130px;
    column-gap: 10px;
}

.bonmont-menu-drink-category {
    margin-bottom: 60px;
}
