:root{--comment-rating-star-color:#343434}.wprm-comment-rating svg path{fill:var(--comment-rating-star-color)}.wprm-comment-rating svg polygon{stroke:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-full svg path{stroke:var(--comment-rating-star-color);fill:var(--comment-rating-star-color)}.wprm-comment-rating .wprm-rating-star-empty svg path{stroke:var(--comment-rating-star-color);fill:none}.wprm-comment-ratings-container svg .wprm-star-full{fill:var(--comment-rating-star-color)}.wprm-comment-ratings-container svg .wprm-star-empty{stroke:var(--comment-rating-star-color)}body:not(:hover) fieldset.wprm-comment-ratings-container:focus-within span{outline:1px solid #4d90fe}.comment-form-wprm-rating{margin-bottom:20px;margin-top:5px;text-align:left}.comment-form-wprm-rating .wprm-rating-stars{display:inline-block;vertical-align:middle}fieldset.wprm-comment-ratings-container{background:none;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-comment-ratings-container legend{left:0;opacity:0;position:absolute}fieldset.wprm-comment-ratings-container br{display:none}fieldset.wprm-comment-ratings-container input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-comment-ratings-container input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-comment-ratings-container span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-comment-ratings-container span svg{height:100%!important;width:100%!important}fieldset.wprm-comment-ratings-container input:checked+span,fieldset.wprm-comment-ratings-container input:hover+span{opacity:1}fieldset.wprm-comment-ratings-container input:hover+span~span{display:none}.rtl .comment-form-wprm-rating{text-align:right}.rtl img.wprm-comment-rating{transform:scaleX(-1)}.rtl fieldset.wprm-comment-ratings-container span{left:inherit;right:0}.rtl fieldset.wprm-comment-ratings-container span svg{transform:scaleX(-1)}:root{--wprm-popup-font-size:16px;--wprm-popup-background:#fff;--wprm-popup-title:#000;--wprm-popup-content:#444;--wprm-popup-button-background:#5a822b;--wprm-popup-button-text:#fff}html body.wprm-popup-modal-open{height:100%;left:0;overflow:visible;position:fixed;right:0;width:100%}.wprm-popup-modal{display:none}.wprm-popup-modal.is-open{display:block}.wprm-popup-modal__overlay{align-items:center;background:rgb(0 0 0 / .6);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;touch-action:none;z-index:2147483646}.wprm-popup-modal__container{background-color:var(--wprm-popup-background);border-radius:4px;box-sizing:border-box;font-size:var(--wprm-popup-font-size);max-height:100vh;max-height:100dvh;max-width:100%;overflow-y:auto;padding:30px}.wprm-popup-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.wprm-popup-modal__title{box-sizing:border-box;color:var(--wprm-popup-title);font-size:1.2em;font-weight:600;line-height:1.25;margin-bottom:0;margin-top:0}.wprm-popup-modal__header .wprm-popup-modal__close{background:#fff0;border:0;cursor:pointer;width:18px}.wprm-popup-modal__header .wprm-popup-modal__close:before{color:var(--wprm-popup-title);content:"✕";font-size:var(--wprm-popup-font-size)}.wprm-popup-modal__content{color:var(--wprm-popup-content);line-height:1.5}.wprm-popup-modal__content p{font-size:1em;line-height:1.5}.wprm-popup-modal__footer{margin-top:20px}.wprm-popup-modal__btn{-webkit-appearance:button;background-color:var(--wprm-popup-button-background);border-radius:.25em;border-style:none;border-width:0;color:var(--wprm-popup-button-text);cursor:pointer;font-size:1em;line-height:1.15;margin:0;overflow:visible;padding:.5em 1em;text-transform:none;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out}.wprm-popup-modal__btn.wprm-popup-modal__btn--secondary{background-color:var(--wprm-popup-button-text);border:1px solid var(--wprm-popup-button-background);color:var(--wprm-popup-button-background);margin-left:20px}.wprm-popup-modal__btn:disabled{cursor:not-allowed;opacity:.3}.wprm-popup-modal__btn:not(:disabled):focus,.wprm-popup-modal__btn:not(:disabled):hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@keyframes wprmPopupModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wprmPopupModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wprmPopupModalSlideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes wprmPopupModalSlideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=false] .wprm-popup-modal__container{animation:wprmPopupModalSlideIn .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__overlay{animation:wprmPopupModalFadeOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal[aria-hidden=true] .wprm-popup-modal__container{animation:wprmPopupModalSlideOut .3s cubic-bezier(0,0,.2,1)}.wprm-popup-modal .wprm-popup-modal__container,.wprm-popup-modal .wprm-popup-modal__overlay{will-change:transform}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:#fff0;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-box[data-theme=wprm] .tippy-content p:first-child{margin-top:0}.tippy-box[data-theme=wprm] .tippy-content p:last-child{margin-bottom:0}.tippy-box[data-theme~=wprm-variable]{background-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=top]>.tippy-arrow:before{border-top-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=left]>.tippy-arrow:before{border-left-color:var(--wprm-tippy-background)}.tippy-box[data-theme~=wprm-variable][data-placement^=right]>.tippy-arrow:before{border-right-color:var(--wprm-tippy-background)}#wp-admin-bar-wp-recipe-maker{display:block!important}#wp-admin-bar-wp-recipe-maker .ab-icon{margin:2px 4px 0 0}#wp-admin-bar-wp-recipe-maker .ab-icon:before{content:""}#wp-admin-bar-wp-recipe-maker .ab-label{align-items:center;display:flex}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge{background-color:#d63638;border-radius:9px;box-sizing:border-box;color:#fff;display:inline!important;float:right;height:18px;line-height:1;margin:1px 0 -1px 5px;min-width:18px;padding:0 5px;text-align:center;z-index:26}#wp-admin-bar-wp-recipe-maker .wprm-admin-bar-badge span{font-size:11px;line-height:18px}#wp-admin-bar-wp-recipe-maker .ab-sub-wrapper .ab-empty-item{font-weight:200;text-align:center}@media(max-width:782px){#wp-admin-bar-wp-recipe-maker .ab-icon{margin-left:4px}#wp-admin-bar-wp-recipe-maker .ab-label{display:none}}img.wprm-comment-rating{display:block;margin:5px 0}img.wprm-comment-rating+br{display:none}.wprm-rating-star svg{display:inline;height:16px;margin:0;vertical-align:middle;width:16px}.wprm-rating-star.rated svg polygon{fill:#000}.wprm-loader{animation:wprmSpin 1s ease-in-out infinite;-webkit-animation:wprmSpin 1s ease-in-out infinite;border:2px solid hsl(0 0% 78% / .3);border-radius:50%;border-top-color:#444;display:inline-block;height:10px;width:10px}@keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}@-webkit-keyframes wprmSpin{to{-webkit-transform:rotate(1turn)}}.wprm-automatic-recipe-snippets{margin-bottom:10px}.wprm-automatic-recipe-snippets.align-center{text-align:center}.wprm-automatic-recipe-snippets.align-right{text-align:right}.wprm-automatic-recipe-snippets .wprm-jump-to-recipe-shortcode,.wprm-automatic-recipe-snippets .wprm-jump-to-video-shortcode,.wprm-automatic-recipe-snippets .wprm-print-recipe-shortcode{display:inline-block;margin:0 5px;padding:5px 10px;text-decoration:none}.wprm-recipe-container{outline:none}.wprm-recipe{overflow:hidden;zoom:1;clear:both;text-align:left}.wprm-recipe *{box-sizing:border-box}.wprm-recipe ol,.wprm-recipe ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-padding-start:0;margin:0;padding:0}.wprm-recipe li{font-size:1em;margin:0 0 0 32px;padding:0}.wprm-recipe p{font-size:1em;margin:0;padding:0}.wprm-recipe li,.wprm-recipe li.wprm-recipe-instruction{list-style-position:outside}.wprm-recipe li:before{display:none}.wprm-recipe h1,.wprm-recipe h2,.wprm-recipe h3,.wprm-recipe h4,.wprm-recipe h5,.wprm-recipe h6{clear:none;font-variant:normal;letter-spacing:normal;margin:0;padding:0;text-transform:none}.wprm-recipe a.wprm-recipe-link,.wprm-recipe a.wprm-recipe-link:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.wprm-recipe .wprm-nutrition-label{margin-top:10px}body:not(.wprm-print) .wprm-recipe p:first-letter{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:inherit;padding:inherit}.rtl .wprm-recipe{text-align:right}.rtl .wprm-recipe li{margin:0 32px 0 0}.wprm-screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.wprm-recipe-author-with-image{align-items:center;display:inline-flex}.wprm-recipe-author-with-image .wprm-recipe-author-image{line-height:0;margin-right:10px}.wprm-call-to-action.wprm-call-to-action-simple{align-items:center;display:flex;gap:20px;justify-content:center;margin-top:10px;padding:5px 10px}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon{font-size:2.2em;margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-icon svg{margin-top:0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{margin:5px 0}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container .wprm-call-to-action-header{display:block;font-size:1.3em;font-weight:700}@media (max-width:450px){.wprm-call-to-action.wprm-call-to-action-simple{flex-wrap:wrap}.wprm-call-to-action.wprm-call-to-action-simple .wprm-call-to-action-text-container{text-align:center}}.wprm-condition-width{display:none}.wprm-recipe.wprm-max-400 .wprm-condition-max-width-400,.wprm-recipe.wprm-max-500 .wprm-condition-max-width-500,.wprm-recipe.wprm-max-600 .wprm-condition-max-width-600,.wprm-recipe.wprm-max-700 .wprm-condition-max-width-700,.wprm-recipe.wprm-max-800 .wprm-condition-max-width-800,.wprm-recipe.wprm-min-400 .wprm-condition-min-width-400,.wprm-recipe.wprm-min-500 .wprm-condition-min-width-500,.wprm-recipe.wprm-min-600 .wprm-condition-min-width-600,.wprm-recipe.wprm-min-700 .wprm-condition-min-width-700,.wprm-recipe.wprm-min-800 .wprm-condition-min-width-800{display:block}.wprm-meta-container-custom-color{--wprm-meta-container-block-color:inherit;--wprm-meta-container-label-color:inherit;--wprm-meta-container-link-color:inherit}.wprm-meta-container-custom-color .wprm-recipe-block-container{color:var(--wprm-meta-container-block-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container .wprm-recipe-details-label{color:var(--wprm-meta-container-label-color)}.wprm-meta-container-custom-color .wprm-recipe-block-container * a,.wprm-meta-container-custom-color .wprm-recipe-block-container a{color:var(--wprm-meta-container-link-color)}.wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.rtl .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.wprm-recipe-details-container-inline{--wprm-meta-container-separator-color:#aaa}.wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{display:inline-block;margin-right:1.2em}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-right:0}.wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline:not(:last-child):after{color:var(--wprm-meta-container-separator-color);white-space:nowrap}.wprm-recipe-details-container-inline.wprm-inline-separator-dot .wprm-recipe-block-container-inline:not(:last-child):after{content:"  •  "}.wprm-recipe-details-container-inline.wprm-inline-separator-short-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  -  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-dash .wprm-recipe-block-container-inline:not(:last-child):after{content:"  —  "}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after,.wprm-recipe-details-container-inline.wprm-inline-separator-short-line .wprm-recipe-block-container-inline:not(:last-child):after{background-color:var(--wprm-meta-container-separator-color);content:"";display:inline-block;height:1em;margin:0 .8em;vertical-align:middle;width:1px}.wprm-recipe-details-container-inline.wprm-inline-separator-long-line .wprm-recipe-block-container-inline:not(:last-child):after{height:1.3em}.rtl .wprm-recipe-details-container-inline .wprm-recipe-block-container-inline{margin-left:1.2em;margin-right:0}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator{overflow:hidden}.rtl .wprm-recipe-details-container-inline.wprm-inline-separator .wprm-recipe-block-container-inline{margin-left:0}.wprm-recipe-block-container-columns,.wprm-recipe-block-container-separate,.wprm-recipe-block-container-separated,.wprm-recipe-block-container-separated .wprm-recipe-details-label{display:block}.wprm-recipe-block-container-columns .wprm-recipe-details-label{display:inline-block;min-width:130px}.wprm-recipe-details-container-inline{display:inline}.wprm-recipe-details-container-pills{align-items:center;display:flex;flex-wrap:wrap;gap:10px;--pill-padding-vertical:5px;--pill-padding-horizontal:15px;--pill-border-radius:100px;--pill-background-color:#333;--pill-text-color:#fff;--pill-border-color:#333;--pill-borderwidth:0px}.wprm-recipe-details-container-pills .wprm-recipe-meta-container-pill{background-color:var(--pill-background-color);border-color:var(--pill-border-color);border-radius:var(--pill-border-radius);border-style:solid;border-width:var(--pill-borderwidth);color:var(--pill-text-color);padding:var(--pill-padding-vertical) var(--pill-padding-horizontal)}.wprm-recipe-details-container-table{border:1px dotted #666;display:flex;margin:5px 0;padding:5px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{display:flex;flex:1;flex-direction:column;text-align:center}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only{border:none!important}@media (min-width:451px){.wprm-recipe-table-borders-empty .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table,.wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-left:none!important}.rtl .wprm-recipe-table-borders-inside .wprm-recipe-block-container-table:first-child{border-right:none!important}}@media (max-width:450px){.wprm-recipe-details-container-table{border:none!important;display:block;margin:5px 0;padding:0}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none{display:flex;flex-wrap:wrap}.wprm-recipe-details-container-table.wprm-recipe-table-borders-none .wprm-recipe-block-container-table{max-width:100%;min-width:120px}.wprm-recipe-details-container-table .wprm-recipe-block-container-table{padding:5px}.wprm-recipe-details-container-table.wprm-recipe-table-borders-all .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top-bottom .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left-right .wprm-recipe-block-container-table{border-bottom:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-right:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-top .wprm-recipe-block-container-table:not(:first-child){border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table{border-left:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-bottom .wprm-recipe-block-container-table:not(:last-child){border-bottom:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-left .wprm-recipe-block-container-table{border-bottom:none!important;border-right:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-right .wprm-recipe-block-container-table{border-bottom:none!important;border-left:none!important;border-top:none!important}.wprm-recipe-details-container-table.wprm-recipe-table-borders-inside-only .wprm-recipe-block-container-table{border:none!important}.wprm-recipe-block-container-columns .wprm-recipe-details-label{margin-right:.4em;min-width:0}}.wprm-recipe-details-unit{font-size:.8em}@media only screen and (max-width:600px){.wprm-recipe-details-unit{font-size:1em}}.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:flex;flex-wrap:wrap;justify-content:space-between}.wprm-container-columns-spaced-middle.wprm-container-columns-spaced-middle,.wprm-container-columns-spaced.wprm-container-columns-spaced-middle{align-items:center}.wprm-container-columns-spaced-middle>*,.wprm-container-columns-spaced>*{flex:1}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter,.wprm-container-columns-spaced.wprm-container-columns-gutter{margin-left:-8px;margin-right:-8px}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-left:8px!important;margin-right:8px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-left:0!important;margin-right:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-left:8px!important;margin-right:8px!important}@media (max-width:450px){.wprm-container-columns-spaced,.wprm-container-columns-spaced-middle{display:block}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>*,.wprm-container-columns-spaced.wprm-container-columns-gutter>*{margin-bottom:16px!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container{margin-bottom:0!important}.wprm-container-columns-spaced-middle.wprm-container-columns-gutter>.wprm-recipe-grow-container a,.wprm-container-columns-spaced.wprm-container-columns-gutter>.wprm-recipe-grow-container a{margin-bottom:16px!important}}.wprm-container-float-left{float:left;margin:0 10px 10px 0;position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-left,.wprm-container-float-right{float:right;margin:0 0 10px 10px}.wprm-container-float-right{position:relative;text-align:center;z-index:1}.rtl .wprm-container-float-right{float:left;margin:0 10px 10px 0}@media only screen and (max-width:640px){.rtl .wprm-container-float-left,.rtl .wprm-container-float-right,.wprm-container-float-left,.wprm-container-float-right{float:none;margin-left:0;margin-right:0}}.wprm-header-decoration-icon-line,.wprm-header-decoration-line,.wprm-header-decoration-spacer,.wprm-icon-decoration-line{align-items:center;display:flex;flex-wrap:wrap}.wprm-header-decoration-icon-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-left .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-left .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-left .wprm-decoration-line{margin-left:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-icon-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-line.wprm-align-right .wprm-decoration-line,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:first-child,.wprm-header-decoration-spacer.wprm-align-right .wprm-decoration-line,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:first-child,.wprm-icon-decoration-line.wprm-align-right .wprm-decoration-line{margin-right:15px}.wprm-header-decoration-icon-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-line.wprm-align-center .wprm-decoration-line:last-child,.wprm-header-decoration-spacer.wprm-align-center .wprm-decoration-line:last-child,.wprm-icon-decoration-line.wprm-align-center .wprm-decoration-line:last-child{margin-left:15px}.wprm-decoration-line{border:0;border-bottom:1px solid #000;flex:auto;height:1px}.wprm-decoration-spacer{flex:auto}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-faded{opacity:.7}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller{font-size:.8em}.wprm-recipe-equipment-container .wprm-recipe-equipment-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-expandable-container,.wprm-expandable-container-separated{--wprm-expandable-text-color:#333;--wprm-expandable-button-color:#fff;--wprm-expandable-border-color:#333;--wprm-expandable-border-radius:0px;--wprm-expandable-vertical-padding:5px;--wprm-expandable-horizontal-padding:5px}.wprm-expandable-container a.wprm-expandable-button,.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated a.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{color:var(--wprm-expandable-text-color)}.wprm-expandable-container button.wprm-expandable-button,.wprm-expandable-container-separated button.wprm-expandable-button{background-color:var(--wprm-expandable-button-color);border-color:var(--wprm-expandable-border-color);border-radius:var(--wprm-expandable-border-radius);padding:var(--wprm-expandable-vertical-padding) var(--wprm-expandable-horizontal-padding)}.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container-separated.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container-separated.wprm-expandable-expanded .wprm-expandable-button-show,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-button-hide,.wprm-expandable-container.wprm-expandable-collapsed .wprm-expandable-content,.wprm-expandable-container.wprm-expandable-expanded .wprm-expandable-button-show{display:none}.wprm-expandable-separated-content-collapsed{display:none!important}.wprm-block-text-normal{font-style:normal;font-weight:400;text-transform:none}.wprm-block-text-light{font-weight:300!important}.wprm-block-text-light-bold{font-weight:500!important}.wprm-block-text-semi-bold{font-weight:600!important}.wprm-block-text-bold{font-weight:700!important}.wprm-block-text-italic{font-style:italic!important}.wprm-block-text-uppercase{text-transform:uppercase!important}.wprm-block-text-faded{opacity:.7}.wprm-block-text-uppercase-faded{opacity:.7;text-transform:uppercase!important}.wprm-block-text-smaller{font-size:.9em}.wprm-block-text-larger{font-size:1.1em}.wprm-block-text-faded .wprm-block-text-faded,.wprm-block-text-uppercase-faded .wprm-block-text-uppercase-faded{opacity:1}.wprm-block-text-larger .wprm-block-text-larger,.wprm-block-text-smaller .wprm-block-text-smaller{font-size:1em}.wprm-align-left{text-align:left}.wprm-align-center{text-align:center}.wprm-align-right{text-align:right}.wprm-align-top{align-items:start}.wprm-align-middle{align-items:center}.wprm-align-bottom{align-items:end}.wprm-recipe-header .wprm-recipe-icon:not(.wprm-collapsible-icon){margin-right:10px}.wprm-recipe-header .wprm-recipe-icon.wprm-collapsible-icon{margin-left:10px}.wprm-recipe-header.wprm-header-has-actions{align-items:center;display:flex;flex-wrap:wrap}.wprm-recipe-header .wprm-recipe-adjustable-servings-container,.wprm-recipe-header .wprm-recipe-media-toggle-container,.wprm-recipe-header .wprm-unit-conversion-container{font-size:16px;font-style:normal;font-weight:400;opacity:1;text-transform:none}.wprm-recipe-header .wprm-header-toggle{float:right}.wprm-recipe-header .wprm-header-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-recipe-icon svg{display:inline;height:1.3em;margin-top:-.15em;overflow:visible;vertical-align:middle;width:1.3em}.wprm-icon-shortcode{font-size:16px;height:16px}.wprm-icon-shortcode.wprm-icon-shortcode-inline{display:inline}.wprm-icon-shortcode .wprm-recipe-icon svg{display:inline;height:1em;margin-top:0;overflow:visible;vertical-align:middle;width:1em}.wprm-interactivity-container{display:flex;gap:10px;margin:10px 20px 0}.wprm-internal-container{background-color:#fff;border:0 solid #fff;border-radius:20px;padding:20px}.wprm-internal-container ul li{margin-left:16px}.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-ingredient-group .wprm-recipe-group-name,.wprm-internal-container .wprm-internal-container-toggle+.wprm-recipe-instruction-group .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-ingredient-group:first-child .wprm-recipe-group-name,.wprm-internal-container .wprm-recipe-instruction-group:first-child .wprm-recipe-group-name{margin-top:0!important}.wprm-internal-container .wprm-internal-container-toggle{float:right;position:relative;z-index:2}.wprm-internal-container .wprm-internal-container-toggle a.wprm-expandable-button{color:#333;cursor:pointer;text-decoration:none}.wprm-internal-container.wprm-expandable-collapsed{mask-image:linear-gradient(180deg,#000 50%,transparent);max-height:60px;overflow:hidden}.wprm-recipe-image img{display:block;margin:0 auto}.wprm-recipe-image .dpsp-pin-it-wrapper{margin:0 auto}.wprm-recipe-image picture{border:none!important}.wprm-block-image-circle img{border-radius:50%}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-group-name{margin-top:.8em!important}.wprm-recipe-ingredients-container.wprm-recipe-images-before .wprm-recipe-ingredient-image{margin-right:10px}.wprm-recipe-ingredients-container.wprm-recipe-images-after .wprm-recipe-ingredient-image{margin-left:10px}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image{flex-shrink:0}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image .wprm-recipe-ingredient-no-image-placeholder{display:inline-block}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-image img{vertical-align:middle}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-faded{opacity:.7}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller{font-size:.8em}.wprm-recipe-ingredients-container .wprm-recipe-ingredient-notes-smaller-faded{font-size:.8em;opacity:.7}.wprm-ingredient-style-grouped ul.wprm-recipe-ingredients{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container{align-items:center;display:flex}.wprm-ingredient-style-grouped .wprm-recipe-ingredient-details-container .wprm-recipe-ingredient-notes{display:block}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient{display:flex}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-amount-unit{flex-shrink:0;margin-right:10px}.wprm-ingredient-style-table-2-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-2.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3-align.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient,.wprm-ingredient-style-table-3.wprm-recipe-ingredients-has-images li.wprm-recipe-ingredient{align-items:center}.wprm-ingredient-style-table-2-align .wprm-recipe-ingredient-amount-unit,.wprm-ingredient-style-table-3-align .wprm-recipe-ingredient-amount-unit{text-align:right}.wprm-ingredient-style-table-2 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes,.wprm-ingredient-style-table-2-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name-notes{flex:1}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-name,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-name{margin-right:10px}.wprm-ingredient-style-table-3 li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes,.wprm-ingredient-style-table-3-align li.wprm-recipe-ingredient .wprm-recipe-ingredient-notes{flex:1}.wprm-recipe-instructions-container .wprm-recipe-instruction-group-name{margin-top:.8em!important}.wprm-recipe-instructions-container .wprm-recipe-instruction-text{font-size:1em}.wprm-recipe-instructions-container .wprm-recipe-instruction-media{margin:5px 0 15px;max-width:100%}.wprm-recipe-instructions-container .wprm-recipe-instruction-video iframe{max-width:100%}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-right:5px}.wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:last-child{padding-right:0}.wprm-recipe-instructions .wprm-recipe-instruction-tip,.wprm-recipe-tip{align-items:flex-start;counter-increment:none!important;display:flex;gap:10px;list-style:none!important;margin-bottom:12px;padding:10px 12px}.wprm-recipe-instructions .wprm-recipe-instruction-tip::marker,.wprm-recipe-instructions .wprm-recipe-instruction-tip:before,.wprm-recipe-tip::marker,.wprm-recipe-tip:before{content:none!important;display:none!important}.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-instruction-tip-icon,.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-tip-icon,.wprm-recipe-tip .wprm-recipe-instruction-tip-icon,.wprm-recipe-tip .wprm-recipe-tip-icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:1.1em;justify-content:center;line-height:inherit;min-height:1.25em;min-height:1lh}.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-instruction-tip-text,.wprm-recipe-instructions .wprm-recipe-instruction-tip .wprm-recipe-tip-text,.wprm-recipe-tip .wprm-recipe-instruction-tip-text,.wprm-recipe-tip .wprm-recipe-tip-text{color:var(--wprm-tip-text-color,#000);flex:1;min-width:0}.wprm-recipe-instruction-tip-style-left-border,.wprm-recipe-instruction-tip-style-left-border-straight,.wprm-recipe-tip-style-left-border,.wprm-recipe-tip-style-left-border-straight{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 9%,transparent);border-left:5px solid var(--wprm-tip-accent,#2b6cb0);border-radius:0}.wprm-recipe-instruction-tip-style-left-border-rounded,.wprm-recipe-tip-style-left-border-rounded{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 9%,transparent);border-left:5px solid var(--wprm-tip-accent,#2b6cb0);border-radius:4px}.wprm-recipe-instruction-tip-style-filled,.wprm-recipe-tip-style-filled{background:color-mix(in srgb,var(--wprm-tip-accent,#2b6cb0) 16%,transparent);border-radius:4px}.wprm-recipe-instruction-tip-style-outline,.wprm-recipe-tip-style-outline{border:1px solid var(--wprm-tip-accent,#2b6cb0);border-radius:4px}.wprm-recipe-instruction-tip-style-banner,.wprm-recipe-tip-style-banner{border-bottom:2px solid var(--wprm-tip-accent,#2b6cb0);border-top:2px solid var(--wprm-tip-accent,#2b6cb0);padding-bottom:12px;padding-top:12px}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient{display:inline-block;padding-left:5px;padding-right:0}.rtl .wprm-recipe-instruction-ingredients-inline .wprm-recipe-instruction-ingredient:first-child{padding-left:5px}.rtl .wprm-recipe-instruction-tip-style-left-border,.rtl .wprm-recipe-instruction-tip-style-left-border-rounded,.rtl .wprm-recipe-instruction-tip-style-left-border-straight,.rtl .wprm-recipe-tip-style-left-border,.rtl .wprm-recipe-tip-style-left-border-rounded,.rtl .wprm-recipe-tip-style-left-border-straight{border-left:0;border-right:5px solid var(--wprm-tip-accent,#2b6cb0)}.wprm-recipe-shop-instacart-loading{cursor:wait;opacity:.5}.wprm-recipe-shop-instacart{align-items:center;border:1px solid #003d29;border-radius:23px;cursor:pointer;display:inline-flex;font-family:Instacart,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;height:46px;padding:0 18px}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-dark{background-color:#003d29;color:#faf1e5}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-light{background-color:#faf1e5;border-color:#efe9e1;color:#003d29}.wprm-recipe-shop-instacart.wprm-recipe-shop-instacart-white{background-color:#fff;border-color:#e8e9eb;color:#000}.wprm-recipe-shop-instacart>img{height:22px!important;margin:0!important;padding:0!important;width:auto!important}.wprm-recipe-shop-instacart>span{margin-left:10px}.wprm-recipe-jump-to-section-container{--wprm-jump-to-section-gap:10px;--wprm-jump-to-section-alignment:flex-start;--wprm-jump-to-section-background:#fff;--wprm-jump-to-section-text-color:#333;--wprm-jump-to-section-borderwidth:0px;--wprm-jump-to-section-border:#333;--wprm-jump-to-section-border-radius:10px;--wprm-jump-to-section-vertical-padding:5px;--wprm-jump-to-section-horizontal-padding:15px;align-items:center;display:flex;flex-wrap:wrap;gap:var(--wprm-jump-to-section-gap);justify-content:var(--wprm-jump-to-section-alignment);text-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-nowrap{flex-wrap:nowrap}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll{flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none;--wprm-jump-to-section-fade-width:50px;mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%);mask-repeat:no-repeat;mask-size:100% 100%}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll::-webkit-scrollbar{display:none}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left{mask-image:linear-gradient(to right,#000 0,#000 calc(100% - var(--wprm-jump-to-section-fade-width)),transparent 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-right{mask-image:linear-gradient(to right,transparent 0,#000 var(--wprm-jump-to-section-fade-width),#000 100%)}.wprm-recipe-jump-to-section-container.wprm-recipe-jump-to-section-container-scroll.scrolled-left.scrolled-right{mask-image:none}.wprm-recipe-jump-to-section-container a.wprm-recipe-jump-to-section{align-items:center;background-color:var(--wprm-jump-to-section-background);border-color:var(--wprm-jump-to-section-border);border-radius:var(--wprm-jump-to-section-border-radius);border-style:solid;border-width:var(--wprm-jump-to-section-borderwidth);color:var(--wprm-jump-to-section-text-color);display:flex;gap:5px;padding:var(--wprm-jump-to-section-vertical-padding) var(--wprm-jump-to-section-horizontal-padding);text-decoration:none}.wprm-recipe-jump-to-section-container .wprm-recipe-icon svg{margin-top:0}.wprm-recipe-jump-to-section-icon-above .wprm-recipe-jump-to-section{flex-direction:column}.wprm-recipe-jump-to-section-icon-right .wprm-recipe-jump-to-section{flex-direction:row-reverse}.wprm-recipe-jump-to-section-icon-below .wprm-recipe-jump-to-section{flex-direction:column-reverse}.wprm-layout-container{--wprm-layout-container-text-color:inherit;--wprm-layout-container-background-color:inherit;background-color:var(--wprm-layout-container-background-color);color:var(--wprm-layout-container-text-color)}.wprm-layout-column-container{display:flex;flex-wrap:nowrap}.wprm-layout-column{--wprm-layout-column-text-color:inherit;--wprm-layout-column-background-color:inherit;background-color:var(--wprm-layout-column-background-color);color:var(--wprm-layout-column-text-color)}.wprm-padding-5{padding:5px}.wprm-padding-10{padding:10px}.wprm-padding-20{padding:20px}.wprm-padding-30{padding:30px}.wprm-padding-40{padding:40px}.wprm-padding-50{padding:50px}.wprm-column-gap-5{column-gap:5px}.wprm-column-gap-10{column-gap:10px}.wprm-column-gap-20{column-gap:20px}.wprm-column-gap-30{column-gap:30px}.wprm-column-gap-40{column-gap:40px}.wprm-column-gap-50{column-gap:50px}.wprm-row-gap-5{row-gap:5px}.wprm-row-gap-10{row-gap:10px}.wprm-row-gap-20{row-gap:20px}.wprm-row-gap-30{row-gap:30px}.wprm-row-gap-40{row-gap:40px}.wprm-row-gap-50{row-gap:50px}.wprm-layout-column{flex:auto}.wprm-column-width-20{flex:1 1 20%}.wprm-column-width-25{flex:1 1 25%}.wprm-column-width-33{flex:1 1 33.33%}.wprm-column-width-40{flex:1 1 40%}.wprm-column-width-50{flex:1 1 50%}.wprm-column-width-60{flex:1 1 60%}.wprm-column-width-66{flex:1 1 66.66%}.wprm-column-width-75{flex:1 1 75%}.wprm-column-width-80{flex:1 1 80%}@media (max-width:480px){.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400){flex-direction:column}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400).wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400) .wprm-layout-column{width:100%}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-left{text-align:left}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-right{text-align:right}.wprm-layout-column-container:not(.wprm-column-rows-never,.wprm-column-rows-recipe-400)>.wprm-align-rows-center{text-align:center}}@media (max-width:768px){.wprm-column-rows-tablet{flex-direction:column}.wprm-column-rows-tablet.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-column-rows-tablet .wprm-layout-column{width:100%}.wprm-column-rows-tablet>.wprm-align-rows-left{text-align:left}.wprm-column-rows-tablet>.wprm-align-rows-right{text-align:right}.wprm-column-rows-tablet>.wprm-align-rows-center{text-align:center}}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900{flex-direction:column}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-900 .wprm-column-rows-recipe-900>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800{flex-direction:column}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-800 .wprm-column-rows-recipe-800>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700{flex-direction:column}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-700 .wprm-column-rows-recipe-700>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600{flex-direction:column}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-600 .wprm-column-rows-recipe-600>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500{flex-direction:column}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-500 .wprm-column-rows-recipe-500>.wprm-align-rows-center{text-align:center}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400{flex-direction:column}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400.wprm-column-rows-reverse{flex-direction:column-reverse}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400 .wprm-layout-column{width:100%}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-left{text-align:left}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-right{text-align:right}.wprm-recipe.wprm-max-400 .wprm-column-rows-recipe-400>.wprm-align-rows-center{text-align:center}.wprm-recipe-link{cursor:pointer;text-decoration:none}.wprm-recipe-link.wprm-recipe-link-inline-button{display:inline-block;margin:0 5px 5px 0}.wprm-recipe-link.wprm-recipe-link-button{display:table;margin:5px auto}.wprm-recipe-link.wprm-recipe-link-wide-button{display:block;margin:5px 0;text-align:center;width:auto}.wprm-recipe-link.wprm-recipe-link-button,.wprm-recipe-link.wprm-recipe-link-inline-button,.wprm-recipe-link.wprm-recipe-link-wide-button{border-style:solid;border-width:1px;padding:5px}.wprm-recipe-link.wprm-recipe-link-disabled{cursor:not-allowed}.rtl .wprm-recipe-link.wprm-recipe-link-inline-button{margin:0 0 5px 5px}.wprm-nutrition-label-container-simple .wprm-nutrition-label-text-nutrition-unit{font-size:.85em}.wprm-nutrition-label-container-grouped{display:flex;flex-wrap:wrap;justify-content:flex-start}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container{white-space:nowrap}.wprm-nutrition-label-container-grouped .wprm-nutrition-label-text-nutrition-container-separate{column-gap:5px;display:flex;justify-content:space-between}.wprm-nutrition-label-container-grouped-pills{--wprm-nutrition-pills-row-gap:10px;--wprm-nutrition-pills-background:#fff;--wprm-nutrition-pills-border:#333;--wprm-nutrition-pills-border-width:1px;--wprm-nutrition-pills-border-radius:100px;--wprm-nutrition-pills-horizontal-padding:15px;--wprm-nutrition-pills-vertical-padding:5px;row-gap:var(--wprm-nutrition-pills-row-gap)}.wprm-nutrition-label-container-grouped-pills .wprm-nutrition-label-text-nutrition-container:not(.wprm-nutrition-label-text-nutrition-container-empty){background-color:var(--wprm-nutrition-pills-background);border:var(--wprm-nutrition-pills-border-width) solid var(--wprm-nutrition-pills-border);border-radius:var(--wprm-nutrition-pills-border-radius);padding:var(--wprm-nutrition-pills-vertical-padding) var(--wprm-nutrition-pills-horizontal-padding)}.wprm-recipe-rating{white-space:nowrap}.wprm-recipe-rating svg{height:1.1em;margin-top:-.15em!important;margin:0;vertical-align:middle;width:1.1em}.wprm-recipe-rating.wprm-recipe-rating-inline{align-items:center;display:inline-flex}.wprm-recipe-rating.wprm-recipe-rating-inline .wprm-recipe-rating-details{display:inline-block;margin-left:10px}.wprm-recipe-rating .wprm-recipe-rating-details{font-size:.8em}.wprm-recipe-smart-with-food-button{display:block}.wprm-spacer{background:none!important;display:block!important;font-size:0;height:10px;line-height:0;width:100%}.wprm-spacer+.wprm-spacer{display:none!important}.wprm-recipe-instruction-text .wprm-spacer,.wprm-recipe-notes .wprm-spacer,.wprm-recipe-summary .wprm-spacer{display:block!important}.wprm-temperature-container .wprm-temperature-icon img{display:inline-block;height:auto;margin-bottom:-.2em;vertical-align:text-bottom;width:1.6em}.wprm-toggle-switch-container{align-items:center;display:flex;margin:10px 0}.wprm-toggle-switch-container label{cursor:pointer;flex-shrink:0;font-size:1em;margin:0}.wprm-toggle-switch-container .wprm-prevent-sleep-description{font-size:.8em;line-height:1.1em;margin-left:10px}.wprm-toggle-switch{align-items:center;display:inline-flex;position:relative}.wprm-toggle-switch input{height:0;margin:0;min-width:0;opacity:0;padding:0;width:0}.wprm-toggle-switch .wprm-toggle-switch-slider{align-items:center;cursor:pointer;display:inline-flex;gap:5px;position:relative;-webkit-transition:.4s;transition:.4s;--switch-height:28px;height:var(--switch-height);--knob-size:calc(var(--switch-height)*0.8);--switch-off-color:#ccc;--switch-off-text:#333;--switch-off-knob:#fff;--switch-on-color:#333;--switch-on-text:#fff;--switch-on-knob:#fff;background-color:var(--switch-off-color)}.wprm-toggle-switch .wprm-toggle-switch-slider:before{background-color:var(--switch-off-knob);content:"";height:var(--knob-size);left:calc(var(--knob-size)/5);position:absolute;-webkit-transition:.4s;transition:.4s;width:var(--knob-size)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider{background-color:var(--switch-on-color)}.wprm-toggle-switch input:focus+.wprm-toggle-switch-slider{box-shadow:0 0 0 3px rgb(0 0 0 / .12)}.wprm-toggle-switch input:checked+.wprm-toggle-switch-slider:before{background-color:var(--switch-on-knob);left:calc(100% - var(--knob-size) - var(--knob-size)/5)}.wprm-toggle-switch .wprm-toggle-switch-label{margin-left:10px}.wprm-toggle-switch-outside .wprm-toggle-switch-slider{width:calc(var(--switch-height)*2)}.wprm-toggle-switch-inside .wprm-toggle-switch-text{display:grid}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on{align-items:center;color:#fff;display:flex;font-size:calc(var(--switch-height)*.5);gap:5px;grid-area:1/1;opacity:0;transition:opacity .4s;white-space:nowrap}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon{align-items:center;display:inline-flex;margin-right:0}.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-off .wprm-recipe-icon svg,.wprm-toggle-switch-inside .wprm-toggle-switch-text .wprm-toggle-switch-on .wprm-recipe-icon svg{margin-top:0}.wprm-toggle-switch-inside .wprm-toggle-switch-slider{padding:5px 10px;padding-left:calc(var(--knob-size) + var(--knob-size)/5 + 5px);padding-right:10px}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-off{color:var(--switch-off-text);opacity:1}.wprm-toggle-switch-inside .wprm-toggle-switch-slider .wprm-toggle-switch-on{color:var(--switch-on-text);opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider{padding-left:10px;padding-right:calc(var(--knob-size) + var(--knob-size)/5 + 5px)}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-off{opacity:0}.wprm-toggle-switch-inside input:checked+.wprm-toggle-switch-slider .wprm-toggle-switch-on{opacity:1}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider{border-radius:999px}.wprm-toggle-switch-rounded .wprm-toggle-switch-slider:before{border-radius:50%}.wprm-toggle-container button.wprm-toggle{border:none;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:none;text-transform:inherit;white-space:nowrap}.wprm-toggle-container button.wprm-toggle:focus{outline:none}.wprm-toggle-buttons-container{--wprm-toggle-button-background:#fff;--wprm-toggle-button-accent:#333;--wprm-toggle-button-radius:3px;align-items:stretch;background-color:var(--wprm-toggle-button-background);border:1px solid var(--wprm-toggle-button-accent);border-radius:var(--wprm-toggle-button-radius);color:var(--wprm-toggle-button-accent);display:inline-flex;flex-shrink:0;overflow:hidden}.wprm-toggle-buttons-container button.wprm-toggle{background-color:var(--wprm-toggle-button-accent);border-left:1px solid var(--wprm-toggle-button-accent);color:var(--wprm-toggle-button-background);padding:5px 10px}.wprm-toggle-buttons-container button.wprm-toggle:first-child{border-left:0;border-right:0}.wprm-toggle-buttons-container button.wprm-toggle.wprm-toggle-active .wprm-toggle-icon-inactive{display:none}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active){background:none!important;color:inherit!important}.wprm-toggle-buttons-container button.wprm-toggle:not(.wprm-toggle-active) .wprm-toggle-icon-active{display:none}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon{margin:0}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon svg{margin-top:-.3em}.wprm-toggle-buttons-container button.wprm-toggle .wprm-toggle-icon+.wprm-toggle-text{margin-left:10px}.rtl .wprm-toggle-buttons-container button.wprm-toggle{border-left:0;border-right:1px solid var(--wprm-toggle-button-accent)}.wprm-toggle-pills-container{--wprm-toggle-pills-height:28px;--wprm-toggle-pills-gap:10px;--wprm-toggle-pills-radius:999px;--wprm-toggle-pills-background:#fff;--wprm-toggle-pills-border:#333;--wprm-toggle-pills-text:#333;--wprm-toggle-pills-active-background:#333;--wprm-toggle-pills-active-border:#333;--wprm-toggle-pills-active-text:#fff;align-items:center;display:inline-flex;gap:var(--wprm-toggle-pills-gap)}.wprm-toggle-pills-container button.wprm-toggle{align-items:center;background-color:var(--wprm-toggle-pills-background);border:1px solid var(--wprm-toggle-pills-border);border-radius:var(--wprm-toggle-pills-radius);color:var(--wprm-toggle-pills-text);display:inline-flex;font-size:calc(var(--wprm-toggle-pills-height)*.5);height:var(--wprm-toggle-pills-height);justify-content:center;margin:0;min-width:var(--wprm-toggle-pills-height);padding:0;width:auto}.wprm-toggle-pills-container button.wprm-toggle.wprm-toggle-active{background-color:var(--wprm-toggle-pills-active-background);border:1px solid var(--wprm-toggle-pills-active-border);color:var(--wprm-toggle-pills-active-text)}.wprm-recipe-header+.wprm-recipe-video{margin-top:10px}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#fff0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:.8em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:20px 0}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;white-space:pre-line;box-shadow:1px 1px 3px #CCC;padding:17px;margin:17px 0}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none;font-family:sans-serif}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*,input[type="search"]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.author-box:after,.clear:after,.clearfix:after,.entry:after,.entry-content:after,.footer-widgets:after,.nav-primary:after,.nav-secondary:after,.pagination:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.widget:after,.widget-area:after,.after-entry:after,.comment-respond:after,.wrap:after{clear:both;content:" ";display:table}.clear,.clear-line{clear:both;margin-bottom:30px}body{background:#fff;color:#302a2c;font-family:"Libre Baskerville",Georgia,serif;font-size:100%;font-weight:400;letter-spacing:.02em;line-height:1.8}a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus{-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}::-moz-selection{background:#111;color:#fff}::selection{background:#111;color:#fff}a{color:#135846;text-decoration:underline}a:hover img,a:focus img{opacity:.9;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}a:hover,a:focus{color:#302a2c}hr{background:#fff0;border-top:1px solid #eee;color:#fff;margin-bottom:40px}p{margin:5px 0 15px;padding:0}strong{font-weight:600}ol,ul{margin:0;padding:0}blockquote,blockquote::before{color:#333}blockquote{margin:0;padding:22px 0 22px 20px}blockquote::before{content:"\201C";display:block;font-size:30px;height:0;position:relative;top:-10px;left:-20px}pre{background:#111;color:#ccc;overflow:scroll;padding:0 20px;white-space:pre}cite{font-style:normal}h1,h2,h3,h4,h5,h6{font-family:"Lato",Helvetica,sans-serif;letter-spacing:3px;margin:21px 0;padding:0;text-transform:uppercase}h1 a{font-style:normal}h1{font-size:2em}h2{font-size:1.625em}h3{font-size:1.375em}h4{font-size:1.125em}h5{font-size:1em}h6{font-size:1em}embed,iframe,img,object,video,.wp-caption{max-width:100%}img{height:auto}.featured-content img,.gallery img{margin-bottom:0;width:auto}.gallery{overflow:hidden}.gallery-item{float:left;margin:0 0 28px;text-align:center}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6666%}.gallery-columns-7 .gallery-item{width:14.2857%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1111%}.gallery img{border:1px solid #eee;height:auto;padding:4px}.gallery img:hover,.gallery img:focus{border:1px solid #999}input,select,textarea{border:1px solid #eee;-webkit-box-shadow:0 0 0 #fff;-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff;color:#333;font-style:italic;font-weight:300;letter-spacing:.5px;padding:10px;width:100%}input:focus,textarea:focus{outline:none}::-moz-placeholder{color:#000}::-webkit-input-placeholder{color:#000}.button,.button-secondary,button,input[type="button"],input[type="reset"],input[type="submit"]{background:#302a2c;border:1px solid #302a2c;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;font-family:"Lato",Helvetica,Arial,sans-serif;font-style:normal;font-weight:300;letter-spacing:.5px;padding:15px 20px;text-transform:uppercase;width:auto}input[type="submit"]{letter-spacing:2px}.button:hover,.button:focus,button:hover,button:focus,input:hover[type="button"],input:focus[type="button"],input:hover[type="reset"],input:focus[type="reset"],input:hover[type="submit"],input:focus[type="submit"]{background:#fff;color:#302a2c}.button-secondary{background:#f5f5f5;color:#302a2c}.button-secondary:hover,.button-secondary:focus{background:#302a2c;color:#fff}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button{display:none}.site-container{margin:0 auto}.site-inner,.wrap{margin:0 auto;max-width:1140px}.site-inner{margin:24px auto;padding:24px 37px}.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content{width:900px}.content-sidebar-sidebar .content-sidebar-wrap{float:left}.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content{float:right}.content{float:right;width:720px}.content-sidebar .content,.content-sidebar-sidebar .content,.sidebar-content-sidebar .content{float:left}.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-sidebar-content .content{width:500px}.full-width-content .content,.full-width-slim .content{float:none;width:100%}.full-width-slim .content{margin:0 auto;max-width:750px}.sidebar-primary{float:right;width:300px}.sidebar-content .sidebar-primary,.sidebar-sidebar-content .sidebar-primary{float:left}.sidebar-secondary{float:left;width:160px}.content-sidebar-sidebar .sidebar-secondary{float:right}.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds{float:left;margin-left:2.564102564102564%}.one-half,.three-sixths,.two-fourths{width:48.717948717948715%}.one-third,.two-sixths{width:31.623931623931625%}.four-sixths,.two-thirds{width:65.81196581196582%}.one-fourth{width:23.076923076923077%}.three-fourths{width:74.35897435897436%}.one-sixth{width:14.52991452991453%}.five-sixths{width:82.90598290598291%}.first{clear:both;margin-left:0}.brunch-pro .sidebar .widget_search{border:0}.search-form input{clear:none;display:inline;float:left;margin-bottom:0;padding:14px 20px;width:61.8%}.search-form input[type="submit"]{clear:none;float:right;font-weight:400;letter-spacing:2px;padding:14px 20px;width:38.2%}.sidebar-secondary .search-form input{display:block;width:100%}.sidebar-secondary .search-form input[type="submit"]{display:none}img.centered,.aligncenter,.aligncenter img{display:block;margin:0 auto 22px}img.alignnone{margin-bottom:12px}.alignleft{float:left;margin-right:40px;max-width:100%;text-align:left}.sidebar .alignleft{margin-right:10px}.alignright{float:right;margin-left:40px;max-width:100%;text-align:right}img.alignleft,.wp-caption.alignleft{margin:0 22px 22px 0}img.alignright,.wp-caption.alignright{margin:0 0 22px 22px}.wp-caption-text{font-style:italic;margin:0;text-align:center}.wp-caption{max-width:100%!important}.widget_calendar table{width:100%}.widget_calendar td{text-align:center}figcaption{text-align:center}@media only screen and (min-width:600px){figcaption{font-size:.8em}}.breadcrumb{font-size:.8em;margin-bottom:20px}.archive-description,.author-box{margin-bottom:20px}.archive-description{padding:20px 20px 22px}.author-box{padding:20px}.author-box-title{color:#111;margin-bottom:4px;margin-top:0}.author-box p{margin:0}.author-box .avatar{margin-right:22px}.entry-title{margin-top:21px;line-height:1.2;margin-bottom:15px;text-align:center;overflow-wrap:break-word}.page .entry-title{margin-bottom:16px}.sidebar .entry-title{font-weight:300;letter-spacing:1px;text-align:left}h1.entry-title,.entry-title a,.sidebar .widgettitle a{color:#302a2c;font-style:normal;text-decoration:none}.widgettitle{color:#302a2c;font-weight:400;letter-spacing:2px;margin:0 0 10px;text-align:center;text-transform:uppercase}.sidebar .widgettitle,.footer-widgets .widgettitle{text-align:left}.sidebar .widgettitle a{border:none}.archive-title{margin-bottom:22px}.home .entry-title{font-size:1.2em}.home .content .widget-title{font-size:1.6em}.screen-reader-text,.screen-reader-text span,.screen-reader-shortcut{background:#fff;border:0;clip:rect(0,0,0,0);color:#302a2c;height:1px;overflow:hidden;position:absolute!important;width:1px}.screen-reader-text:focus,.screen-reader-shortcut:focus,.genesis-nav-menu .search input[type="submit"]:focus,.widget_search input[type="submit"]:focus{-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:1em;font-weight:700;height:auto;padding:15px 23px 14px;text-decoration:none;width:auto;z-index:100000}.more-link{position:relative}.genesis-skip-link li{height:0;list-style:none;width:0}.featured-content .entry{border-bottom:1px solid #eee;margin-bottom:40px;padding-bottom:20px}.home-top .featured-content .entry{border:0;margin-bottom:0}.featured-content .alignleft,.featured-content .alignright{max-width:40%}.user-profile .alignleft{margin-right:20px}.user-profile .alignright{margin-left:20px}.user-profile .avatar-45{border:3px solid #fff;-webkit-border-radius:45px;border-radius:45px}.user-profile .avatar-65{border:3px solid #fff;-webkit-border-radius:65px;border-radius:65px}.user-profile .avatar-85{border:3px solid #fff;-webkit-border-radius:85px;border-radius:85px}.user-profile .avatar-125{border:3px solid #fff;-webkit-border-radius:125px;border-radius:125px}.home-top .enews-widget{font-size:.8em;border-top:1px solid #eee;margin-top:20px;padding:40px 0}.enews-widget .widgettitle{clear:left;float:left;line-height:50px;margin:0 20px 0 0;width:auto}.enews-widget p{clear:none;float:left;font-style:italic;line-height:50px;margin:0 20px 0 0;width:auto}.enews-widget form{clear:none;float:right;min-width:50%;width:auto}.enews-widget input{border:1px solid #000;clear:none;display:inline;float:left;margin-bottom:10px;padding:14px 20px}.enews-widget input[type="email"]{width:61.8%}.enews-widget input[type="submit"]{clear:none;float:right;padding:14px 20px;width:38.2%}.footer-widgets .enews-widget .widgettitle,.footer-widgets .enews-widget p,.footer-widgets .enews-widget form,.sidebar .enews-widget .widgettitle,.sidebar .enews-widget p,.sidebar .enews-widget form,.sidebar .enews-widget input,.sidebar .enews-widget input[type="submit"]{clear:both;display:block;float:none;width:100%}.footer-widgets .enews-widget input{font-size:10px}.sidebar .enews-widget input{border:1px solid #eee;margin-bottom:10px}div.gform_wrapper input[type="email"],div.gform_wrapper input[type="text"],div.gform_wrapper textarea,div.gform_wrapper .ginput_complex label{padding:8px}div.gform_wrapper .ginput_complex label{padding:0}div.gform_wrapper li,div.gform_wrapper form li{margin:16px 0 0}img[data-lazy-src]{opacity:0}img.lazyloaded{-webkit-transition:opacity .5s linear 0.2s;-moz-transition:opacity .5s linear 0.2s;transition:opacity .5s linear 0.2s;opacity:1}.before-header .widget{margin:0 auto;padding:40px 0;text-align:center}.home-top{border-bottom:1px solid #eee;margin-bottom:60px}.home .one-third .entry-title,.home .one-fourth .entry-title,.home .one-sixth .entry-title{text-align:center}.recipe-index{margin-top:-20px}.recipe-index .widget{border-bottom:1px solid #eee;padding:20px 0}.footer-widgets .featured-content .entry,.recipe-index .featured-content .entry,.sidebar .featured-content .entry{border-bottom:0;margin-bottom:10px;padding-bottom:0}.recipe-index .featuredpost h2,.archive .one-third .entry-title,.archive .one-fourth .entry-title,.archive .one-sixth .entry-title,.search .one-third .entry-title,.search .one-fourth .entry-title,.search .one-sixth .entry-title,.page-template-page_blog .one-third .entry-title,.page-template-page_blog .one-fourth .entry-title,.page-template-page_blog .one-sixth .entry-title{font-weight:400;letter-spacing:.5px;text-transform:none}.site-header{background-color:#f5f5f5}.site-header .wrap{padding:15px 0}.title-area{display:inline-block;font-family:"Lato",Helvetica,sans-serif;font-weight:400;margin:0;padding:20px 0;text-align:center;width:320px}.header-image .site-description{line-height:0}.header-image .title-area{padding:0}.site-title{font-size:3em;font-weight:300;letter-spacing:4px;line-height:.8;margin:0;text-transform:uppercase}.site-title a{color:#302a2c;font-style:normal;text-decoration:none;min-height:50px}.site-title a:hover,.site-title a:focus{color:#302a2c}.site-description{font-weight:300;letter-spacing:.5px;margin:5px 0 0;text-transform:none}.header-full-width .title-area,.header-full-width .site-title{width:100%}.header-image .site-title a{width:100%}.site-header .widget-area,.site-header .widget-area .genesis-nav-menu{float:right;text-align:right;width:760px}.header-image .site-header .widget-area{padding:20px 0}.site-header .search-form{float:right;margin-top:22px}.site-header .widget-area .genesis-nav-menu{padding:40px 0}.genesis-nav-menu{clear:both;padding:0;text-align:center;width:100%}.genesis-nav-menu .menu-item{display:inline-block;font-family:"Lato",Helvetica,sans-serif;font-weight:400;letter-spacing:2px;line-height:1;margin:0;padding:0;text-align:left;min-height:52px}.genesis-nav-menu a{color:#302a2c;display:block;font-style:normal;padding:20px 25px;position:relative;text-decoration:none;text-transform:uppercase}.genesis-nav-menu a:hover,.genesis-nav-menu a:focus,.genesis-nav-menu .current-menu-item>a,.genesis-nav-menu .sub-menu .current-menu-item>a:hover,.genesis-nav-menu .sub-menu .current-menu-item>a:focus{color:#000}.genesis-nav-menu .sub-menu{border-bottom:5px solid #000;opacity:0;position:absolute;left:-9999px;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out;width:200px;z-index:2000}.genesis-nav-menu .sub-menu a{background-color:#fff;letter-spacing:1px;padding:20px;position:relative;width:200px}.genesis-nav-menu .sub-menu .sub-menu{margin:-52px 0 0 200px}.genesis-nav-menu .menu-item:hover,.genesis-nav-menu .menu-item:focus,.genesis-nav-menu .menu-item.menu-item-hover{position:static}.genesis-nav-menu .sub-menu .current-menu-item>a{color:#333}.genesis-nav-menu .sub-menu a:hover,.genesis-nav-menu .sub-menu a:focus,.genesis-nav-menu .sub-menu .current-menu-item>a:hover,.genesis-nav-menu .sub-menu .current-menu-item>a:focus{background:#302a2c;color:#fff}.genesis-nav-menu .menu-item:hover>.sub-menu,.genesis-nav-menu .menu-item:focus>.sub-menu,.genesis-nav-menu .menu-item.menu-item-hover>.sub-menu{opacity:1;left:auto}.genesis-nav-menu>.first>a{padding-left:0}.genesis-nav-menu>.last>a{padding-right:0}.genesis-nav-menu>.right{color:#fff;float:right;list-style-type:none;padding:30px 0}.genesis-nav-menu>.right>a{display:inline;padding:0}.genesis-nav-menu>.rss>a{margin-left:48px}.genesis-nav-menu>.search{padding:10px 0 0}.sidebar .menu-item a{text-decoration:none}.menu-item input{min-height:52px}.genesis-nav-menu #feast-search{vertical-align:middle;margin:0;padding:0}.genesis-nav-menu .search-form-input{width:100%;background:#F9F9F9 url(https://vegetarianmamma.com/wp-content/themes/brunchpro-v442/images/search.svg) center right 10px no-repeat;background-size:27px 27px}.genesis-nav-menu .search-form-submit{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;padding:0;position:absolute;width:1px}#feast-search input[type="submit"]{display:none}.menu-toggle,.sub-menu-toggle{display:none;visibility:hidden}.site-header .sub-menu{border-top:1px solid #eee;margin:0 0 20px}.site-header .sub-menu .sub-menu{margin-top:-55px}.nav-primary{margin:0}.nav-secondary{margin:0 auto 20px}.nav-secondary .wrap{border-bottom:1px solid #eee}.entry{margin-bottom:20px;padding:0 0 22px}.entry-content .attachment a,.entry-content .gallery a{border:none}.entry-content ol,.entry-content p,.entry-content ul,.quote-caption{margin-bottom:30px}.entry-content ol li,.entry-content ul li{margin-left:20px}.entry-content ol li{list-style-type:decimal}.entry-content ul li{list-style-type:disc}.entry-content ol ol,.entry-content ul ul,.entry-content .wp-caption p{margin-bottom:20px}.entry-meta{font-family:"Lato",Helvetica,sans-serif;font-size:.8em;font-weight:300;letter-spacing:1px;margin:0 auto 5px;text-align:center;text-transform:uppercase}.entry-meta a{color:#302a2c;font-style:normal}.entry-footer .entry-meta{border-bottom:1px solid #eee;border-top:1px solid #eee;padding:20px 0}.entry-comments-link::before{content:"\2014";margin:0 6px 0 2px}.entry-categories,.entry-tags{display:block}a.more-link,.more-from-category a{background:#302a2c;border:1px solid #302a2c;color:#fff;display:table;font-family:"Lato",Helvetica,sans-serif;font-style:normal;font-weight:300;letter-spacing:2px;margin:0 auto;padding:15px 40px;text-decoration:none;text-transform:uppercase}.more-link{margin-top:15px}.more-from-category{clear:both;display:block;float:none;text-align:center}.more-from-category a{margin:40px auto}a.more-link:hover,a.more-link:focus,.more-from-category a:hover,.more-from-category a:focus{background:#fff;color:#302a2c}.archive-pagination{clear:both;margin:20px 0}.archive-pagination li{border:1px solid #eee;display:inline;padding:5px 10px}li.pagination-next,li.pagination-previous{border:0!important}.archive-pagination a{color:#302a2c;letter-spacing:2px;text-decoration:none;text-transform:uppercase}.archive-pagination a:hover,.archive-pagination a:focus,.archive-pagination li.active a{color:#302a2c}.pagination{clear:both;margin:37px 0}.adjacent-entry-pagination{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-bottom:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.adjacent-entry-pagination .pagination-previous,.adjacent-entry-pagination .pagination-next{display:block;padding:37px;border-top:1px solid #ddd;margin-bottom:0;width:50%}.adjacent-entry-pagination .pagination-previous{border-right:1px solid #ddd;margin-right:-1px}.adjacent-entry-pagination .pagination-next{margin:0}@media only screen and (max-width:767px){.adjacent-entry-pagination .pagination-previous,.adjacent-entry-pagination .pagination-next{text-align:center;width:100%}.adjacent-entry-pagination .pagination-previous{border-right:0;margin-right:0}}.comment-respond,.entry-comments{padding:20px 0}.comment-respond,.entry-comments,.ping-list{margin-bottom:20px}.entry-comments h3,.comment-respond h3{color:#302a2c;letter-spacing:1.5px;text-transform:uppercase}.entry-comments .comment-author{margin:0}.comment-respond input[type="email"],.comment-respond input[type="text"],.comment-respond input[type="url"]{width:50%}.comment-respond label{display:block;margin-right:12px}.comment-list li,.ping-list li{list-style-type:none;margin-top:22px;padding:32px}.comment-list li li{margin-right:-32px}li.comment{border-top:1px solid #eee}.comment .avatar{display:inline;float:left;margin:0 16px 22px 0}.form-allowed-tags{background:#f5f5f5;font-size:.8em;padding:22px}.comment-meta a{color:#302a2c;text-decoration:none}.comment-time a,.comment-time{color:#333}.comment-reply a{padding:2px 5px}.comment-reply a:hover,.comment-reply a:focus{background:#eee}.comment-content{overflow-wrap:break-word}.sidebar .widget{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:40px}.sidebar a{color:#302a2c}.cat-item{list-style-type:none}.footer-widgets{padding:20px 0 0}.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{float:left;margin-left:2.564102564102564%;width:31.623931623931625%}.footer-widgets-1{margin-left:0}.footer-widgets-1,.footer-widgets-2{float:left}.footer-widgets-3{float:right}.footer-widgets-4{clear:both;width:100%}.footer-widgets .widget{margin-bottom:10px}.footer-widgets li{list-style-type:none;margin-bottom:6px;word-wrap:break-word}.footer-widgets .search-form{width:100%}.footer-widgets .search-form input:focus{border:1px solid #eee}.footer-widgets img{margin:0}.footer-widgets .featured-content,.footer-widgets .featuredpost{background:#fff0;max-width:95%}.footer-widgets .entry{background:#fff;padding:5px}.site-footer{font-family:"Lato",Helvetica,sans-serif;letter-spacing:2px;padding:20px 0;text-align:center;text-transform:uppercase}.site-footer a{color:#302a2c;font-style:normal;text-decoration:none}.site-footer p{margin:0}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5){.header-image .site-header{-webkit-background-size:contain!important;background-size:contain!important}}@media only screen and (min-width:1200px){.sidebar .entry-title{font-size:1em;text-overflow:hidden}}@media only screen and (max-width:1200px){.site-inner,.wrap{max-width:960px;overflow:hidden}.site-inner{margin:20px auto}.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content{width:720px}.content,.site-header .widget-area{width:720px}.sidebar-content-sidebar .content,.sidebar-sidebar-content .content,.content-sidebar-sidebar .content{width:400px}.genesis-nav-menu a,.genesis-nav-menu>.first>a,.genesis-nav-menu>.last>a{padding:16px}.sidebar-primary{width:300px}.enews-widget .widgettitle,.enews-widget p,.enews-widget form{clear:both;display:block;float:none;text-align:center;width:100%}}@media only screen and (max-width:1023px){.content,.content-sidebar-sidebar .content,.content-sidebar-sidebar .content-sidebar-wrap,.footer-widgets-1,.footer-widgets-2,.footer-widgets-3,.alt-sidebar-content .content-sidebar-wrap,.alt-sidebar-content .content,.sidebar-content-sidebar .content,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-primary,.sidebar-secondary,.sidebar-sidebar-content .content,.sidebar-sidebar-content .content-sidebar-wrap,.site-header .widget-area,.site-inner,.title-area,.wrap{width:100%}.header-image .site-header .wrap{background-position:center top}.header-image .site-header .widget-area{padding:0}.site-inner{padding-left:5%;padding-right:5%}.archive-description,.author-box,.entry,.entry-comments,.entry-footer .entry-meta,.sidebar .widget,.site-header,.comment-respond{padding:20px 0}.genesis-nav-menu li,.site-header ul.genesis-nav-menu,.site-header .search-form{float:none}.genesis-nav-menu,.site-description,.site-header .title-area,.site-header .search-form,.site-title{text-align:center}.site-header .search-form{margin:16px auto}.genesis-nav-menu li.right{display:none}.entry-footer .entry-meta{margin:0;padding-top:12px}.sidebar .widget.enews-widget{padding:20px}.footer-widgets{padding:20px 5% 16px}.footer-widgets-1{margin:0}}@media only screen and (max-width:940px){.menu-toggle,.sub-menu-toggle{display:block;visibility:visible}.menu-toggle{background:#fff0;border-bottom:1px solid #eee;border-top:1px solid #eee;cursor:pointer;min-height:52px;position:relative;width:100%}.menu-toggle span{margin-left:-10px;top:23px;left:50%}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{background:#555;-webkit-border-radius:1px;border-radius:1px;content:"";cursor:pointer;display:block;height:3px;position:absolute;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;width:20px}.menu-toggle span:before{top:-5px}.menu-toggle span:after{bottom:-5px}.menu-toggle.active span{background:#fff0}.menu-toggle.active span:before,.menu-toggle.active span:after{top:0}.menu-toggle.active span:before{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu-toggle.active span:after{-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-toggle:hover,.menu-toggle:focus{background:#fff0}.sub-menu-toggle{color:#333;cursor:pointer;padding:14px 18px;position:absolute;top:0;right:0}.sub-menu-toggle:before{content:"+"}.sub-menu-toggle.active:before{content:"-"}nav{display:none;position:relative}#genesis-nav-primary{border-bottom:1px solid #9d9d9d}.genesis-nav-menu{border:none}.genesis-nav-menu .menu-item{border-bottom:1px solid #9d9d9d;display:block;position:relative;text-align:left}.genesis-nav-menu .menu-item:hover,.genesis-nav-menu .menu-item:focus{position:relative}.genesis-nav-menu .sub-menu{border-top:1px solid #9d9d9d;clear:both;display:none;opacity:1;position:static;width:100%}.genesis-nav-menu .sub-menu .menu-item:last-child{border-bottom:none}.genesis-nav-menu .sub-menu a{border:none;padding:16px 22px;position:relative;width:auto}.genesis-nav-menu .sub-menu a:hover,.genesis-nav-menu .sub-menu a:focus{background:#302a2c}.genesis-nav-menu .sub-menu .sub-menu{margin:0}.genesis-nav-menu .sub-menu .sub-menu a{padding-left:30px}.genesis-nav-menu .sub-menu .sub-menu .sub-menu a{padding-left:40px}.site-header .widget-area,.site-header .widget-area .genesis-nav-menu{width:100%}}@media only screen and (max-width:767px){.five-sixths,.four-sixths,.one-fourth,.one-half,.one-sixth,.one-third,.three-fourths,.three-sixths,.two-fourths,.two-sixths,.two-thirds,.first{clear:none;margin-left:2.564102564102564%;width:48.717948717948715%}.odd{clear:both;margin-left:0}.alignright,.alignleft,img.alignright,img.alignleft,.wp-caption.alignright,.wp-caption.alignleft{float:none;margin:0 auto 20px}}@media only screen and (max-width:420px){.after-entry .widget{width:100%}.recipe-index .entry{margin:0;width:100%}.featured-content .alignleft,.featured-content .alignright,.sidebar .alignleft,.sidebar .entry-image{clear:both;float:none;margin:0 auto;max-width:100%}.sidebar .featured-content .entry{text-align:center}}@media only screen and (min-width:1023px){.sidebar-primary{font-size:.8em}.genesis-nav-menu #feast-search{margin:5px;padding:0 5px}.comment-author{float:left}.comment-meta{float:right}.wp-caption-text{font-size:.8em}}@font-face{font-family:'Lato';src:url(/wp-content/themes/brunchpro-v442/font/Lato-Bold.woff2) format('woff2'),url(/wp-content/themes/brunchpro-v442/font/Lato-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Libre Baskerville';src:url(/wp-content/themes/brunchpro-v442/font/LibreBaskerville-Bold.woff2) format('woff2'),url(/wp-content/themes/brunchpro-v442/font/LibreBaskerville-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Libre Baskerville';src:url(/wp-content/themes/brunchpro-v442/font/LibreBaskerville-Regular.woff2) format('woff2'),url(/wp-content/themes/brunchpro-v442/font/LibreBaskerville-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Libre Baskerville';src:url(/wp-content/themes/brunchpro-v442/font/LibreBaskerville-Italic.woff2) format('woff2'),url(/wp-content/themes/brunchpro-v442/font/LibreBaskerville-Italic.woff) format('woff');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Lato';src:url(/wp-content/themes/brunchpro-v442/font/Lato-Regular.woff2) format('woff2'),url(/wp-content/themes/brunchpro-v442/font/Lato-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}.brunch-pro .site-header{background:#fff}a,.site-footer a:not(.button),.pagination-next:after,.pagination-previous:before{color:#5a25ea}.button,.button-secondary,button,input[type="button"],input[type="reset"],input[type="submit"],.enews-widget input[type="submit"],div.gform_wrapper .gform_footer input[type="submit"],a.more-link,.more-from-category a{background:#000;border-color:#000}.button:hover,.button:focus,.button-secondary:hover,.button-secondary:focus,button:hover,button:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,.enews-widget input[type="submit"]:hover,.enews-widget input[type="submit"]:focus,div.gform_wrapper .gform_footer input[type="submit"]:hover,div.gform_wrapper .gform_footer input[type="submit"]:focus,a.more-link:hover,a.more-link:focus,.more-from-category a:hover,.more-from-category a:focus{border-color:#0017ef;color:#0017ef}.wprm-popup-modal-cook-mode{--wprm-cook-mode-background:var(--wprm-popup-background);--wprm-cook-mode-text-primary:var(--wprm-popup-content);--wprm-cook-mode-primary:var(--wprm-popup-accent);--wprm-cook-mode-font-size:var(--wprm-popup-font-size);--wprm-cook-mode-border:#ddd;--wprm-cook-mode-border-base:rgba(0,0,0,.1);--wprm-cook-mode-primary-hover:color-mix(in srgb,var(--wprm-cook-mode-primary) 85%,#000);--wprm-cook-mode-background-secondary:color-mix(in srgb,var(--wprm-cook-mode-background) 96%,#000);--wprm-cook-mode-text-secondary:color-mix(in srgb,var(--wprm-cook-mode-text-primary) 60%,var(--wprm-cook-mode-background));--wprm-cook-mode-border-hover:color-mix(in srgb,var(--wprm-cook-mode-border) 60%,#000);--wprm-cook-mode-border-light:var(--wprm-cook-mode-border-base);--wprm-cook-mode-border-lighter:color-mix(in srgb,var(--wprm-cook-mode-border-base) 50%,transparent);--wprm-cook-mode-shadow:color-mix(in srgb,var(--wprm-cook-mode-border-base) 80%,#000)}@supports not (color:color-mix(in srgb,red,blue)){.wprm-popup-modal-cook-mode{--wprm-cook-mode-primary-hover:#636926;--wprm-cook-mode-background-secondary:#f5f5f5;--wprm-cook-mode-text-secondary:#666;--wprm-cook-mode-border-hover:#999;--wprm-cook-mode-border-lighter:rgba(0,0,0,.05);--wprm-cook-mode-shadow:rgba(0,0,0,.15)}}.wprm-popup-modal-cook-mode .wprm-cook-mode button[class*=wprm-cook-mode-]:not(.wprm-cook-mode-start-button):not(.wprm-cook-mode-nav-button):not(.wprm-cook-mode-timer-button):not(.wprm-cook-mode-unit-button):not(.wprm-cook-mode-servings-decrease):not(.wprm-cook-mode-servings-increase),.wprm-popup-modal-cook-mode .wprm-cook-mode input,.wprm-popup-modal-cook-mode .wprm-cook-mode select,.wprm-popup-modal-cook-mode .wprm-cook-mode textarea,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer button[class*=wprm-cook-mode-]:not(.wprm-cook-mode-start-button):not(.wprm-cook-mode-nav-button):not(.wprm-cook-mode-timer-button):not(.wprm-cook-mode-unit-button):not(.wprm-cook-mode-servings-decrease):not(.wprm-cook-mode-servings-increase),.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer select,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;display:inline-block;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:normal;line-height:inherit;margin:0;outline:none;padding:0;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;word-spacing:normal}.wprm-popup-modal-cook-mode .wprm-cook-mode button[class*=wprm-cook-mode-]:not(.wprm-cook-mode-start-button):not(.wprm-cook-mode-nav-button):not(.wprm-cook-mode-timer-button):not(.wprm-cook-mode-unit-button):not(.wprm-cook-mode-servings-decrease):not(.wprm-cook-mode-servings-increase),.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer button[class*=wprm-cook-mode-]:not(.wprm-cook-mode-start-button):not(.wprm-cook-mode-nav-button):not(.wprm-cook-mode-timer-button):not(.wprm-cook-mode-unit-button):not(.wprm-cook-mode-servings-decrease):not(.wprm-cook-mode-servings-increase){background:none;border:none;box-shadow:none;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=email],.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=number],.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=password],.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=search],.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=tel],.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=text],.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=url],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=email],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=number],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=password],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=search],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=tel],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=text],.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=url]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=email]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=email]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=number]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=number]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=password]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=password]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=search]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=search]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=tel]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=tel]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=text]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=text]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=url]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=url]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=email]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=email]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=number]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=number]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=password]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=password]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=search]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=search]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=tel]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=tel]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=text]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=text]::-webkit-outer-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=url]::-webkit-inner-spin-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=url]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=email]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=email]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=number]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=number]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=password]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=password]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=search]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=search]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=tel]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=tel]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=text]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=text]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=url]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-cook-mode input[type=url]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=email]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=email]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=number]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=number]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=password]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=password]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=search]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=search]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=tel]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=tel]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=text]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=text]::-webkit-search-decoration,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=url]::-webkit-search-cancel-button,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer input[type=url]::-webkit-search-decoration{-webkit-appearance:none}.wprm-popup-modal-cook-mode .wprm-popup-modal__container{border-radius:0;display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:500px;overflow:hidden;padding:0;width:100%}@media(min-width:768px){.wprm-popup-modal-cook-mode .wprm-popup-modal__container{border-radius:8px;height:800px;max-height:90vh;max-height:90dvh}}@media(orientation:landscape)and (max-height:600px){.wprm-popup-modal-cook-mode .wprm-popup-modal__container{max-height:100vh;max-height:100dvh}}.wprm-popup-modal-cook-mode .wprm-popup-modal__header{border-bottom:1px solid var(--wprm-cook-mode-border-light);flex-shrink:0;margin-bottom:0;padding:15px 20px}.wprm-popup-modal-cook-mode .wprm-popup-modal__content{flex:1;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer{background:var(--wprm-cook-mode-background);border-top:1px solid var(--wprm-cook-mode-border-light);flex-shrink:0;margin:0;padding:0}.wprm-cook-mode{font-size:var(--wprm-cook-mode-font-size)}.wprm-cook-mode,.wprm-cook-mode .wprm-cook-mode-screen{display:flex;flex-direction:column;height:100%;min-height:0}.wprm-cook-mode .wprm-cook-mode-screen{overflow-y:auto;-webkit-overflow-scrolling:touch}.wprm-cook-mode .wprm-cook-mode-image-container{background:var(--wprm-cook-mode-background-secondary);flex-shrink:0;max-height:50%;min-height:200px;overflow:hidden;position:relative;width:100%}.wprm-cook-mode .wprm-cook-mode-image-container .wprm-cook-mode-image{display:block;height:auto;object-fit:cover;width:100%}.wprm-cook-mode .wprm-cook-mode-controls{background:var(--wprm-cook-mode-background);border-bottom:1px solid var(--wprm-cook-mode-border-light);display:flex;flex-shrink:0;flex-wrap:wrap;gap:20px;padding:20px}.wprm-cook-mode .wprm-cook-mode-control{min-width:120px}.wprm-cook-mode .wprm-cook-mode-control .wprm-cook-mode-control-label{color:var(--wprm-cook-mode-text-secondary);display:block;font-size:calc(var(--wprm-cook-mode-font-size)*.75);font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.wprm-cook-mode .wprm-cook-mode-control.wprm-cook-mode-servings{flex:1}.wprm-cook-mode .wprm-cook-mode-control.wprm-cook-mode-units{flex:2}.wprm-cook-mode .wprm-cook-mode-servings-input-container{align-items:center;display:flex;gap:8px}.wprm-cook-mode .wprm-cook-mode-servings-input-container button{align-items:center;background:var(--wprm-cook-mode-background);border:1px solid var(--wprm-cook-mode-border);border-radius:4px;color:var(--wprm-cook-mode-text-primary);cursor:pointer;display:flex;font-size:calc(var(--wprm-cook-mode-font-size)*1.25);height:36px;justify-content:center;line-height:1;margin:0;padding:0;transition:all .2s ease;width:36px;-webkit-tap-highlight-color:#fff0}.wprm-cook-mode .wprm-cook-mode-servings-input-container button:hover:not(:disabled){background:var(--wprm-cook-mode-background-secondary);border-color:var(--wprm-cook-mode-border-hover)}.wprm-cook-mode .wprm-cook-mode-servings-input-container button:active:not(:disabled){transform:scale(.95)}.wprm-cook-mode .wprm-cook-mode-servings-input-container button:disabled{cursor:not-allowed;opacity:.5}.wprm-cook-mode .wprm-cook-mode-servings-input-container .wprm-cook-mode-servings-input{appearance:textfield;-moz-appearance:textfield;border:1px solid var(--wprm-cook-mode-border);border-radius:4px;flex:1;font-size:var(--wprm-cook-mode-font-size);height:36px;margin:0;min-width:40px;padding:0;text-align:center;width:100%}.wprm-cook-mode .wprm-cook-mode-servings-input-container .wprm-cook-mode-servings-input::-webkit-inner-spin-button,.wprm-cook-mode .wprm-cook-mode-servings-input-container .wprm-cook-mode-servings-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wprm-cook-mode .wprm-cook-mode-units-buttons{display:flex;gap:8px}.wprm-cook-mode .wprm-cook-mode-units-buttons .wprm-cook-mode-unit-button{background:var(--wprm-cook-mode-background);border:1px solid var(--wprm-cook-mode-border);border-radius:4px;color:var(--wprm-cook-mode-text-primary);cursor:pointer;flex:1;font-size:calc(var(--wprm-cook-mode-font-size)*.875);height:36px;margin:0;padding:0;transition:all .2s ease;-webkit-tap-highlight-color:#fff0}.wprm-cook-mode .wprm-cook-mode-units-buttons .wprm-cook-mode-unit-button:hover{background:var(--wprm-cook-mode-background-secondary);border-color:var(--wprm-cook-mode-border-hover)}.wprm-cook-mode .wprm-cook-mode-units-buttons .wprm-cook-mode-unit-button.active{background:var(--wprm-cook-mode-primary);border-color:var(--wprm-cook-mode-primary);color:var(--wprm-cook-mode-background)}.wprm-cook-mode .wprm-cook-mode-ingredients{padding:20px}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-section-title{color:var(--wprm-cook-mode-text-primary);font-size:calc(var(--wprm-cook-mode-font-size)*1.25);font-weight:600;margin:0 0 16px}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group{margin-bottom:24px}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group:last-child{margin-bottom:0}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredient-group-name{color:var(--wprm-cook-mode-text-secondary);font-size:calc(var(--wprm-cook-mode-font-size)*.875);font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list{list-style:none;margin:0;padding:0}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient{align-items:center;border-bottom:1px solid var(--wprm-cook-mode-border-lighter);color:var(--wprm-cook-mode-text-primary);display:flex;font-size:var(--wprm-cook-mode-font-size);gap:12px;line-height:1.5;padding:12px 0}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient:last-child{border-bottom:none}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient .wprm-cook-mode-ingredient-image{align-items:center;background:var(--wprm-cook-mode-background-secondary);border-radius:4px;display:flex;flex-shrink:0;height:50px;justify-content:center;overflow:hidden;width:50px}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient .wprm-cook-mode-ingredient-image img{display:block;height:100%;object-fit:cover;width:100%}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient .wprm-cook-mode-ingredient-content{align-items:baseline;display:flex;flex:1;flex-wrap:wrap;gap:4px;min-width:0}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient .wprm-cook-mode-ingredient-amount{font-weight:600}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient .wprm-cook-mode-ingredient-notes{color:var(--wprm-cook-mode-text-secondary);font-size:calc(var(--wprm-cook-mode-font-size)*.875)}.wprm-cook-mode .wprm-cook-mode-ingredients .wprm-cook-mode-ingredients-list .wprm-cook-mode-ingredient-group .wprm-cook-mode-ingredients-group-list .wprm-cook-mode-ingredient .wprm-cook-mode-ingredient-notes.wprm-cook-mode-ingredient-notes-separator-comma{margin-left:-4px}.wprm-cook-mode .wprm-cook-mode-equipment{border-top:1px solid var(--wprm-cook-mode-border-light);margin-top:0;padding:20px}.wprm-cook-mode .wprm-cook-mode-equipment .wprm-cook-mode-section-title{color:var(--wprm-cook-mode-text-primary);font-size:calc(var(--wprm-cook-mode-font-size)*1.25);font-weight:600;margin:0 0 16px}.wprm-cook-mode .wprm-cook-mode-equipment .wprm-cook-mode-equipment-list .wprm-cook-mode-equipment-items{list-style:none;margin:0;padding:0}.wprm-cook-mode .wprm-cook-mode-equipment .wprm-cook-mode-equipment-list .wprm-cook-mode-equipment-items .wprm-cook-mode-equipment-item{border-bottom:1px solid var(--wprm-cook-mode-border-lighter);color:var(--wprm-cook-mode-text-primary);font-size:var(--wprm-cook-mode-font-size);line-height:1.5;padding:12px 0}.wprm-cook-mode .wprm-cook-mode-equipment .wprm-cook-mode-equipment-list .wprm-cook-mode-equipment-items .wprm-cook-mode-equipment-item:last-child{border-bottom:none}.wprm-cook-mode .wprm-cook-mode-equipment .wprm-cook-mode-equipment-list .wprm-cook-mode-equipment-items .wprm-cook-mode-equipment-item .wprm-cook-mode-equipment-amount{font-weight:600;margin-right:4px}.wprm-cook-mode .wprm-cook-mode-equipment .wprm-cook-mode-equipment-list .wprm-cook-mode-equipment-items .wprm-cook-mode-equipment-item .wprm-cook-mode-equipment-notes{color:var(--wprm-cook-mode-text-secondary);font-size:calc(var(--wprm-cook-mode-font-size)*.875);margin-left:4px}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-footer{background:var(--wprm-cook-mode-background);border-top:none;padding:20px;width:100%}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-cooking-footer{width:100%}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;max-height:216px;overflow:scroll}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers:empty{display:none}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer{background:var(--wprm-cook-mode-background-secondary);border:1px solid var(--wprm-cook-mode-border-lighter);border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:10px 12px}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer.wprm-cook-mode-timer-finished{animation:wprmtimerblink 1s linear infinite;border-color:var(--wprm-cook-mode-primary)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-top{align-items:center;color:var(--wprm-cook-mode-text-primary);display:flex;font-size:calc(var(--wprm-cook-mode-font-size)*.9);gap:12px}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-top .wprm-cook-mode-timer-label{flex:1;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-top .wprm-cook-mode-timer-remaining{color:var(--wprm-cook-mode-text-primary);flex-shrink:0;font-family:monospace,sans-serif;font-size:calc(var(--wprm-cook-mode-font-size)*1.1)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-controls{align-items:center;display:flex;flex-shrink:0;gap:4px}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-controls .wprm-cook-mode-timer-button{align-items:center;background:var(--wprm-cook-mode-background);border:none;border-radius:4px;color:var(--wprm-cook-mode-text-primary);cursor:pointer;display:inline-flex;justify-content:center;margin:0;padding:5px;transition:background .2s ease,color .2s ease;-webkit-tap-highlight-color:#fff0}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-controls .wprm-cook-mode-timer-button:hover{color:var(--wprm-cook-mode-primary)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-controls .wprm-cook-mode-timer-button:hover svg path{fill:var(--wprm-cook-mode-primary)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-controls .wprm-cook-mode-timer-button svg{height:16px;width:16px}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-controls .wprm-cook-mode-timer-button svg path{fill:var(--wprm-cook-mode-text-primary)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-bar{background:var(--wprm-cook-mode-background);border-radius:3px;height:6px;overflow:hidden}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-timers .wprm-cook-mode-timer .wprm-cook-mode-timer-bar .wprm-cook-mode-timer-bar-fill{background:var(--wprm-cook-mode-primary);height:100%;transition:width .3s ease;width:0}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation{align-items:center;display:flex;gap:12px;justify-content:space-between}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-nav-button{align-items:center;background:var(--wprm-cook-mode-background);border:1px solid var(--wprm-cook-mode-border);border-radius:6px;color:var(--wprm-cook-mode-text-primary);cursor:pointer;display:flex;flex-shrink:0;font-size:calc(var(--wprm-cook-mode-font-size)*.875);justify-content:center;margin:0;padding:10px 16px;transition:all .2s ease;-webkit-tap-highlight-color:#fff0}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-nav-button:hover:not(:disabled){background:var(--wprm-cook-mode-background-secondary);border-color:var(--wprm-cook-mode-border-hover)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-nav-button:disabled{cursor:not-allowed;opacity:.5}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-nav-close,.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-nav-next{order:3}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-progress{flex:1;min-width:0}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-progress .wprm-cook-mode-progress-text{color:var(--wprm-cook-mode-text-secondary);font-size:calc(var(--wprm-cook-mode-font-size)*.75);margin-bottom:6px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-progress .wprm-cook-mode-progress-bar{background:var(--wprm-cook-mode-background-secondary);border-radius:3px;height:6px;overflow:hidden;width:100%}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-navigation .wprm-cook-mode-progress .wprm-cook-mode-progress-bar .wprm-cook-mode-progress-bar-fill{background:var(--wprm-cook-mode-primary);border-radius:3px;height:100%;transition:width .3s ease;width:0}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-start-button{background:var(--wprm-cook-mode-primary);border:none;border-radius:6px;box-shadow:none;color:var(--wprm-cook-mode-background);cursor:pointer;display:block;font-size:var(--wprm-cook-mode-font-size);font-weight:600;line-height:1.5;margin:0;padding:10px 16px;transition:all .2s ease;width:100%;-webkit-tap-highlight-color:#fff0}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-start-button:hover:not(:disabled){background:var(--wprm-cook-mode-primary-hover);box-shadow:0 4px 8px var(--wprm-cook-mode-shadow);transform:translateY(-1px)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-start-button:active:not(:disabled){transform:translateY(0)}.wprm-popup-modal-cook-mode .wprm-popup-modal__footer .wprm-cook-mode-start-button:disabled{cursor:not-allowed;opacity:.6}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instructions-container{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step{height:100%;min-height:0}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media{align-items:center;background:var(--wprm-cook-mode-background-secondary);display:flex;height:50%;justify-content:center;max-height:50%;overflow:hidden;width:100%}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media img{display:block;height:auto;max-height:100%;object-fit:contain;width:100%}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media iframe,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media video{display:block;height:auto;max-height:100%;width:100%}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video{height:100%!important;max-height:100%;width:100%!important}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-container,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-inner,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-layers,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-mediaelement,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-overlay,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-poster{max-height:100%;max-width:100%}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video .mejs-container,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video video,.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video video.wp-video-shortcode{height:100%!important;width:100%!important}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-media .wp-video video{object-fit:contain}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-text{color:var(--wprm-cook-mode-text-primary);font-size:calc(var(--wprm-cook-mode-font-size)*1.125);line-height:1.6;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch;align-items:flex-start;display:flex;gap:16px}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-text .wprm-cook-mode-step-number{align-items:center;background:var(--wprm-cook-mode-primary);border-radius:50%;color:var(--wprm-cook-mode-background);display:flex;flex-shrink:0;font-size:var(--wprm-cook-mode-font-size);font-weight:600;height:30px;justify-content:center;line-height:1;width:30px}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-text .wprm-cook-mode-step-text-content{flex:1;min-width:0}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-tips{display:flex;flex-direction:column;gap:8px;padding:0 20px 16px}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-tips .wprm-cook-mode-step-tip{align-items:flex-start;background:color-mix(in srgb,var(--wprm-cook-mode-tip-accent,var(--wprm-cook-mode-primary)) 12%,transparent);border-left:4px solid var(--wprm-cook-mode-tip-accent,var(--wprm-cook-mode-primary));border-radius:4px;color:var(--wprm-cook-mode-text-primary);display:flex;gap:10px;padding:10px 12px}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-tips .wprm-cook-mode-step-tip .wprm-cook-mode-step-tip-icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:1em;justify-content:center;line-height:1.45;min-height:1.45em;min-height:1lh}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-tips .wprm-cook-mode-step-tip .wprm-cook-mode-step-tip-text{flex:1;font-size:calc(var(--wprm-cook-mode-font-size)*.95);line-height:1.45;min-width:0}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-ingredients{background:var(--wprm-cook-mode-background-secondary);border-bottom:1px solid var(--wprm-cook-mode-border-lighter);flex-shrink:0;font-size:calc(var(--wprm-cook-mode-font-size)*.9);padding:10px 20px}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-ingredients .wprm-cook-mode-step-ingredients-list{list-style:none;margin:0;padding:0}.wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-ingredients .wprm-cook-mode-step-ingredients-list .wprm-cook-mode-step-ingredient{color:var(--wprm-cook-mode-text-primary);line-height:1.5;padding:4px 0}.rtl .wprm-cook-mode .wprm-cook-mode-screen-cooking .wprm-cook-mode-instruction-step .wprm-cook-mode-step-tips .wprm-cook-mode-step-tip{border-left:0;border-right:4px solid var(--wprm-cook-mode-tip-accent,var(--wprm-cook-mode-primary))}.wprm-cook-mode-instructions-container{touch-action:pan-y;-webkit-overflow-scrolling:touch}.wprm-cook-mode .wprm-cook-mode-screen-thank-you{align-items:center;display:flex;justify-content:center;padding:40px 20px}.wprm-cook-mode .wprm-cook-mode-screen-thank-you .wprm-cook-mode-thank-you-content{text-align:center}.wprm-cook-mode .wprm-cook-mode-screen-thank-you .wprm-cook-mode-thank-you-content .wprm-cook-mode-thank-you-text{color:var(--wprm-cook-mode-text-primary);font-size:calc(var(--wprm-cook-mode-font-size)*1.25);line-height:1.6;margin:0}#wprm-timer-container{align-items:center;background-color:#000;bottom:0;color:#fff;display:flex;font-family:monospace,sans-serif;font-size:24px;height:50px;left:0;line-height:50px;position:fixed;right:0;z-index:2147483647}#wprm-timer-container .wprm-timer-icon{cursor:pointer;padding:0 10px}#wprm-timer-container .wprm-timer-icon svg{display:table-cell;height:24px;vertical-align:middle;width:24px}#wprm-timer-container span{flex-shrink:0}#wprm-timer-container span#wprm-timer-bar-container{flex:1;padding:0 10px 0 15px}#wprm-timer-container span#wprm-timer-bar-container #wprm-timer-bar{border:3px solid #fff;display:block;height:24px;width:100%}#wprm-timer-container span#wprm-timer-bar-container #wprm-timer-bar #wprm-timer-bar-elapsed{background-color:#fff;border:0;display:block;height:100%;width:0}#wprm-timer-container.wprm-timer-finished{animation:wprmtimerblink 1s linear infinite}@keyframes wprmtimerblink{50%{opacity:.5}}.wprm-user-rating.wprm-user-rating-allowed .wprm-rating-star{cursor:pointer}.wprm-popup-modal-user-rating .wprm-popup-modal__container{max-width:500px;width:95%}.wprm-popup-modal-user-rating #wprm-user-ratings-modal-message{display:none}.wprm-popup-modal-user-rating .wprm-user-ratings-modal-recipe-name{margin:5px auto;max-width:350px;text-align:center}.wprm-popup-modal-user-rating .wprm-user-ratings-modal-stars-container{margin-bottom:5px;text-align:center}.wprm-popup-modal-user-rating .wprm-user-rating-modal-comment-suggestions-container{display:none}.wprm-popup-modal-user-rating .wprm-user-rating-modal-comment-suggestions-container .wprm-user-rating-modal-comment-suggestions{display:flex;flex-wrap:wrap;margin:-5px}.wprm-popup-modal-user-rating .wprm-user-rating-modal-comment-suggestions-container .wprm-user-rating-modal-comment-suggestion{border:1px dashed var(--wprm-popup-button-background);border-radius:5px;cursor:pointer;font-size:.8em;font-weight:700;margin:5px;padding:5px 10px}.wprm-popup-modal-user-rating .wprm-user-rating-modal-comment-suggestions-container .wprm-user-rating-modal-comment-suggestion:hover{border-style:solid}.wprm-popup-modal-user-rating input,.wprm-popup-modal-user-rating textarea{box-sizing:border-box}.wprm-popup-modal-user-rating textarea{border:1px solid #cecece;border-radius:4px;display:block;font-family:inherit;font-size:.9em;line-height:1.5;margin:0;min-height:75px;padding:10px;resize:vertical;width:100%}.wprm-popup-modal-user-rating textarea:focus::placeholder{color:#fff0}.wprm-popup-modal-user-rating .wprm-user-rating-modal-field{align-items:center;display:flex;margin-top:10px}.wprm-popup-modal-user-rating .wprm-user-rating-modal-field label{margin-right:10px;min-width:70px;width:auto}.wprm-popup-modal-user-rating .wprm-user-rating-modal-field input{border:1px solid #cecece;border-radius:4px;display:block;flex:1;font-size:.9em;line-height:1.5;margin:0;padding:5px 10px;width:100%}.wprm-popup-modal-user-rating.wprm-user-rating-modal-logged-in .wprm-user-rating-modal-comment-meta{display:none}.wprm-popup-modal-user-rating button{margin-right:5px}.wprm-popup-modal-user-rating button:disabled,.wprm-popup-modal-user-rating button[disabled]{cursor:not-allowed;opacity:.5}.wprm-popup-modal-user-rating #wprm-user-rating-modal-errors{color:darkred;display:inline-block;font-size:.8em}.wprm-popup-modal-user-rating #wprm-user-rating-modal-errors div,.wprm-popup-modal-user-rating #wprm-user-rating-modal-thank-you,.wprm-popup-modal-user-rating #wprm-user-rating-modal-waiting{display:none}fieldset.wprm-user-ratings-modal-stars{background:none;border:0;display:inline-block;margin:0;padding:0;position:relative}fieldset.wprm-user-ratings-modal-stars legend{left:0;opacity:0;position:absolute}fieldset.wprm-user-ratings-modal-stars br{display:none}fieldset.wprm-user-ratings-modal-stars input[type=radio]{border:0;cursor:pointer;float:left;height:16px;margin:0!important;min-height:0;min-width:0;opacity:0;padding:0!important;width:16px}fieldset.wprm-user-ratings-modal-stars input[type=radio]:first-child{margin-left:-16px}fieldset.wprm-user-ratings-modal-stars span{font-size:0;height:16px;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:80px}fieldset.wprm-user-ratings-modal-stars span svg{height:100%!important;width:100%!important}fieldset.wprm-user-ratings-modal-stars input:checked+span,fieldset.wprm-user-ratings-modal-stars input:hover+span{opacity:1}fieldset.wprm-user-ratings-modal-stars input:hover+span~span{display:none}.wprm-user-rating-summary{align-items:center;display:flex}.wprm-user-rating-summary .wprm-user-rating-summary-stars{margin-right:10px}.wprm-user-rating-summary .wprm-user-rating-summary-details{margin-top:2px}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-error{display:none}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-ratings{max-height:500px;overflow-y:scroll}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-rating{align-items:center;display:flex;justify-content:space-between}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-rating .wprm-popup-modal-user-rating-summary-rating-stars{margin:0 5px;width:7em}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-rating .wprm-popup-modal-user-rating-summary-rating-stars svg{height:1em!important;width:1em!important}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-rating .wprm-popup-modal-user-rating-summary-rating-name{flex:1;margin:0 5px;text-align:center}.wprm-popup-modal-user-rating-summary .wprm-popup-modal-user-rating-summary-rating .wprm-popup-modal-user-rating-summary-rating-date{margin:0 5px;text-align:right;width:160px}.rtl fieldset.wprm-user-ratings-modal-stars span{left:inherit;right:0}.rtl fieldset.wprm-user-ratings-modal-stars span svg{transform:scaleX(-1)}@supports(-webkit-touch-callout:none){.wprm-popup-modal-user-rating .wprm-user-rating-modal-field input,.wprm-popup-modal-user-rating textarea{font-size:16px}}.wprm-nutrition-label-layout{box-sizing:border-box}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-text-title{font-size:1.8em;font-weight:bolder;line-height:1.1em}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-text-subtitle{line-height:1em}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-text-disclaimer{font-size:.9em;opacity:.7}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-text-daily{font-weight:700;text-align:right}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-text-bold{font-weight:700}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-line{font-size:1px;height:5px}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-serving{display:flex}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-serving-big{font-size:1.1em;font-weight:700;justify-content:space-between}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient,.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-daily-container,.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-name-value-unit-container,.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-value-unit-container{display:flex}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient{border-top-style:solid;border-top-width:1px;justify-content:space-between}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-daily-container{font-weight:700}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-calories{border-top:none;font-size:1.4em;font-weight:700}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-calories .wprmp-nutrition-label-block-nutrient-daily-container,.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-calories .wprmp-nutrition-label-block-nutrient-extra-container{font-size:1.4em;margin-top:-.1em}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-main .wprmp-nutrition-label-block-nutrient-name{font-weight:700}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-child{margin-left:14px}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-subchild{margin-left:28px}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-child-line{padding-left:14px}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-subchild-line{padding-left:28px}.wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-other .wprmp-nutrition-label-block-nutrient-daily-container{font-weight:400}.rtl .wprm-nutrition-label-layout .wprmp-nutrition-label-block-text-daily{text-align:left}.rtl .wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-child{margin-left:0;margin-right:14px}.rtl .wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-subchild{margin-left:0;margin-right:28px}.rtl .wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-child-line{padding-left:0;padding-right:14px}.rtl .wprm-nutrition-label-layout .wprmp-nutrition-label-block-nutrient-subchild-line{padding-left:0;padding-right:28px}.wprm-recipe-advanced-servings-container{align-items:center;display:flex;flex-wrap:wrap;margin:5px 0}.wprm-recipe-advanced-servings-container a.wprm-recipe-advanced-servings-input,.wprm-recipe-advanced-servings-container a.wprm-recipe-advanced-servings-reset{text-decoration:none}.wprm-recipe-advanced-servings-container .wprm-recipe-advanced-servings-input-unit{margin-left:3px}.wprm-recipe-advanced-servings-container .wprm-recipe-advanced-servings-input-shape{margin-left:5px}.wprm-recipe-advanced-servings-container .wprm-recipe-advanced-servings-reset{font-size:.8em}.wprm-main-container-preview .wprm-recipe-advanced-servings-container a{cursor:pointer}.wprm-recipe-equipment-container,.wprm-recipe-ingredients-container,.wprm-recipe-instructions-container{counter-reset:wprm-advanced-list-counter}ol.wprm-advanced-list,ul.wprm-advanced-list{--wprm-advanced-list-top-position:0px;--wprm-advanced-list-left-position:0px;--wprm-advanced-list-background:#444;--wprm-advanced-list-text:#fff;--wprm-advanced-list-size:18px;--wprm-advanced-list-text-size:12px}ol.wprm-advanced-list.wprm-advanced-list-reset,ul.wprm-advanced-list.wprm-advanced-list-reset{counter-reset:wprm-advanced-list-counter}ol.wprm-advanced-list li,ul.wprm-advanced-list li{list-style-type:none}ol.wprm-advanced-list li:before,ul.wprm-advanced-list li:before{align-items:center;background-color:var(--wprm-advanced-list-background);border:0;border-radius:100%;color:var(--wprm-advanced-list-text);content:counter(wprm-advanced-list-counter);counter-increment:wprm-advanced-list-counter;display:flex;float:left;font-size:var(--wprm-advanced-list-text-size);font-weight:700;height:var(--wprm-advanced-list-size);justify-content:center;line-height:var(--wprm-advanced-list-text-size);margin:calc(2px + var(--wprm-advanced-list-top-position)) 0 0 calc(-32px + var(--wprm-advanced-list-left-position));width:var(--wprm-advanced-list-size)}ol.wprm-advanced-list li.wprm-recipe-instruction-tip:before,ul.wprm-advanced-list li.wprm-recipe-instruction-tip:before{content:none;counter-increment:none;display:none}.rtl ol.wprm-advanced-list li:before,.rtl ul.wprm-advanced-list li:before{float:right;margin:2px -32px 0 0}:root{--wprm-list-checkbox-size:18px;--wprm-list-checkbox-left-position:0px;--wprm-list-checkbox-top-position:0px;--wprm-list-checkbox-background:#fff;--wprm-list-checkbox-borderwidth:1px;--wprm-list-checkbox-border-style:solid;--wprm-list-checkbox-border-color:inherit;--wprm-list-checkbox-border-radius:0px;--wprm-list-checkbox-check-width:2px;--wprm-list-checkbox-check-color:inherit}.wprm-checkbox-container{margin-left:-16px}.rtl .wprm-checkbox-container{margin-left:0;margin-right:-16px}.wprm-checkbox-container input[type=checkbox]{margin:0!important;opacity:0;width:16px!important}.wprm-checkbox-container label.wprm-checkbox-label{display:inline!important;left:0;margin:0!important;padding-left:26px;position:relative}.wprm-checkbox-container label:after,.wprm-checkbox-container label:before{content:"";display:inline-block;position:absolute}.rtl ​.wprm-checkbox-container label:before{right:var(--wprm-list-checkbox-left-position)}.rtl .wprm-checkbox-container label:after{right:calc(var(--wprm-list-checkbox-left-position) + var(--wprm-list-checkbox-size)/4)}.wprm-checkbox-container label:before{background-color:var(--wprm-list-checkbox-background);border-color:var(--wprm-list-checkbox-border-color);border-radius:var(--wprm-list-checkbox-border-radius);border-style:var(--wprm-list-checkbox-border-style);border-width:var(--wprm-list-checkbox-borderwidth);height:var(--wprm-list-checkbox-size);left:var(--wprm-list-checkbox-left-position);top:var(--wprm-list-checkbox-top-position);width:var(--wprm-list-checkbox-size)}.wprm-checkbox-container label:after{border-bottom:var(--wprm-list-checkbox-check-width) solid;border-left:var(--wprm-list-checkbox-check-width) solid;border-color:var(--wprm-list-checkbox-check-color);height:calc(var(--wprm-list-checkbox-size)/4);left:calc(var(--wprm-list-checkbox-left-position) + var(--wprm-list-checkbox-size)/4);top:calc(var(--wprm-list-checkbox-top-position) + var(--wprm-list-checkbox-size)/4);transform:rotate(-45deg);width:calc(var(--wprm-list-checkbox-size)/2)}.wprm-checkbox-container input[type=checkbox]+label:after{content:none}.wprm-checkbox-container input[type=checkbox]:checked+label:after{content:""}.wprm-checkbox-container input[type=checkbox]:focus+label:before{outline:5px auto #3b99fc}.wprm-recipe-equipment li,.wprm-recipe-ingredients li,.wprm-recipe-instructions li{position:relative}.wprm-recipe-equipment li .wprm-checkbox-container,.wprm-recipe-ingredients li .wprm-checkbox-container,.wprm-recipe-instructions li .wprm-checkbox-container{display:inline-block;left:-32px;line-height:.9em;position:absolute;top:.25em}.wprm-recipe-equipment li.wprm-checkbox-is-checked,.wprm-recipe-equipment li.wprm-checkbox-is-checked .wprm-recipe-instruction-ingredient,.wprm-recipe-ingredients li.wprm-checkbox-is-checked,.wprm-recipe-ingredients li.wprm-checkbox-is-checked .wprm-recipe-instruction-ingredient,.wprm-recipe-instructions li.wprm-checkbox-is-checked,.wprm-recipe-instructions li.wprm-checkbox-is-checked .wprm-recipe-instruction-ingredient{text-decoration:line-through}.rtl .wprm-recipe-equipment li .wprm-checkbox-container,.rtl .wprm-recipe-ingredients li .wprm-checkbox-container,.rtl .wprm-recipe-instructions li .wprm-checkbox-container{left:inherit;right:-32px}.wprm-list-checkbox-container:before{display:none!important}.wprm-list-checkbox-container.wprm-list-checkbox-checked{text-decoration:line-through}.wprm-list-checkbox-container .wprm-list-checkbox:hover{cursor:pointer}.wprm-recipe-equipment-grid .eafl-disclaimer,.wprm-recipe-equipment-images .eafl-disclaimer{display:none}.wprm-recipe-equipment-images{display:flex;flex-wrap:wrap;margin:5px -5px}.wprm-recipe-equipment-images.wprm-recipe-equipment-images-align-center{justify-content:center}.wprm-recipe-equipment-images.wprm-recipe-equipment-images-align-right{justify-content:flex-end}.wprm-recipe-equipment-images.wprm-recipe-equipment-images-align-spaced{justify-content:space-evenly}.wprm-recipe-equipment-images a{background:0!important;border:0!important;box-shadow:none!important;float:none!important;margin:0!important;opacity:1!important;padding:0!important}.wprm-recipe-equipment-images .wprm-recipe-equipment-item{margin:5px}.wprm-recipe-equipment-images .wprm-recipe-equipment-item img{margin:0}.wprm-recipe-equipment-images .wprm-recipe-equipment-item .wprm-recipe-equipment-name{text-align:center}.wprm-recipe-equipment-grid{margin:5px -5px}.wprm-recipe-equipment-grid .wprm-recipe-equipment-item{margin:5px;max-width:100%;overflow:hidden;text-align:center}.wprm-recipe-equipment-grid .wprm-recipe-equipment-item img{margin:0 auto;max-width:100%}.wprm-recipe-equipment-grid .wprm-recipe-equipment-item .wprm-recipe-equipment-name{text-align:center}@media screen and (min-width:400px){.wprm-recipe-equipment-grid .wprm-recipe-equipment-grid-row{display:flex}.wprm-recipe-equipment-grid .wprm-recipe-equipment-item{flex:1 1 50%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-1 .wprm-recipe-equipment-item{flex:1 1 100%}}@media screen and (min-width:550px){.wprm-recipe-equipment-grid .wprm-recipe-equipment-item{flex:1 1 33.33%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-1 .wprm-recipe-equipment-item{flex:1 1 100%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-2 .wprm-recipe-equipment-item{flex:1 1 50%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-3 .wprm-recipe-equipment-item{flex:1 1 33.33%}}@media screen and (min-width:650px){.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-1 .wprm-recipe-equipment-item{flex:1 1 100%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-2 .wprm-recipe-equipment-item{flex:1 1 50%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-3 .wprm-recipe-equipment-item{flex:1 1 33.33%}.wprm-recipe-equipment-grid.wprm-recipe-equipment-grid-columns-4 .wprm-recipe-equipment-item{flex:1 1 25%}}.wprm-nutrition-label,html body .wprm-recipe-container .wprm-nutrition-label{border:1px solid #333;color:#000;display:inline-block;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:16px;max-width:250px;padding:5px;text-align:left!important}.wprm-nutrition-label .nutrition-title,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-title{font-size:24px;font-weight:700;line-height:24px}.wprm-nutrition-label .nutrition-serving,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-serving{font-size:10px;font-weight:700;line-height:14px}.wprm-nutrition-label .nutrition-item,.wprm-nutrition-label .nutrition-sub-item,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-item,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-sub-item{border-top:1px solid #333;clear:both}.wprm-nutrition-label .nutrition-sub-item,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-sub-item{margin-left:14px}.wprm-nutrition-label .nutrition-percentage,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-percentage{float:right}.wprm-nutrition-label .nutrition-line,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-line{background-color:#333;font-size:1px;height:5px}.wprm-nutrition-label .nutrition-line.nutrition-line-big,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-line.nutrition-line-big{height:10px}.wprm-nutrition-label .nutrition-warning,html body .wprm-recipe-container .wprm-nutrition-label .nutrition-warning{border-top:1px solid #333;clear:both;color:#999;font-size:10px;padding-top:5px}.rtl .wprm-nutrition-label,html body.rtl .wprm-recipe-container .wprm-nutrition-label{text-align:right!important}.rtl .wprm-nutrition-label .nutrition-sub-item,html body.rtl .wprm-recipe-container .wprm-nutrition-label .nutrition-sub-item{margin-left:0;margin-right:14px}.rtl .wprm-nutrition-label .nutrition-percentage,html body.rtl .wprm-recipe-container .wprm-nutrition-label .nutrition-percentage{float:left}.no-js .wprm-private-notes-container,.no-js .wprm-recipe-private-notes-header{display:none}.wprm-private-notes-container:not(.wprm-private-notes-container-disabled){cursor:pointer}.wprm-private-notes-container .wprm-private-notes-input,.wprm-private-notes-container .wprm-private-notes-user,.wprm-private-notes-container.wprm-private-notes-has-notes .wprm-private-notes-placeholder{display:none}.wprm-private-notes-container.wprm-private-notes-has-notes .wprm-private-notes-user{display:block}.wprm-private-notes-container.wprm-private-notes-editing .wprm-private-notes-placeholder,.wprm-private-notes-container.wprm-private-notes-editing .wprm-private-notes-user{display:none}.wprm-private-notes-container.wprm-private-notes-editing .wprm-private-notes-input{display:block}.wprm-private-notes-container .wprm-private-notes-user{white-space:pre-wrap}.wprm-private-notes-container .wprm-private-notes-input{box-sizing:border-box;height:100px;overflow:hidden;padding:5px;resize:none;width:100%}.wprm-print .wprm-private-notes-container{cursor:default}.wprm-print .wprm-private-notes-container .wprm-private-notes-input,.wprm-print .wprm-private-notes-container .wprm-private-notes-placeholder{display:none!important}.wprm-print .wprm-private-notes-container .wprm-private-notes-user{display:block!important}input[type=number].wprm-recipe-servings{display:inline;margin:0;padding:5px;width:60px}.wprm-recipe-servings-text-buttons-container{display:inline-flex}.wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{border-radius:0!important;display:inline;margin:0;outline:none;padding:0;text-align:center;vertical-align:top;width:40px}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change,.wprm-recipe-servings-text-buttons-container input[type=text].wprm-recipe-servings{border:1px solid #333;font-size:16px;height:30px;user-select:none}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change{background:#333;border-radius:3px;color:#fff;cursor:pointer;display:inline-block;line-height:26px;text-align:center;width:20px}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change:active{font-weight:700}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-decrement{border-bottom-right-radius:0!important;border-right:none;border-top-right-radius:0!important}.wprm-recipe-servings-text-buttons-container .wprm-recipe-servings-change.wprm-recipe-servings-increment{border-bottom-left-radius:0!important;border-left:none;border-top-left-radius:0!important}.wprm-recipe-servings-container .tippy-box{padding:5px 10px}input[type=range].wprm-recipe-servings-slider{-webkit-appearance:none;background:none;border:0;margin:0;min-width:150px;width:100%}input[type=range].wprm-recipe-servings-slider:focus{outline:none}input[type=range].wprm-recipe-servings-slider::-webkit-slider-runnable-track{background:#aaa;border:.5px solid #010101;border-radius:1.3px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d;cursor:pointer;height:9.2px;width:100%}input[type=range].wprm-recipe-servings-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:.7px solid #000;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:22px;margin-top:-6.9px;width:10px}input[type=range].wprm-recipe-servings-slider:focus::-webkit-slider-runnable-track{background:#bcbcbc}input[type=range].wprm-recipe-servings-slider::-moz-range-track{background:#aaa;border:.5px solid #010101;border-radius:1.3px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d;cursor:pointer;height:9.2px;width:100%}input[type=range].wprm-recipe-servings-slider::-moz-range-thumb{background:#fff;border:.7px solid #000;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:22px;width:10px}input[type=range].wprm-recipe-servings-slider::-ms-track{background:#fff0;border-color:#fff0;color:#fff0;cursor:pointer;height:9.2px;width:100%}input[type=range].wprm-recipe-servings-slider::-ms-fill-lower{background:#989898;border:.5px solid #010101;border-radius:2.6px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d}input[type=range].wprm-recipe-servings-slider::-ms-fill-upper{background:#aaa;border:.5px solid #010101;border-radius:2.6px;box-shadow:.5px .5px 1px #000,0 0 .5px #0d0d0d}input[type=range].wprm-recipe-servings-slider::-ms-thumb{background:#fff;border:.7px solid #000;border-radius:3px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:22px;height:9.2px;width:10px}input[type=range].wprm-recipe-servings-slider:focus::-ms-fill-lower{background:#aaa}input[type=range].wprm-recipe-servings-slider:focus::-ms-fill-upper{background:#bcbcbc}.wprm-recipe-share-options-popup-container{display:none!important}.wprm-recipe-share-options-popup-options{--wprm-share-popup-icon-color:#fff;--wprm-share-popup-icon-hover-color:#fff;--wprm-share-popup-text-color:#fff;--wprm-share-popup-text-hover-color:#fff;--wprm-share-popup-text-decoration:none;--wprm-share-popup-text-hover-decoration:underline;--wprm-share-popup-align:flex-start}.wprm-recipe-share-options-popup-options>a{display:flex;gap:10px;justify-content:var(--wprm-share-popup-align);padding:5px 10px;text-decoration:none}.wprm-recipe-share-options-popup-options>a .wprm-share-popup-icon{color:var(--wprm-share-popup-icon-color)}.wprm-recipe-share-options-popup-options>a .wprm-share-popup-text{color:var(--wprm-share-popup-text-color);text-decoration:var(--wprm-share-popup-text-decoration)}.wprm-recipe-share-options-popup-options>a:hover .wprm-share-popup-icon{color:var(--wprm-share-popup-icon-hover-color)}.wprm-recipe-share-options-popup-options>a:hover .wprm-share-popup-text{color:var(--wprm-share-popup-text-hover-color);text-decoration:var(--wprm-share-popup-text-hover-decoration)}.wprm-recipe-share-options-popup-options .wprm-share-popup-line{background-color:var(--wprm-share-popup-text-color);height:1px;margin:5px 10px;opacity:.3;width:calc(100% - 20px)}.wprm-recipe-tag-term{align-items:center;display:inline-flex;margin:5px}.wprm-recipe-tag-term .wprm-recipe-tag-term-image{display:flex}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-left{flex-direction:row}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-left .wprm-recipe-tag-term-image{margin-right:5px}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-right{flex-direction:row-reverse}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-right .wprm-recipe-tag-term-image{margin-left:5px}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-top{flex-direction:column}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-top .wprm-recipe-tag-term-image{margin-bottom:5px}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-bottom{flex-direction:column-reverse}.wprm-recipe-tag-term.wprm-recipe-tag-image-align-bottom .wprm-recipe-tag-term-image{margin-top:5px}.wprm-unit-conversion-container-links a.wprm-unit-conversion.wprmpuc-active{font-weight:700}.wprm-unit-conversion-container-buttons{align-items:stretch;border:1px solid #333;display:inline-flex;flex-shrink:0;overflow:hidden}.wprm-unit-conversion-container-buttons button.wprm-unit-conversion{border:none;border-radius:0;box-shadow:none;display:inline-block;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding:5px 10px;text-decoration:none;text-transform:inherit;white-space:nowrap}.wprm-unit-conversion-container-buttons button.wprm-unit-conversion:not(.wprmpuc-active){background:none!important;color:inherit!important}.wprm-unit-conversion-container-switch{display:inline-flex}.simple-social-icons svg[class^="social-"],.simple-social-icons svg[class*=" social-"]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.simple-social-icons{overflow:hidden}.simple-social-icons ul{margin:0;padding:0}.simple-social-icons ul li{background:none!important;border:none!important;float:left;list-style-type:none!important;margin:0 6px 12px!important;padding:0!important}.simple-social-icons ul li a{border:none!important;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:inline-block;font-style:normal!important;font-variant:normal!important;font-weight:normal!important;height:1em;line-height:1em;text-align:center;text-decoration:none!important;text-transform:none!important;width:1em}.simple-social-icons ul.aligncenter{text-align:center}.simple-social-icons ul.aligncenter li{display:inline-block;float:none}.simple-social-icons .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}svg.social-bluesky{margin-left:-.15em}