.breadcrumb{background-color:#fff;padding:15px 0;border-bottom:1px solid #eee;font-size:.9rem}.breadcrumb .container{display:flex;flex-wrap:wrap;align-items:center;gap:0}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--primary-color)}.breadcrumb span{color:#ccc;margin:0 8px}.breadcrumb .current{color:var(--secondary-color);font-weight:600}.tools-hero{padding:72px 0 56px;background:radial-gradient(ellipse 70% 90% at 100% 0,rgba(130,195,65,.12),transparent 55%),radial-gradient(ellipse 50% 70% at 0 100%,rgba(44,130,201,.08),transparent 50%),var(--light-bg-color);border-bottom:1px solid #eee}.tools-hero--calculator{padding:56px 0 40px}.tools-hero__eyebrow{display:inline-block;margin-bottom:14px;color:var(--primary-color);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tools-hero h1{max-width:820px;font-size:clamp(1.85rem, 4vw, 2.5rem);margin-bottom:16px;text-align:left}.tools-hero__subtitle{max-width:680px;margin:0;color:#555;font-size:1.08rem;font-weight:400;line-height:1.65}.tools-list{padding:56px 0 88px;background-color:var(--white-color)}.tools-list__items{list-style:none;margin:0;padding:0;max-width:760px;display:flex;flex-direction:column;gap:20px}.tools-list__item{padding:28px;border:1px solid #e8eef4;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(16,78,139,.04)}.tools-list__tag{display:inline-block;margin-bottom:10px;padding:4px 10px;border-radius:999px;background:rgba(44,130,201,.1);color:var(--secondary-color);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tools-list__item h2{margin:0 0 10px;font-size:1.4rem;text-align:left}.tools-list__item h2 a{color:var(--secondary-color);text-decoration:none}.tools-list__item h2 a:hover{color:var(--primary-color)}.tools-list__excerpt{margin:0 0 14px;color:#555;line-height:1.7}.tools-list__link{color:var(--primary-color);font-weight:600;text-decoration:none}.tools-list__link:hover{text-decoration:underline}.calc-section{padding:40px 0 72px;background:var(--white-color)}.calc-noscript,.calc-note{max-width:760px;margin:0 0 28px;color:#666;font-size:.95rem;line-height:1.6}.calc-noscript{padding:12px 16px;border-radius:var(--border-radius);background:#fff7e7;color:#7b5a22}.calc-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,0.85fr);gap:32px;align-items:start}.calc-form{display:flex;flex-direction:column;gap:20px}.calc-group{margin:0;padding:22px 22px 8px;border:1px solid #e6edf4;border-radius:12px;background:#fbfcfd}.calc-group legend{padding:0 8px;color:var(--secondary-color);font-family:Nunito,sans-serif;font-size:1.15rem;font-weight:700}.calc-group__desc{margin:0 0 16px;color:#666;font-size:.9rem;line-height:1.5}.calc-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px;margin-bottom:14px}.calc-field label{display:block;margin-bottom:6px;color:var(--text-color);font-size:.92rem;font-weight:600}.calc-input{display:flex;align-items:center;gap:8px}.calc-input input{width:100%;min-width:0;padding:11px 14px;border:1px solid #d7e0ea;border-radius:var(--border-radius);background:#fff;color:var(--text-color);font-family:Poppins,sans-serif;font-size:1rem}.calc-input input:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(44,130,201,.12)}.calc-input span{flex:0 0 auto;color:#667;font-size:.85rem;white-space:nowrap}.calc-hint{margin:6px 0 0;color:#7a8794;font-size:.8rem;line-height:1.45}.calc-mode{margin:0 0 16px;padding:0;border:0}.calc-mode__label{margin-bottom:8px;color:var(--text-color);font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600}.calc-mode__options{display:flex;flex-wrap:wrap;gap:16px 24px}.calc-mode__options label{display:flex;align-items:center;gap:8px;font-size:.95rem;cursor:pointer}.calc-meals{display:none;flex-direction:column;gap:14px;margin-bottom:14px}.calc-form[data-price-mode=meals] .calc-set-price{display:none}.calc-form[data-price-mode=meals] .calc-meals{display:flex}.calc-meal{display:grid;grid-template-columns:minmax(140px,0.7fr) 1fr;gap:12px;align-items:end;padding:12px;border:1px dashed #d7e0ea;border-radius:10px;background:#fff}.calc-check{display:flex;align-items:center;gap:8px;padding-bottom:10px;font-size:.92rem;font-weight:600;cursor:pointer}.calc-reset{align-self:flex-start;padding:10px 16px;border:1px solid #d7e0ea;border-radius:var(--border-radius);background:#fff;color:var(--secondary-color);font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer}.calc-reset:hover{border-color:var(--primary-color);color:var(--primary-color)}.calc-results{position:sticky;top:92px;padding:24px;border-radius:14px;background:radial-gradient(ellipse 80% 60% at 100% 0,rgba(130,195,65,.1),transparent 55%),#0f3a66;color:#fff;box-shadow:0 16px 40px rgba(16,78,139,.18)}.calc-results h2,.calc-results h3{color:#fff;text-align:left}.calc-results h2{margin-bottom:16px;font-size:1.35rem}.calc-results h3{margin:0 0 12px;font-size:1.05rem}.calc-warning{margin:0 0 14px;padding:10px 12px;border-radius:8px;background:rgba(255,196,80,.18);color:#ffe7b3;font-size:.88rem;line-height:1.45}.calc-verdict{margin-bottom:20px;padding:16px;border-radius:10px;background:rgba(255,255,255,.08)}.calc-verdict[data-state=profit]{background:rgba(130,195,65,.18)}.calc-verdict[data-state=loss]{background:rgba(220,90,70,.2)}.calc-verdict[data-state=even]{background:rgba(255,196,80,.16)}.calc-verdict__label{margin:0 0 6px;color:rgba(255,255,255,.7);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.calc-verdict__text{margin:0;font-family:Nunito,sans-serif;font-size:1.12rem;font-weight:700;line-height:1.45}.calc-verdict__text--sub{margin-top:10px;font-size:.95rem;font-weight:600;color:rgba(255,255,255,.82)}.calc-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 18px}.calc-kpis>div{padding:10px 12px;border-radius:8px;background:rgba(255,255,255,.06)}.calc-kpis dt{margin-bottom:4px;color:rgba(255,255,255,.68);font-size:.78rem;line-height:1.35}.calc-kpis dd{margin:0;font-family:Nunito,sans-serif;font-size:1.12rem;font-weight:700}.calc-kpis__profit{grid-column:1/-1}.calc-kpis__profit.is-profit dd{color:#b6e37a}.calc-kpis__profit.is-loss dd{color:#ffb3a8}.calc-kpi-hint{margin:4px 0 0;color:rgba(255,255,255,.55);font-size:.72rem;line-height:1.35}.calc-meta{list-style:none;margin:0 0 20px;padding:0}.calc-meta li{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-size:.88rem}.calc-meta strong{color:#fff;font-weight:600}.calc-costs,.calc-simulation{margin-top:8px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.calc-simulation dl{display:grid;gap:8px}.calc-simulation div{display:flex;justify-content:space-between;gap:12px}.calc-simulation dt{color:rgba(255,255,255,.7);font-size:.88rem}.calc-simulation dd{margin:0;font-weight:700}.calc-costs ul{list-style:none;margin:0;padding:0}.calc-costs li+li{margin-top:12px}.calc-bar__head{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:.88rem}.calc-bar__track{height:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.12)}.calc-bar__fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent-color),#b6e37a)}.calc-bar__share{margin:4px 0 0;color:rgba(255,255,255,.55);font-size:.75rem}.waste-compare-lead{margin:0 0 14px;color:rgba(255,255,255,.7)}.waste-compare{list-style:none;margin:0;padding:0}.waste-compare__row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.waste-compare__row div{display:flex;flex-direction:column;gap:4px}.waste-compare__row div:last-child{text-align:right}.waste-compare__row strong{font-size:.92rem}.waste-compare__row span{color:rgba(255,255,255,.6);font-size:.78rem}.waste-compare__row em{font-style:normal;font-weight:700}.waste-compare__row.is-save em,.waste-compare__row.is-save span{color:#b6e37a}.calc-copy{padding:56px 0;background:var(--light-bg-color)}.calc-copy--guide{padding-top:8px}.calc-copy__inner{max-width:760px}.calc-copy h2{margin-bottom:18px;font-size:clamp(1.5rem, 3vw, 1.9rem);text-align:left}.calc-copy h3{margin:28px 0 10px;color:var(--secondary-color);font-size:1.25rem;text-align:left}.calc-copy p{margin:0 0 14px;color:#555;line-height:1.7}.calc-faq{padding:56px 0 72px;background:var(--light-bg-color)}.calc-faq h2{margin-bottom:28px;text-align:center}.faq-container{max-width:800px;margin:0 auto}.faq-item{margin-bottom:15px;padding:0 20px;border-radius:8px;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.02)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 0;color:var(--text-color);font-weight:600;font-size:1.05rem;cursor:pointer}.faq-question .toggle-icon{color:var(--accent-color);font-size:1.5rem;transition:transform .3s}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer p{padding-bottom:20px;color:#555;line-height:1.65}.faq-item.active .toggle-icon{transform:rotate(45deg)}.faq-item.active .faq-answer{max-height:480px}.article-cta{padding:56px 0 72px;background:radial-gradient(ellipse 70% 90% at 100% 50%,rgba(130,195,65,.18),transparent 55%),var(--secondary-color);color:#fff}.article-cta__inner{max-width:640px;margin:0 auto;text-align:center}.article-cta h2{margin-bottom:14px;color:#fff;font-size:clamp(1.45rem, 3vw, 1.85rem);text-align:center}.article-cta p{margin:0 0 24px;color:rgba(255,255,255,.86);line-height:1.65}.article-cta .cta-button{display:inline-flex}.article-cta__note{margin:16px 0 0!important;color:rgba(255,255,255,.7)!important;font-size:.88rem}.article-related{padding:48px 0 72px;background-color:var(--white-color);border-top:1px solid #eee}.article-related__inner{max-width:720px;margin:0 auto}.article-related h2{margin-bottom:16px;font-size:1.35rem;text-align:left}.article-related ul{margin:0;padding-left:20px}.article-related li{margin-bottom:8px;color:#555;line-height:1.55}.article-related a{color:var(--secondary-color);font-weight:600;text-decoration:none}.article-related a:hover{color:var(--primary-color);text-decoration:underline}.article-related li::marker{color:var(--accent-color)}@media (max-width:960px){.calc-layout{grid-template-columns:1fr}.calc-results{position:static}.calc-fields{grid-template-columns:1fr}.calc-meal{grid-template-columns:1fr}}@media (max-width:768px){.tools-hero,.tools-hero--calculator{padding:44px 0 36px}.calc-kpis{grid-template-columns:1fr}.calc-kpis__profit{grid-column:auto}.calc-group{padding:18px 16px 6px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.calc-field--wide{grid-column:1/-1}.allergen-section{padding:40px 0 72px;background:var(--white-color)}.allergen-disclaimer{max-width:860px;margin:0 0 28px;padding:16px 18px;border-left:4px solid #d4a017;border-radius:8px;background:#fff7e7}.allergen-disclaimer strong{display:block;margin-bottom:6px;color:#7b5a22;font-size:1rem}.allergen-disclaimer p{margin:0;color:#6b5428;line-height:1.55}.allergen-layout{display:grid;gap:36px}.allergen-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 16px}.allergen-toolbar h2{margin:0;font-size:1.35rem;text-align:left}.allergen-toolbar__actions{display:flex;flex-wrap:wrap;gap:8px}.allergen-btn{padding:10px 16px;font-size:.92rem}.allergen-btn--ghost,.allergen-remove{border:1px solid #d7e0ea;border-radius:var(--border-radius);background:#fff;color:var(--secondary-color);font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer}.allergen-btn--ghost:hover,.allergen-remove:hover{border-color:var(--primary-color);color:var(--primary-color)}.allergen-empty{margin:0;color:#667}.allergen-dishes{display:flex;flex-direction:column;gap:14px}.allergen-dish{padding:16px;border:1px solid #e6edf4;border-radius:12px;background:#fbfcfd}.allergen-dish__row{display:grid;grid-template-columns:150px 150px minmax(0,1fr) auto;gap:10px;align-items:end}.allergen-dish__row label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:600;color:#555}.allergen-dish__row input,.allergen-dish__row select{width:100%;padding:10px 12px;border:1px solid #d7e0ea;border-radius:var(--border-radius);background:#fff;font-family:Poppins,sans-serif;font-size:.95rem}.allergen-dish__row input:focus,.allergen-dish__row select:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(44,130,201,.12)}.allergen-remove{padding:10px 12px;white-space:nowrap}.allergen-dish__label{margin:12px 0 8px;color:#555;font-size:.82rem;font-weight:600}.allergen-chips{display:flex;flex-wrap:wrap;gap:6px}.allergen-chip{display:inline-flex;align-items:center;gap:4px;min-height:32px;padding:4px 8px;border:1px solid #d7e0ea;border-radius:999px;background:#fff;color:var(--secondary-color);font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700;cursor:pointer}.allergen-chip span{font-weight:500}.allergen-chip.is-on{border-color:var(--secondary-color);background:var(--secondary-color);color:#fff}.allergen-output{padding:22px;border:1px solid #e6edf4;border-radius:14px;background:#fff}.allergen-preview-head h2{margin:0 0 14px;font-size:1.35rem;text-align:left}.allergen-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.allergen-tab{padding:8px 14px;border:1px solid #d7e0ea;border-radius:999px;background:#fff;color:var(--secondary-color);font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;cursor:pointer}.allergen-tab.is-active{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.allergen-print{margin:4px 0 8px;padding:10px 22px;font-size:1rem}.allergen-print-header{margin-bottom:12px}.allergen-print-kicker{margin:0 0 4px;color:var(--secondary-color);font-family:Nunito,sans-serif;font-size:1.2rem;font-weight:700}.allergen-print-disclaimer,.allergen-print-meta{margin:0 0 12px;color:#555;font-size:.9rem;line-height:1.5}.allergen-print-disclaimer{padding:10px 12px;border-radius:8px;background:#fff7e7;color:#6b5428}.allergen-table-wrap{overflow-x:auto;margin-bottom:20px}.allergen-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.82rem}.allergen-table caption{caption-side:top;margin-bottom:8px;color:var(--secondary-color);font-weight:700;text-align:left}.allergen-table td,.allergen-table th{padding:8px 6px;border:1px solid #d7e0ea;text-align:center}.allergen-table thead th{background:var(--light-bg-color);color:var(--secondary-color);font-size:.72rem;line-height:1.25;vertical-align:bottom}.allergen-table thead th span{display:block;font-size:.95rem}.allergen-table thead th em{font-style:normal;font-weight:500}.allergen-table tbody th{min-width:180px;text-align:left;font-weight:500}.allergen-table tbody th span{display:block;color:#667;font-size:.75rem;font-weight:400}.allergen-table td.is-on{background:rgba(44,130,201,.12);color:var(--secondary-color);font-weight:700}.allergen-menu__group{margin-bottom:16px}.allergen-menu__group h3{margin:0 0 8px;color:var(--secondary-color);font-size:1.05rem;text-align:left}.allergen-menu ul{margin:0;padding-left:18px}.allergen-menu li{margin-bottom:6px;line-height:1.45}.allergen-menu__name{margin-right:8px}.allergen-menu__nums{color:var(--primary-color);font-weight:700}.allergen-parents-lead{margin:0 0 16px;color:#555}.allergen-menu--parents li{font-size:1.02rem}.allergen-legend h3{margin:24px 0 12px;font-size:1.15rem;text-align:left}.allergen-legend__list{margin:0;padding-left:22px}.allergen-legend__list li{margin-bottom:8px;color:#444;font-size:.92rem;line-height:1.45}.allergen-legend__except{display:block;margin-top:2px;color:#667;font-size:.88em}.allergen-legend__source{margin:12px 0 0;color:#667;font-size:.85rem}.calc-copy ul{margin:0;padding-left:20px}.calc-copy li{margin-bottom:8px;color:#555;line-height:1.6}.calc-copy a{color:var(--secondary-color);font-weight:600}.recipe-section{padding:40px 0 72px;background:var(--white-color)}.recipe-section .allergen-layout{grid-template-columns:minmax(0,1.05fr) minmax(300px,0.95fr);align-items:start}.recipe-section .allergen-output{position:sticky;top:92px}.recipe-ingredients{display:flex;flex-direction:column;gap:10px}.recipe-row{display:grid;grid-template-columns:minmax(0,1.4fr) 110px 90px auto;gap:10px;align-items:end;padding:12px 14px;border:1px solid #e6edf4;border-radius:12px;background:#fbfcfd}.recipe-row label{display:flex;flex-direction:column;gap:6px;font-size:.8rem;font-weight:600;color:#555}.recipe-row input,.recipe-row select{width:100%;padding:10px 12px;border:1px solid #d7e0ea;border-radius:var(--border-radius);background:#fff;font-family:Poppins,sans-serif;font-size:.95rem}.recipe-row input:focus,.recipe-row select:focus{outline:0;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(44,130,201,.12)}.recipe-verdict{margin:0 0 16px;padding:12px 14px;border-radius:10px;background:#eef6ee;color:#23401f;font-weight:600;line-height:1.5}.recipe-kpis{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}.recipe-kpis>div{padding:10px 12px;border-radius:8px;background:#f4f8fb}.recipe-kpis span{display:block;margin-bottom:4px;color:#667;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.recipe-kpis strong{color:var(--secondary-color);font-size:1.05rem}.recipe-mass-hint{margin:0 0 16px}.recipe-table{min-width:0}.recipe-table td:first-child,.recipe-table th:first-child,.recipe-table th[scope=row]{text-align:left}.recipe-shop{margin-top:22px}.recipe-shop h3{margin:0 0 6px;font-size:1.15rem;text-align:left}.recipe-shop__lead{margin:0 0 12px;color:#667;font-size:.88rem}.recipe-shop__list{margin:0;padding:0;list-style:none}.recipe-shop__list li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #e6edf4}.recipe-shop__list strong{white-space:nowrap;color:var(--secondary-color)}.foodcost-recipe{margin-bottom:26px;padding:22px 24px 24px;border:1px solid #e6edf4;border-radius:var(--border-radius);background:var(--white-color);box-shadow:0 10px 30px rgba(23,43,77,.06)}.foodcost-recipe .allergen-toolbar{margin-bottom:6px}.foodcost-recipe__lead{margin:0 0 18px;max-width:760px;color:#666;font-size:.9rem;line-height:1.55}.foodcost-ingredients{display:flex;flex-direction:column;gap:10px}.foodcost-row{grid-template-columns:minmax(0,1.5fr) 92px 78px 100px 104px 74px 110px auto}.foodcost-row.is-invalid{border-color:#e8b4ab;background:#fdf6f4}.foodcost-row__cost{display:flex;flex-direction:column;gap:6px;padding-bottom:10px;font-size:.8rem;font-weight:600;color:#555}.foodcost-row__cost strong{color:var(--secondary-color);font-size:.98rem;white-space:nowrap}.foodcost-row__note{grid-column:1/-1;margin:0;color:#a4483a;font-size:.8rem}.foodcost-unit-hint{margin:12px 0 0}.foodcost-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 0;padding:0;list-style:none}.foodcost-summary li{padding:12px 14px;border-radius:10px;background:#f4f8fb}.foodcost-summary span{display:block;margin-bottom:4px;color:#667;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.foodcost-summary strong{color:var(--secondary-color);font-size:1.08rem}.foodcost-section .calc-kpis__profit{grid-column:auto}.foodcost-scale-wrap{margin-top:14px;overflow-x:auto}.foodcost-scale{width:100%;border-collapse:collapse;font-size:.86rem}.foodcost-scale td,.foodcost-scale th{padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.1);text-align:right;white-space:nowrap}.foodcost-scale thead th{color:rgba(255,255,255,.6);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.foodcost-scale tbody th{text-align:left;font-weight:700}.foodcost-scale tbody th em{margin-left:6px;color:#b6e37a;font-size:.72rem;font-style:normal;font-weight:600}.foodcost-scale tr.is-current td,.foodcost-scale tr.is-current th{background:rgba(255,255,255,.06)}@media (max-width:1180px){.foodcost-row{grid-template-columns:minmax(0,1.4fr) 84px 74px 96px 100px 70px auto}.foodcost-row__cost{grid-column:2/-1;flex-direction:row;align-items:baseline;justify-content:space-between;padding-bottom:0}}@media (max-width:960px){.recipe-section .allergen-layout{grid-template-columns:1fr}.recipe-section .allergen-output{position:static}.foodcost-summary{grid-template-columns:1fr}}@media (max-width:900px){.allergen-dish__row{grid-template-columns:1fr 1fr}.allergen-dish__name,.allergen-remove{grid-column:1/-1}.recipe-row{grid-template-columns:1fr 1fr}.recipe-row .allergen-remove,.recipe-row__name{grid-column:1/-1}.foodcost-row{grid-template-columns:1fr 1fr}.foodcost-row .allergen-remove,.foodcost-row__cost,.foodcost-row__name{grid-column:1/-1}}@media print{.allergen-disclaimer,.allergen-editor,.allergen-preview-head,.article-cta,.article-related,.breadcrumb,.calc-copy,.calc-faq,.calc-note,.cookie-banner,.main-footer,.main-header,.recipe-editor,.tools-hero,noscript{display:none!important}.allergen-output,.allergen-print-area,.allergen-section,.recipe-section,main{padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;background:#fff!important}.allergen-view{display:none!important}body[data-allergen-view=menu] .allergen-view[data-view=menu],body[data-allergen-view=parents] .allergen-view[data-view=parents],body[data-allergen-view=table] .allergen-view[data-view=table]{display:block!important}.allergen-print-disclaimer{display:block!important;break-inside:avoid}.recipe-section .allergen-output{position:static}.recipe-kpis,.recipe-shop,.recipe-verdict{break-inside:avoid}.allergen-legend{display:block!important}.allergen-table{min-width:0;font-size:10px}a[href]::after{content:none!important}}