#pageWrapper .nutritional-banner {
    height: auto;
    display: flex;
    padding: 80px 32px 64px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.nutritional-banner h2 {
    width: 504px;
    height: 70px;
    background: url(../img/sitedesign-bg-tape.svg); 
    font-style: normal;
    text-shadow: none;
    background-size: unset !important;
    font-size: 45px;
}

section.nutrition-calculator-wrapper {
    display: flex;
    padding: 64px 128px 128px 128px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.nutritional-header-menu-type .container-menu-type {    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.nutritional-header-menu-type .menu-lunch-breakfast,
.nutritional-header-menu-type .preferences-section {
    display: flex;
    align-items: center;
    gap: 24px;;
}

.nutritional-header-menu-type .menu-type,
.nutritional-header-menu-type .preferences-type {
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.25px;
}

.nutritional-header-menu-type .toggle-group {
    display: flex;
    background-color: #e5e5e5;
    border-radius: 50px;
    overflow: hidden;
    font-weight: 500;
  }

  .nutritional-header-menu-type .toggle-button {
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
  }

  .nutritional-header-menu-type .toggle-button.active {
    background-color: #ffd700;
    color: #000;
  }

  .nutritional-header-menu-type .divider {
    width: 1px;
    height: 40px;
    background-color: #ccc;
    margin: 0 20px;
  }

.menu-type-title, .menu-category-title, 
.menu-category h3.menu-category-title,
.menu-category .menu-item-title {
    color: #000;
    text-align: center;
    font-family: 'Sinibold', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 62.5% */
    letter-spacing: 0.25px;
}

.menu-category {
    display: flex;
    flex-direction: column;
}

.menu-category h3.menu-category-title {
    display: flex;
    text-transform: capitalize;
}

#menu-selection .menu-items,
#menu-selection-breakfast .menu-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 48px;
    align-self: stretch;
    flex-wrap: wrap;
}

#menu-selection .menu-items .menu-item,
#menu-selection-breakfast .menu-items .menu-item {
    height: 273px;
    align-self: stretch;
    aspect-ratio: 114/91;
}