/**
 * Reset styles - ylikirjoittaa teeman tyylejä
 */
html body .onda-menu-container {
    margin-bottom: 40px !important;
    font-family: "Inter", sans-serif !important;
    box-sizing: border-box !important;
    color: inherit !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

html body .onda-menu-container .onda-lounas-weekday-title {
    font-family: "Inter", sans-serif !important;
}

html body .onda-menu-container * {
    box-sizing: border-box !important;
}

html body .onda-menu-item {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border: none !important;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Common styles for all menus */
html body .onda-menu-container {
    max-width: 800px !important;
    margin: 0 auto !important;
}

html body .onda-menu-title {
    font-family: "Inter", sans-serif !important;
    font-size: 30.8px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-weight: 700 !important;
    padding-bottom: 10px !important;
    text-transform: uppercase !important;
    border: none !important;
}

html body .onda-menu-section {
    margin-bottom: 30px !important;
}

html body .onda-menu-section-title {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    padding-bottom: 8px !important;
    text-transform: capitalize !important;
}

html body .onda-menu-item:last-child {
    border: none !important;
    margin-bottom: 0 !important;
}

html body .onda-menu-item-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
}

html body .onda-menu-item-name {
    font-weight: 600 !important;
    font-size: 18px !important;
    margin: 0 !important;
}

/* Removed - consolidated below */

html body .onda-menu-item-description,
html body .onda-lounas-today .onda-menu-item-description,
html body .onda-lounas-weekday .onda-menu-item-description {
    margin: 8px 0 !important;
    color: #555 !important;
    line-height: 1.5 !important;
    word-wrap: break-word !important;
    padding-bottom: 5px !important;
    border: none !important;
}

html body .onda-menu-item-allergens,
html body .onda-lounas-today .onda-menu-item-allergens,
html body .onda-lounas-weekday .onda-menu-item-allergens {
    display: block !important;
    margin-top: 8px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    width: 100% !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    background-color: #333 !important;
    color: #ffffff !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

html body .onda-menu-item-inline-allergens {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin-left: 5px !important;
    display: inline !important;
}

html body .onda-allergen-tag,
html body .onda-lounas-today .onda-allergen-tag,
html body .onda-lounas-weekday .onda-allergen-tag {
    display: none !important;
}

html body .onda-theme-dark .onda-allergen-tag,
html body .onda-theme-dark .onda-lounas-today .onda-allergen-tag,
html body .onda-theme-dark .onda-lounas-weekday .onda-allergen-tag {
    display: none !important;
}

/* Lounas specific styles */
html body .onda-lounas-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

html body .onda-lounas-weekday {
    padding: 15px !important;
    margin-bottom: 15px !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

html body .onda-lounas-weekday-title {
    font-family: "Inter", sans-serif !important;
    font-size: 24.2px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    border: none !important;
}

html body .onda-lounas-category {
    margin-bottom: 20px !important;
}

html body .onda-lounas-category-title {
    font-size: 22px !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    letter-spacing: 4.5px !important;
    padding: 8px 0 !important;
    border-bottom: 0px dotted #000 !important;
    white-space: nowrap !important;
}

html body .onda-category-section {
    margin-bottom: 16px !important;
}

html body .onda-lounas-category-title:before {
    content: "" !important;
    flex: 1 !important;
    border-bottom: 1px dotted #000 !important;
    margin: 0 10px !important;
    order: 2 !important;
}

/* Removed - consolidated below */

html body .onda-theme-dark .onda-lounas-category-title {
    border-bottom-color: #f5f5f5 !important;
}

html body .onda-theme-dark .onda-lounas-category-title:before {
    border-bottom-color: #f5f5f5 !important;
}

/* Illallinen specific styles */
html body .onda-illallinen-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

html body .onda-illallinen-category {
    padding: 20px !important;
    margin-bottom: 20px !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* Tasapainota whitespace kategoria otsikon ympärillä */
html body .onda-illallinen-category .onda-menu-section-title {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Lisää whitespace alhaalla viimeisen itemin jälkeen - tasapainotettu */
html body .onda-illallinen-category .onda-menu-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    /* Tasapainotettu ylhäällä olevan kanssa */
}

/* Jos viimeisellä itemillä on allergeenit, lisää vähän enemmän whitespace:a */
html body .onda-illallinen-category .onda-menu-item:last-child:has(.onda-menu-item-inline-allergens) {
    padding-bottom: 25px !important;
}

/* Jos viimeisellä itemillä on kuvaus JA allergeenit, lisää vielä enemmän */
html body .onda-illallinen-category .onda-menu-item:last-child:has(.onda-menu-item-description .onda-menu-item-inline-allergens) {
    padding-bottom: 30px !important;
}

/* Brunssi specific styles */
html body .onda-brunssi-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

html body .onda-brunssi-category {
    padding: 20px !important;
    margin-bottom: 20px !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* "Today's lunch" styles - styled similar to illallinen */
html body .onda-lounas-today {
    max-width: 800px !important;
    margin: 0 auto !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

html body .onda-lounas-today h2 {
    font-family: "Inter", sans-serif !important;
    font-size: 28.6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    border: none !important;
}

html body .onda-lounas-date {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    font-weight: 500 !important;
}

html body .onda-lounas-today .onda-category-section {
    margin-bottom: 40px !important;
}

html body .onda-lounas-today .onda-category-title {
    font-size: 22px !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    position: relative !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    letter-spacing: 4.5px !important;
    border-top: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    padding: 8px 0 !important;
}

html body .onda-lounas-today .onda-category-title:after {
    content: "" !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    width: 100% !important;
}

/* Removed - consolidated below */

html body .onda-lounas-today .onda-menu-items {
    clear: both !important;
}

html body .onda-lounas-today .onda-menu-item {
    margin-bottom: 12px !important;
    padding-bottom: 0px !important;
    display: flex !important;
    flex-direction: column;
}

html body .onda-lounas-today .onda-menu-item:last-child {
    border-bottom: none !important;
}

html body .onda-lounas-today .onda-menu-item-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 5px !important;
}

/* Removed - consolidated below */

html body .onda-lounas-today .onda-menu-item-description {
    font-size: 15px !important;
}

html body .onda-lounas-today .onda-menu-item-allergens {
    font-size: 10px !important;
}

html body .onda-lounas-today .onda-allergen-tag {
    /* Tyhjennän duplikaatin */
}

/* Weekend specific styles */
html body .onda-weekend-options {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

html body .onda-button {
    display: inline-block !important;
    padding: 10px 20px !important;
    margin: 0 10px !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #222 !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

html body .onda-button:hover {
    background-color: #444 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    text-decoration: none !important;
    color: #fff !important;
}

html body .onda-brunssi-button {
    background-color: #8B5A2B !important;
}

html body .onda-brunssi-button:hover {
    background-color: #A67C52 !important;
}

html body .onda-alacarte-button {
    background-color: #4F6228 !important;
}

html body .onda-alacarte-button:hover {
    background-color: #617B32 !important;
}

html body .onda-next-lunch {
    margin-top: 20px !important;
    font-style: italic !important;
    color: #555 !important;
    font-size: 14px !important;
}

html body .onda-no-items {
    margin: 30px 0 !important;
    color: #555 !important;
    font-size: 16px !important;
}

/* Theme styles - käytän spesifisempiä selektoreita ja !important-määrittelyä */
html body .onda-theme-dark {
    color: #f5f5f5 !important;
}

html body .onda-theme-dark .onda-menu-title,
html body .onda-theme-dark .onda-menu-section-title,
html body .onda-theme-dark .onda-menu-item-name,
html body .onda-theme-dark .onda-menu-item-price,
html body .onda-theme-dark .onda-menu-item-description,
html body .onda-theme-dark .onda-lounas-weekday-title,
html body .onda-theme-dark .onda-lounas-category-title,
html body .onda-theme-dark .onda-category-price,
html body .onda-theme-dark .onda-lounas-today h2,
html body .onda-theme-dark .onda-lounas-today .onda-category-title,
html body .onda-theme-dark .onda-lounas-today .onda-menu-item-title,
html body .onda-theme-dark .onda-lounas-today .onda-menu-item-description,
html body .onda-theme-dark .onda-next-lunch,
html body .onda-theme-dark .onda-no-items,
html body .onda-theme-dark .onda-menu-subtitle,
html body .onda-theme-dark .onda-menu-item-title {
    color: #f5f5f5 !important;
}

html body .onda-theme-dark .onda-menu-title {
    border-bottom-color: #444 !important;
}

html body .onda-theme-dark .onda-menu-section-title {
    border-bottom-color: #444 !important;
}

html body .onda-theme-dark .onda-menu-item {
    border-bottom-color: #444 !important;
}

html body .onda-theme-dark .onda-lounas-today h2 {
    border-bottom-color: #444 !important;
}

html body .onda-theme-dark .onda-lounas-today .onda-category-title,
html body .onda-theme-dark .onda-lounas-category-title {
    border-bottom-color: #444 !important;
}

html body .onda-theme-dark .onda-lounas-today .onda-category-title:after,
html body .onda-theme-dark .onda-lounas-category-title:after {
    background-color: #444 !important;
}

html body .onda-theme-dark .onda-menu-item-allergens,
html body .onda-theme-dark .onda-lounas-today .onda-menu-item-allergens,
html body .onda-theme-dark .onda-lounas-weekday .onda-menu-item-allergens {
    background-color: #ffffff !important;
    color: #333 !important;
}

html body .onda-theme-dark .onda-lounas-weekday,
html body .onda-theme-dark .onda-illallinen-category,
html body .onda-theme-dark .onda-brunssi-category {
    background-color: transparent !important;
}

/* Responsive styles for different screen sizes */
@media screen and (max-width: 640px) {
    html body .onda-menu-container {
        margin-bottom: 30px !important;
        padding: 0 10px !important;
    }

    html body .onda-menu-title {
        font-size: 22px !important;
        margin-bottom: 15px !important;
        padding-bottom: 8px !important;
    }

    html body .onda-menu-section-title,
    html body .onda-lounas-today h2 {
        font-size: 20px !important;
        margin-bottom: 12px !important;
    }

    html body .onda-lounas-category-title,
    html body .onda-lounas-today .onda-category-title {
        font-size: 18px !important;
        letter-spacing: 2px !important;
    }

    /* Removed - consolidated in unified rules below */

    /* Removed - consolidated in unified rules below */

    html body .onda-menu-item-description,
    html body .onda-lounas-today .onda-menu-item-description {
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    html body .onda-menu-item {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }

    html body .onda-lounas-weekday,
    html body .onda-illallinen-category,
    html body .onda-brunssi-category {
        padding: 15px !important;
        margin-bottom: 15px !important;
    }

    html body .onda-illallinen-container .onda-menu-item-header {
        flex-direction: row !important;
        align-items: baseline !important;
        justify-content: space-between !important;
        position: relative !important;
        padding: 8px 0 !important;
    }

    html body .onda-illallinen-container .onda-menu-item-header:before {
        content: "" !important;
        flex: 1 !important;
        border-bottom: 1px solid #000 !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        order: 2 !important;
        align-self: baseline !important;
        min-width: 20px !important;
        height: 1px !important;
    }

    html body .onda-illallinen-container .onda-menu-item-title {
        order: 1 !important;
        flex-shrink: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: calc(100% - 100px) !important;
        /* font styling handled by unified rules below */
    }

    html body .onda-illallinen-container .onda-menu-item-price {
        font-weight: 600 !important;
        font-size: 18px !important;
        order: 3 !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }

    html body .onda-illallinen-container .onda-menu-item-description {
        margin-bottom: 5px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .onda-illallinen-container .onda-menu-item-allergens {
        color: #90a3c0 !important;
        font-size: 14px !important;
        margin-top: 5px !important;
        text-align: left !important;
        background: none !important;
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .onda-illallinen-container .onda-menu-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html body .onda-menu-item-header {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    html body .onda-menu-item-allergens,
    html body .onda-lounas-today .onda-menu-item-allergens,
    html body .onda-lounas-weekday .onda-menu-item-allergens {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        float: left !important;
    }

    html body .onda-lounas-weekday .onda-menu-item {
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
    }
}

/* Medium Screen (641px - 1271px) */
@media screen and (min-width: 641px) and (max-width: 1271px) {
    html body .onda-menu-container {
        max-width: 95% !important;
    }

    html body .onda-menu-title {
        font-size: 24px !important;
    }

    html body .onda-lounas-category-title,
    html body .onda-lounas-today .onda-category-title {
        font-size: 20px !important;
        letter-spacing: 3px !important;
    }

    html body .onda-category-price,
    html body .onda-lounas-today .onda-category-price {
        font-size: 20px !important;
    }

    html body .onda-menu-item-title,
    html body .onda-menu-item-name {
        font-size: 18px !important;
    }

    html body .onda-lounas-weekday .onda-menu-item {
        margin-bottom: 8px !important;
        padding-bottom: 8px !important;
    }
}

/* Large Screen (1272px - 1919px) */
@media screen and (min-width: 1272px) and (max-width: 1919px) {
    html body .onda-menu-container {
        max-width: 900px !important;
    }

    html body .onda-lounas-weekday .onda-menu-item {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* Full HD (1920px - 2559px) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    html body .onda-menu-container {
        max-width: 1000px !important;
    }

    html body .onda-menu-title {
        font-size: 36px !important;
    }

    html body .onda-menu-section-title,
    html body .onda-lounas-weekday-title {
        font-size: 36px !important;
    }

    html body .onda-lounas-category-title,
    html body .onda-lounas-today .onda-category-title {
        font-size: 24px !important;
    }

    html body .onda-menu-item-title,
    html body .onda-menu-item-name {
        font-size: 22px !important;
    }

    html body .onda-menu-item-description,
    html body .onda-lounas-today .onda-menu-item-description {
        font-size: 16px !important;
    }

    html body .onda-lounas-weekday .onda-menu-item {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* 2K (2560px - 3839px) */
@media screen and (min-width: 2560px) and (max-width: 3839px) {
    html body .onda-menu-container {
        max-width: 1200px !important;
    }

    html body .onda-menu-title {
        font-size: 36px !important;
    }

    html body .onda-menu-section-title,
    html body .onda-lounas-weekday-title {
        font-size: 30px !important;
    }

    html body .onda-lounas-category-title,
    html body .onda-lounas-today .onda-category-title {
        font-size: 28px !important;
    }

    html body .onda-category-price,
    html body .onda-lounas-today .onda-category-price {
        font-size: 28px !important;
    }

    html body .onda-menu-item-title,
    html body .onda-menu-item-name {
        font-size: 24px !important;
    }

    html body .onda-menu-item-description,
    html body .onda-lounas-today .onda-menu-item-description {
        font-size: 18px !important;
    }

    html body .onda-allergen-tag,
    html body .onda-lounas-weekday .onda-allergen-tag {
        font-size: 10px !important;
    }

    html body .onda-lounas-weekday .onda-menu-item {
        margin-bottom: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* 4K (3840px and above) */
@media screen and (min-width: 3840px) {
    html body .onda-menu-container {
        max-width: 1600px !important;
    }

    html body .onda-menu-title {
        font-size: 42px !important;
    }

    html body .onda-menu-section-title,
    html body .onda-lounas-weekday-title {
        font-size: 34px !important;
    }

    html body .onda-lounas-category-title,
    html body .onda-lounas-today .onda-category-title {
        font-size: 32px !important;
        letter-spacing: 5px !important;
    }

    html body .onda-category-price,
    html body .onda-lounas-today .onda-category-price {
        font-size: 32px !important;
    }

    html body .onda-menu-item-title,
    html body .onda-menu-item-name {
        font-size: 28px !important;
    }

    html body .onda-menu-item-description,
    html body .onda-lounas-today .onda-menu-item-description {
        font-size: 20px !important;
    }

    html body .onda-allergen-tag,
    html body .onda-lounas-weekday .onda-allergen-tag {
        font-size: 12px !important;
        padding: 3px 10px !important;
    }

    html body .onda-lounas-weekday,
    html body .onda-illallinen-category,
    html body .onda-brunssi-category {
        padding: 25px !important;
        margin-bottom: 25px !important;
    }

    html body .onda-lounas-weekday .onda-menu-item {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
    }
}

html body .onda-menu-item-inline-allergens {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #666 !important;
    margin-left: 5px !important;
    display: inline !important;
}

html body .onda-theme-dark .onda-menu-item-inline-allergens {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Brunssi-specific inline allergens color */
html body .onda-brunssi-container .onda-menu-item-inline-allergens {
    color: #93a3bf !important;
}

html body .onda-theme-dark.onda-brunssi-container .onda-menu-item-inline-allergens,
html body .onda-brunssi-container.onda-theme-dark .onda-menu-item-inline-allergens {
    color: #93a3bf !important;
}

html body .onda-menu-item-title .onda-menu-item-inline-allergens {
    font-size: calc(20px - 2px) !important;
    /* 2px pienempi kuin otsikko */
}

html body .onda-menu-item-description .onda-menu-item-inline-allergens {
    font-size: calc(15px - 2px) !important;
    /* 2px pienempi kuin kuvaus */
}

html body .onda-menu-item-name .onda-menu-item-inline-allergens {
    font-size: calc(18px - 2px) !important;
    /* 2px pienempi kuin otsikko */
}

@media screen and (max-width: 640px) {
    html body .onda-menu-item-title .onda-menu-item-inline-allergens {
        font-size: calc(16px - 2px) !important;
    }

    html body .onda-menu-item-description .onda-menu-item-inline-allergens {
        font-size: calc(14px - 2px) !important;
    }

    html body .onda-menu-item-name .onda-menu-item-inline-allergens {
        font-size: calc(16px - 2px) !important;
    }
}

@media screen and (min-width: 641px) and (max-width: 1271px) {
    html body .onda-menu-item-title .onda-menu-item-inline-allergens {
        font-size: calc(18px - 2px) !important;
    }

    html body .onda-menu-item-name .onda-menu-item-inline-allergens {
        font-size: calc(18px - 2px) !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
    html body .onda-menu-item-title .onda-menu-item-inline-allergens {
        font-size: calc(22px - 2px) !important;
    }

    html body .onda-menu-item-description .onda-menu-item-inline-allergens {
        font-size: calc(16px - 2px) !important;
    }

    html body .onda-menu-item-name .onda-menu-item-inline-allergens {
        font-size: calc(22px - 2px) !important;
    }
}

@media screen and (min-width: 2560px) and (max-width: 3839px) {
    html body .onda-menu-item-title .onda-menu-item-inline-allergens {
        font-size: calc(24px - 2px) !important;
    }

    html body .onda-menu-item-description .onda-menu-item-inline-allergens {
        font-size: calc(18px - 2px) !important;
    }

    html body .onda-menu-item-name .onda-menu-item-inline-allergens {
        font-size: calc(24px - 2px) !important;
    }
}

@media screen and (min-width: 3840px) {
    html body .onda-menu-item-title .onda-menu-item-inline-allergens {
        font-size: calc(28px - 2px) !important;
    }

    html body .onda-menu-item-description .onda-menu-item-inline-allergens {
        font-size: calc(20px - 2px) !important;
    }

    html body .onda-menu-item-name .onda-menu-item-inline-allergens {
        font-size: calc(28px - 2px) !important;
    }
}

html body .onda-menu-section-title.onda-lounas-weekday-title {
    font-family: "Inter", sans-serif !important;
    font-size: 24.2px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    border: none !important;
}

html body .onda-theme-dark .onda-menu-section-title.onda-lounas-weekday-title {
    border-top-color: #f5f5f5 !important;
    border-bottom-color: #f5f5f5 !important;
}

html body .onda-lounas-weekday .onda-menu-item {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

html body .onda-aukiolo-vapaa {
    font-size: 0.85em !important;
}

@media screen and (min-width: 1920px) {
    html body .onda-menu-title {
        font-size: 36px !important;
    }

    html body .onda-lounas-today h2 {
        font-size: 36px !important;
    }

    html body .onda-menu-section-title,
    html body .onda-lounas-weekday-title,
    html body .onda-menu-section-title.onda-lounas-weekday-title {
        font-size: 36px !important;
    }
}

.onda-menu-item-text {
    font-family: "Inter", sans-serif;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.onda-menu-item-text.dark {
    color: #ffffff;
}

.onda-menu-item-text .onda-allergens {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9em;
}

.onda-menu-item-text.dark .onda-allergens {
    color: rgba(255, 255, 255, 0.6);
}

.onda-price {
    font-family: "Inter", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

.onda-price.dark {
    color: #ffffff;
}

/* Theme-specific font and color styles */
html body .onda-theme-light * {
    font-family: "Inter", sans-serif !important;
}

html body .onda-theme-light .onda-lounas-weekday-title {
    font-family: "Inter", sans-serif !important;
}

html body .onda-theme-light .onda-lounas-category-title {
    color: #ffffff !important;
}

html body .onda-theme-light .onda-lounas-category-title:before {
    border-color: #ffffff !important;
}

html body .onda-theme-light .onda-lounas-category-title:after {
    border-color: #ffffff !important;
}

html body .onda-theme-light .onda-category-price {
    color: #ffffff !important;
}

html body .onda-theme-light .onda-menu-item-inline-allergens {
    color: rgba(255, 255, 255, 0.9) !important;
}

html body .onda-theme-dark * {
    font-family: "Inter", sans-serif !important;
}

html body .onda-theme-dark .onda-lounas-weekday-title {
    font-family: "Inter", sans-serif !important;
}

html body .onda-theme-dark .onda-menu-section-title.onda-lounas-weekday-title {
    color: #ffffff !important;
}

html body .onda-theme-dark .onda-menu-item-inline-allergens {
    color: rgba(255, 255, 255, 0.9) !important;
}

html body .onda-theme-dark .onda-lounas-category-title {
    color: #ffffff !important;
}

html body .onda-theme-dark .onda-lounas-category-title:before {
    border-color: #ffffff !important;
}

html body .onda-theme-dark .onda-category-price {
    color: #ffffff !important;
}

html body .onda-theme-dark .onda-menu-item-title {
    color: #ffffff !important;
}

html body .onda-theme-dark .onda-menu-item-description {
    color: #ffffff !important;
}

html body .onda-theme-dark .onda-menu-item {
    color: #ffffff !important;
}

html body .onda-theme-dark .onda-menu-section-title.onda-lounas-weekday-title {
    color: #ffffff !important;
}



/* Illallinen styles */
html body .onda-illallinen-container .onda-menu-item-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: baseline !important;
    position: relative !important;
    padding: 8px 0 !important;
}

html body .onda-illallinen-container .onda-menu-item-header:before {
    content: "" !important;
    flex: 1 !important;
    border-bottom: 1px solid #000 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    order: 2 !important;
    align-self: baseline !important;
    min-width: 20px !important;
    height: 1px !important;
}

html body .onda-illallinen-container .onda-menu-item-title {
    order: 1 !important;
    flex-shrink: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    max-width: calc(100% - 120px) !important;
    /* font styling handled by unified rules below */
}

html body .onda-illallinen-container .onda-menu-item-price {
    order: 3 !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    /* font styling handled by unified rules below */
}

html body .onda-illallinen-container .onda-menu-item-allergens {
    color: #90a3c0 !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    text-align: left !important;
    background: none !important;
    display: block !important;
    width: 100% !important;
}

/* Lounas category and price font matching */
html body .onda-lounas-category-title span:first-child {
    font-weight: 600 !important;
    font-size: 18px !important;
}

/* Removed - consolidated in unified rules below */

/* ========================================
   UNIFIED FOOD NAMES AND PRICES STYLING
   ======================================== */

/* Category titles - font weight 600 with letter spacing 0 */
html body .onda-menu-section-title,
html body .onda-lounas-category-title,
html body .onda-lounas-today .onda-category-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Weekday title (date) now uses Inter font */
html body .onda-menu-section-title.onda-lounas-weekday-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Illallinen category titles - ensure Inter font with 600 weight */
html body .onda-illallinen-container .onda-menu-section.onda-illallinen-category .onda-menu-section-title,
html body .onda-illallinen-container .onda-menu-section-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Base styling for all food names */
html body .onda-menu-item-title,
html body .onda-menu-item-name,
html body .onda-lounas-today .onda-menu-item-title,
html body .onda-illallinen-container .onda-menu-item-title {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
}

/* Base styling for all prices */
html body .onda-category-price,
html body .onda-lounas-today .onda-category-price,
html body .onda-menu-item-price,
html body .onda-illallinen-container .onda-menu-item-price,
html body .onda-lounas-category-title .onda-category-price {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    margin: 0 0 0 15px !important;
    white-space: nowrap !important;
    order: 3 !important;
}

/* Category price specific positioning */
html body .onda-lounas-today .onda-category-price {
    float: right !important;
}

/* Other text elements - font weight 400 */
html body .onda-menu-item-description,
html body .onda-menu-item-allergens,
html body .onda-lounas-today .onda-menu-item-description,
html body .onda-lounas-today .onda-menu-item-allergens,
html body .onda-illallinen-container .onda-menu-item-description,
html body .onda-illallinen-container .onda-menu-item-allergens {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}

/* Inline allergens - same font size as food names */
html body .onda-menu-item-inline-allergens,
html body .onda-menu-item-title .onda-menu-item-inline-allergens,
html body .onda-menu-item-description .onda-menu-item-inline-allergens,
html body .onda-menu-item-name .onda-menu-item-inline-allergens {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

/* Theme-specific colors (keeping existing color logic) */
html body .onda-theme-dark .onda-menu-item-title,
html body .onda-theme-dark .onda-lounas-today .onda-menu-item-title {
    color: #f5f5f5 !important;
}

html body .onda-theme-dark .onda-category-price,
html body .onda-theme-dark .onda-menu-item-price {
    color: #f5f5f5 !important;
}

html body .onda-theme-light .onda-category-price {
    color: #bda16b !important;
}

/* Media Query Responsive Adjustments */
@media (max-width: 768px) {

    /* Food names responsive */
    html body .onda-menu-item-title,
    html body .onda-menu-item-name,
    html body .onda-lounas-today .onda-menu-item-title,
    html body .onda-illallinen-container .onda-menu-item-title {
        font-size: 16px !important;
    }

    /* Prices responsive */
    html body .onda-category-price,
    html body .onda-lounas-today .onda-category-price,
    html body .onda-menu-item-price,
    html body .onda-illallinen-container .onda-menu-item-price {
        font-size: 16px !important;
    }

    /* Categories responsive - maintain font-weight 600 and letter-spacing 0 */
    html body .onda-menu-section-title,
    html body .onda-lounas-category-title,
    html body .onda-lounas-today .onda-category-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
    }

    /* Weekday title responsive - now uses Inter */
    html body .onda-menu-section-title.onda-lounas-weekday-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        font-family: "Inter", sans-serif !important;
    }

    /* Inline allergens responsive */
    html body .onda-menu-item-inline-allergens,
    html body .onda-menu-item-title .onda-menu-item-inline-allergens,
    html body .onda-menu-item-description .onda-menu-item-inline-allergens,
    html body .onda-menu-item-name .onda-menu-item-inline-allergens {
        font-size: 16px !important;
    }
}