@charset "UTF-8";
.block-post-listing__more.wp-block-button__link {
width: auto;
}
           html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
}   hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} html,
input[type=search] {
box-sizing: border-box;
}
@media (max-width: 359px) {
body {
--wp--custom--layout--padding: 8px;
}
}
*, *:before, *:after {
box-sizing: inherit;
} .wrap {
max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
margin: 0 auto;
padding-left: var(--wp--custom--layout--padding);
padding-right: var(--wp--custom--layout--padding);
}
.site-inner {
padding: var(--wp--custom--layout--site-inner-padding-top) 0 var(--wp--custom--layout--block-gap-large);
}
body.full-width-content {
--wp--custom--layout--page: var(--wp--custom--layout--wide);
} .screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
clip: auto !important;
height: auto;
width: auto;
display: block;
font-size: 1em;
font-weight: bold;
padding: 15px 23px 14px;
color: #333;
background: #fff;
z-index: 100000; text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
} .sidebar-primary .widget + .widget {
margin-top: 32px;
}
@media (max-width: 991px) {
.sidebar-primary .block-about {
display: none;
}
}
@media (min-width: 992px) {
.content-sidebar .content-area {
display: grid;
grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
grid-column-gap: var(--wp--style--block-gap);
max-width: var(--wp--custom--layout--wide);
margin-left: auto;
margin-right: auto;
}
.content-sidebar .site-main {
float: none;
width: 100%;
max-width: var(--wp--custom--layout--content);
}
.content-sidebar .sidebar-primary {
float: none;
width: 100%;
}
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-block-end: var(--wp--style--block-gap);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
margin-block-start: 0;
}
p.is-style-heading {
font-family: var(--wp--custom--typography--heading--font-family);
font-size: var(--wp--custom--typography--heading--font-size);
font-weight: var(--wp--custom--typography--heading--font-weight);
letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
line-height: var(--wp--custom--typography--heading--line-height);
text-transform: var(--wp--custom--typography--heading--text-transform);
}
p.is-style-interface {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
} ul.is-style-fancy li {
list-style-type: none;
position: relative;
}
ul.is-style-fancy li::before {
content: "➤";
position: absolute;
left: -20px;
color: var(--wp--preset--color--secondary);
}
ol.is-style-fancy > li {
list-style-type: none;
position: relative;
}
ol.is-style-fancy > li::before {
content: counter(list-item);
position: absolute;
left: -32px;
top: 2px;
}
ol.is-style-fancy > li::before,
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
width: 24px;
height: 24px;
background: var(--wp--preset--color--foreground);
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
z-index: 99;
font-weight: 800;
font-size: var(--wp--preset--font-size--tiny);
} body {
counter-reset: gallery;
}
.wp-block-gallery.is-style-numbered .wp-block-image,
.wp-block-image.is-style-numbered {
position: relative;
}
.wp-block-gallery.is-style-numbered .wp-block-image::before,
.wp-block-image.is-style-numbered::before {
content: counter(gallery);
counter-increment: gallery;
position: absolute;
top: 8px;
right: 8px;
} img {
display: block;
max-width: 100%;
height: auto;
}
img.emoji {
max-width: 16px;
display: inline-block;
}
img.alignleft {
float: left;
margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
float: right;
margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
margin-left: auto;
margin-right: auto;
}
figure.wp-caption {
max-width: 100%;
}
.wp-block-image figcaption {
font-size: var(--wp--preset--font-size--tiny);
text-align: center;
font-weight: var(--wp--custom--typography--interface--font-weight);
}
@media (min-width: 601px) {
.wp-block-image.alignleft {
float: left;
margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
max-width: 48vw;
}
.wp-block-image.alignright {
float: right;
margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
max-width: 48vw;
}
}
@media (min-width: 768px) {
.content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
max-width: calc(var(--wp--custom--layout--content) / 2);
margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
}
.content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
max-width: calc(var(--wp--custom--layout--content) / 2);
margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
}
}
@media (min-width: 1200px) {
.full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
max-width: calc(var(--wp--custom--layout--wide) / 2);
margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
}
.full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
max-width: calc(var(--wp--custom--layout--wide) / 2);
margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
}
} .wp-block-separator {
background: var(--wp--preset--color--secondary);
border: none;
height: 1px;
padding: 0;
margin-top: var(--wp--custom--layout--block-gap-large);
margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
padding: 0;
} blockquote.wp-block-quote {
background: var(--wp--custom--color--neutral-100);
text-align: center;
padding: 24px;
border-radius: var(--wp--custom--border-radius--small);
}
blockquote.wp-block-quote cite {
font-family: var(--wp--custom--typography--heading--font-family);
display: block;
font-size: var(--wp--preset--font-size--small);
font-style: normal;
font-weight: 700;
margin-bottom: 16px;
line-height: var(--wp--custom--line-height--small);
}
.wp-block-pullquote {
padding-block: var(--wp--custom--layout--block-gap);
} .wp-element-button,
.wp-block-button > .wp-block-button__link {
display: inline-flex;
min-height: 44px;
box-sizing: border-box;
align-items: center;
justify-content: center;
gap: 4px;
}
.editor-styles-wrapper .wp-element-button,
.editor-styles-wrapper .wp-block-button > .wp-block-button__link {
display: inline-block;
min-height: 0;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
padding: var(--wp--custom--button--padding-block) var(--wp--custom--button--padding-inline);
}
@media (hover: hover) {
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
filter: brightness(85%);
}
}
.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
border: var(--wp--custom--button--outline-border-width) var(--wp--custom--button--outline-border-style) var(--wp--custom--button--outline-border-color);
border-radius: var(--wp--custom--button--border-radius);
padding: calc(var(--wp--custom--button--padding-block) - var(--wp--custom--button--outline-border-width)) calc(var(--wp--custom--button--padding-inline) - var(--wp--custom--button--outline-border-width));
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
color: var(--wp--preset--color--primary);
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
padding: calc(var(--wp--custom--button--padding-block) - var(--wp--custom--button--outline-border-width)) calc(var(--wp--custom--button--padding-inline) - var(--wp--custom--button--outline-border-width));
}
.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link,
.wp-element-button.is-style-link,
.wp-block-button.is-style-link .wp-block-button__link {
background: transparent;
padding-left: 0;
padding-right: 0;
gap: 0;
text-decoration: underline;
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color),
.wp-element-button.is-style-link:not(.has-text-color),
.wp-block-button.is-style-link .wp-block-button__link:not(.has-text-color) {
color: var(--wp--custom--color--link);
}
.wp-element-button.is-style-arrow:hover,
.wp-block-button.is-style-arrow .wp-block-button__link:hover,
.wp-element-button.is-style-link:hover,
.wp-block-button.is-style-link .wp-block-button__link:hover {
text-decoration: underline;
}
.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link {
display: inline-block;
}
.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
content: " →";
display: inline-block;
margin-left: 3px;
} .wp-block-columns.is-style-large-column-gap {
column-gap: var(--wp--custom--layout--block-gap-large);
} input,
select,
textarea {
background: var(--wp--preset--color--background);
border: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--neutral-600);
border-radius: var(--wp--custom--border-radius--small);
color: var(--wp--preset--color--foreground);
font-size: var(--wp--preset--font-size--small);
line-height: var(--wp--custom--line-height--medium);
padding: 9px 12px;
width: 100%;
}
input[type=checkbox],
input[type=submit] {
width: auto;
}
select {
line-height: 54px;
height: 54px;
}
textarea {
width: 100%;
resize: vertical;
}
::-moz-placeholder {
color: var(--wp--preset--color--foreground);
opacity: 1;
}
::-ms-input-placeholder {
color: var(--wp--preset--color--foreground);
}
::-webkit-input-placeholder {
color: var(--wp--preset--color--foreground);
}
input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent;
}
label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--small);
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
color: inherit;
}
.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
font-weight: 400;
font-family: inherit;
letter-spacing: inherit;
text-transform: inherit;
} .wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
border-color: var(--wp--custom--color--neutral-600);
}
.wp-block-search__button-inside .wp-block-search__input {
border: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
background: var(--wp--preset--color--background);
border-radius: var(--wp--custom--border-radius--small);
}
.wp-block-search__button {
flex-shrink: 0;
}
.wp-block-search__icon-button .wp-block-search__button {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
width: 20px;
height: 20px;
}
.archive-header .wp-block-search {
margin: 0 auto;
} .wp-block-cover.alignfull:not(.is-layout-constrained) > .wp-block-cover__image-background {
max-width: none;
}
.wp-block-cover .wp-block-group.has-background {
padding: var(--wp--custom--layout--block-gap-large);
} .has-background {
padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
max-width: var(--wp--custom--layout--wide);
margin-left: auto;
margin-right: auto;
}
.wp-block-group.remove-padding-top {
padding-block-start: 0;
}
.wp-block-group.remove-padding-bottom {
padding-block-end: 0;
} .has-background {
color: var(--wp--preset--color--foreground);
}
.has-background a:where(:not(.wp-element-button)),
.has-background .wp-block-button:is(.is-style-arrow, .is-style-link) .wp-element-button {
color: inherit;
}
.has-primary-background-color,
.has-secondary-background-color,
.has-octonary-background-color,
.has-foreground-background-color {
color: var(--wp--preset--color--white);
} .breadcrumb {
margin: 0 auto 16px;
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
max-width: var(--wp--custom--layout--page); }
.archive-header .breadcrumb, .post-header .breadcrumb {
max-width: 100%;
grid-column: 1/-1;
margin-left: 0;
margin-right: 0;
}
body.content-sidebar .site-header + .breadcrumb {
max-width: 100%;
margin: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding) calc(-1 * var(--wp--custom--layout--block-gap));
}
body.content-sidebar .site-header + .breadcrumb > span {
display: block;
max-width: var(--wp--custom--layout--wide);
margin-inline: auto;
} .schema-faq-section {
border: 1px solid var(--wp--preset--color--primary);
padding: 0;
margin-block: var(--wp--custom--layout--block-gap);
border-radius: var(--wp--custom--border-radius--small);
}
.schema-faq-question {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
display: block;
font-size: var(--wp--preset--font-size--medium);
padding: var(--wp--custom--layout--block-gap);
font-weight: 800;
}
.schema-faq-answer {
padding: var(--wp--custom--layout--block-gap);
margin: 0;
}
.schema-faq--has-toggle .schema-faq-question {
padding-right: 68px;
position: relative;
}
.schema-faq-toggle {
background: var(--wp--preset--color--quaternary) url(//vegetablerecipes.com/wp-content/themes/vegetablerecipes-2025/assets/icons/color/carat-down-red.svg) no-repeat center;
background-size: 26px;
border: none;
cursor: pointer;
width: 44px;
height: 44px;
position: absolute;
right: 16px;
top: calc(50% - 22px);
border-radius: var(--wp--custom--border-radius--small);
}
.schema-faq-section.active .schema-faq-toggle {
transform: rotate(180deg);
} .yoast-table-of-contents {
background: var(--wp--preset--color--background);
border: 2px solid var(--wp--preset--color--primary);
border-radius: var(--wp--custom--border-radius--small);
}
.yoast-table-of-contents h2 {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
background: var(--wp--preset--color--primary);
font-size: var(--wp--preset--font-size--medium);
color: var(--wp--preset--color--background);
padding: 16px;
line-height: var(--wp--custom--line-height--normal);
}
.yoast-table-of-contents ul {
margin-bottom: 0;
padding-bottom: 16px;
}
.yoast-table-of-contents ul a {
color: var(--wp--preset--color--foreground);
}
.yoast-table-of-contents--no-js {
padding-bottom: 44px;
}
.yoast-table-of-contents--no-js ul li:nth-of-type(n+4) {
display: none;
}
.yoast-table-of-contents__footer {
padding-inline: var(--wp--custom--layout--block-gap);
height: 44px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
.yoast-table-of-contents__footer[hidden] {
display: none;
} .wprm-recipe-rating .wprm-recipe-rating-details {
font-size: inherit;
} div.wpforms-container .wpforms-title {
font-family: var(--wp--custom--typography--heading--font-family);
font-size: var(--wp--custom--typography--heading--font-size);
font-weight: var(--wp--custom--typography--heading--font-weight);
letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
line-height: var(--wp--custom--typography--heading--line-height);
text-transform: var(--wp--custom--typography--heading--text-transform);
margin: 0 0 8px;
padding: 0;
}
div.wpforms-container .wpforms-description {
margin: 0 0 16px;
padding: 0;
}
div.wpforms-container .wpforms-field {
padding: 0;
margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
display: none;
}
div.wpforms-container .wpforms-field-sublabel {
font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container label.wpforms-error {
color: inherit;
}
div.wpforms-container .wpforms-recaptcha-container {
grid-column: 1/-1;
order: 99;
}
div.wpforms-container .wpforms-submit-container {
padding: 0;
margin-top: 16px;
text-align: left;
}
div.wpforms-container.flex-fields input.wpforms-field-medium,
div.wpforms-container.flex-fields select.wpforms-field-medium,
div.wpforms-container.flex-fields .wpforms-field-row.wpforms-field-medium {
max-width: 100%;
}
div.wpforms-container.flex-fields .wpforms-field-container {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
div.wpforms-container.flex-fields .wpforms-field-container .wpforms-field {
margin: 0;
flex-basis: 150px;
flex-grow: 1;
}
div.wpforms-container.one-line input.wpforms-field-medium,
div.wpforms-container.one-line select.wpforms-field-medium,
div.wpforms-container.one-line .wpforms-field-row.wpforms-field-medium {
max-width: 100%;
}
@media (min-width: 768px) {
div.wpforms-container.one-line .wpforms-form,
div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
display: grid;
grid-template-columns: 1fr fit-content(300px);
column-gap: var(--wp--custom--layout--block-gap);
}
div.wpforms-container.one-line .wpforms-head-container {
grid-column: 1/-1;
}
div.wpforms-container.one-line .wpforms-field-container {
display: flex;
gap: var(--wp--custom--layout--block-gap);
}
div.wpforms-container.one-line .wpforms-field {
margin: 0;
flex-basis: 0;
flex-grow: 1;
}
div.wpforms-container.one-line .wpforms-field-label {
min-height: 26px;
}
div.wpforms-container.one-line .wpforms-submit-container {
margin: 0;
padding-top: 26px;
}
div.wpforms-container.one-line.no-labels .wpforms-field-label {
display: none;
}
div.wpforms-container.one-line.no-labels .wpforms-submit-container {
padding-top: 0;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-form,
.block-area-sidebar div.wpforms-container.one-line .wpforms-form > fieldset[disabled], .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-form,
.block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-form > fieldset[disabled] {
display: block;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-field-container, .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-field-container {
display: block;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-field, .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-field {
margin-bottom: 16px;
}
.block-area-sidebar div.wpforms-container.one-line .wpforms-submit-container, .block-area-sidebar .editor-styles-wrapper div.wpforms-container.one-line .wpforms-submit-container {
padding: 0;
margin-top: 16px;
}
} .facetwp-filters {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
max-width: var(--wp--custom--layout--page);
margin: 0 auto;
min-height: 66px;
}
.facetwp-filters .facetwp-facet {
margin: 0 0 16px;
width: 100%;
}
.facetwp-filters .fs-label-wrap {
width: 100%;
min-height: 44px;
display: flex;
align-items: center;
}
.facetwp-filters .fs-wrap {
display: block;
position: relative;
width: 100%;
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
margin: 0;
width: 100%;
}
.facetwp-filters .fs-option {
padding-top: 16px;
padding-bottom: 16px;
}
.facetwp-filters__toggle {
background: var(--wp--preset--color--primary);
border: none;
box-shadow: none;
color: #fff;
display: block;
padding: 16px;
font-size: var(--wp--preset--font-size--medium);
width: 100%;
}
@media (max-width: 767px) {
.facetwp-filters:not(.active) .facetwp-filters__inner {
display: none;
}
.facetwp-filters.active .facetwp-filters__toggle {
margin-bottom: 16px;
}
}
@media (min-width: 768px) {
.facetwp-filters__inner {
display: flex;
flex-wrap: nowrap;
gap: 32px;
}
.facetwp-filters__toggle {
display: none;
}
} .cwp-co-container .wpforms-submit-container {
text-align: center;
}
.cwp-co-container .wpforms-submit-container button {
width: 100%;
} .top-hat {
text-align: center;
padding: 10px 0;
}
.top-hat p {
margin: 0;
font-size: var(--wp--preset--font-size--small);
font-weight: 800;
line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
max-width: 44px;
}
.top-hat a {
color: inherit;
text-decoration: none;
}
.top-hat a:hover {
text-decoration: underline;
}
.top-hat--has-image {
padding: 0;
}
.top-hat--has-image p {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
}
@media (min-width: 768px) {
.top-hat--has-socials {
padding: 0;
text-align: left;
}
.top-hat--has-socials .wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
}
.top-hat--has-socials ul.social-links {
margin: 0;
}
@media (max-width: 767px) {
.top-hat--has-socials ul.social-links {
display: none;
}
} .site-header {
background: var(--wp--preset--color--background);
color: var(--wp--preset--color--foreground);
position: relative;
box-shadow: var(--wp--custom--box-shadow--1);
}
.site-header .wrap {
display: grid;
grid-template-columns: minmax(0, var(--wp--custom--header-logo--desktop-width)) 1fr;
align-items: center;
}
@media (max-width: 1060px) {
.site-header .wrap {
grid-template-columns: minmax(0, var(--wp--custom--header-logo--mobile-width)) 1fr;
}
}
.site-header .nav-menu {
justify-self: flex-end;
}
@media (max-width: 1060px) {
.site-header .nav-menu {
grid-column: 1/-1;
width: 100%;
margin-inline: calc(-1 * var(--wp--custom--layout--padding));
width: calc(100% + 2 * var(--wp--custom--layout--padding));
}
}
@media (min-width: 1061px) {
.site-header .nav-menu {
display: flex;
flex-direction: column-reverse;
align-items: flex-end;
}
}
.site-header__logo {
display: block;
max-width: var(--wp--custom--header-logo--desktop-width);
width: 100%;
height: var(--wp--custom--header-logo--desktop-height);
justify-self: center;
margin: var(--wp--custom--header-logo--desktop-margin) 0;
}
@media (max-width: 1060px) {
.site-header__logo {
margin-block: var(--wp--custom--header-logo--mobile-margin);
max-width: var(--wp--custom--header-logo--mobile-width);
height: var(--wp--custom--header-logo--mobile-height);
}
}
.site-header__logo svg {
width: 100%;
height: 100%;
}
.site-header__toggles {
display: flex;
flex-wrap: nowrap;
justify-self: flex-end;
}
@media (min-width: 1061px) {
.site-header__toggles {
display: none;
}
}
@media (max-width: 1060px) {
.site-header.menu-active {
max-height: 100vh;
overflow-y: auto;
overscroll-behavior-y: contain;
}
}
.search-toggle,
.menu-toggle,
.favorite-toggle {
background: transparent;
border: none;
box-shadow: none;
color: inherit;
cursor: pointer;
line-height: 0;
padding: 0;
text-align: center;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
width: 24px;
height: 24px;
fill: currentColor;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
display: none;
}
.header-search {
grid-column: 1/-1;
width: 100%;
max-width: var(--wp--custom--layout--wide);
margin: 0 auto;
display: flex;
justify-content: flex-end;
padding-bottom: var(--wp--custom--layout--padding);
}
@media (max-width: 1060px) {
.header-search {
display: block;
padding: var(--wp--custom--layout--padding);
}
}
.header-search:not(.active) {
display: none;
} @media (min-width: 783px) {
.admin-bar .site-container {
padding-top: 32px;
}
}
@media (max-width: 782px) {
#wpadminbar {
display: none !important;
}
} html {
scroll-padding-top: 109px;
}
@supports (position: sticky) {
body .site-header {
position: sticky;
top: 0;
transition: transform 0.3s;
z-index: 10;
}
}
@supports (position: sticky) {
body.admin-bar .site-header {
top: 32px;
}
@media (max-width: 782px) {
body.admin-bar .site-header {
top: 0px;
}
}
}
@supports (position: sticky) {
body.nav-up .site-header {
transform: translateY(-100%);
}
} .nav-menu > * {
line-height: 0;
}
.nav-menu ul {
clear: both;
line-height: 1;
margin: 0;
padding: 0;
width: 100%;
}
.nav-menu .nav-primary .menu > .menu-item > a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--small);
}
.nav-menu .menu-item {
list-style: none;
position: relative;
}
.nav-menu .menu-item a {
border: none;
color: inherit;
display: block;
font-size: var(--wp--preset--font-size--small);
position: relative;
line-height: 20px;
padding: 12px 16px;
text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
padding-right: calc(var(--wp--custom--layout--padding) + 16px);
}
.nav-menu .menu-item.menu-item-favorite a {
padding: 0;
display: flex;
}
.nav-menu .submenu-expand {
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
padding: 0;
outline: none;
cursor: pointer;
position: absolute;
line-height: 0;
top: 50%;
transform: translateY(-50%);
right: 14px;
color: inherit;
}
.nav-menu .submenu-expand svg {
fill: currentColor;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
display: none;
}
@media (min-width: 1061px) {
.nav-menu .nav-secondary .menu-item a {
color: var(--wp--custom--color--neutral-800);
font-size: var(--wp--preset--font-size--min);
}
.nav-menu .nav-secondary .menu .menu-item:hover > a {
text-decoration: underline;
}
.nav-menu .menu-item {
float: left;
}
.nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
left: auto;
opacity: 1;
}
.nav-menu .menu-item.menu-item-search {
max-width: 175px;
margin-bottom: 16px;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__inside-wrapper {
padding: 0 0 0 8px;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__input {
padding: 0;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__input::placeholder {
font-size: var(--wp--preset--font-size--small);
}
.nav-menu .menu-item.menu-item-search .wp-block-search__button {
background: transparent;
margin-left: 0;
}
.nav-menu .menu-item.menu-item-search .wp-block-search__button svg {
fill: var(--wp--custom--color--neutral-800);
transform: scaleX(-1);
width: 36px;
height: 36px;
}
.nav-menu .nav-primary .menu > .menu-item-has-children > .submenu-expand svg {
fill: var(--wp--preset--color--primary);
}
.nav-menu .nav-primary .menu > .menu-item:hover > a {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
}
.nav-menu .nav-primary .menu > .menu-item-has-children:hover > .submenu-expand svg {
transform: rotate(180deg);
fill: var(--wp--preset--color--background);
}
.nav-menu .sub-menu {
background: var(--wp--preset--color--quaternary);
box-shadow: var(--wp--custom--box-shadow--1);
color: var(--wp--preset--color--foreground);
left: -9999px;
opacity: 0;
position: absolute;
width: 215px;
z-index: 99;
}
.nav-menu .sub-menu .menu-item {
float: none;
}
.nav-menu .sub-menu .menu-item:hover > a {
background: var(--wp--preset--color--tertiary);
}
.nav-menu .sub-menu .sub-menu {
margin: -48px 0 0 215px;
}
}
@media (max-width: 1060px) {
.nav-menu {
display: none;
background: var(--wp--preset--color--quaternary);
}
.nav-menu.active {
display: block;
}
.nav-menu .nav-secondary .menu > .menu-item > a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--small);
}
.nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
display: none;
}
.nav-menu .submenu-expand {
top: 0;
right: 0;
transform: none;
width: 44px;
height: 44px;
}
.nav-menu .submenu-expand svg {
width: 18px;
height: 18px;
}
.nav-menu .submenu-expand.expanded {
transform: rotate(180deg);
}
.nav-menu .submenu-expand.expanded + .sub-menu {
display: block;
}
.nav-menu .sub-menu {
display: none;
padding-left: 8px;
}
}
.post-header {
background: var(--wp--preset--color--quaternary);
padding: 16px 0 24px;
}
.post-header p.breadcrumb {
margin: 0 0 24px;
}
.post-header h1 {
margin: 0;
}
.post-header .post-header__summary {
margin-top: 12px;
font-size: var(--wp--preset--font-size--small);
}
.post-header .post-header__summary > * {
margin: 0;
}
.post-header .post-header__summary > * + * {
margin: 16px 0 0;
}
.post-header .post-header__info {
margin-top: 12px;
display: flex;
gap: 8px;
align-items: center;
font-size: var(--wp--preset--font-size--tiny);
}
.post-header .post-header__info .entry-avatar {
flex-shrink: 0;
}
.post-header .post-header__info .avatar {
border-radius: 50%;
}
.post-header .post-header__info p {
margin: 0;
}
.post-header .post-header__info .post-header__info-inner {
display: flex;
gap: 4px 8px;
flex-wrap: wrap;
font-weight: 800;
font-size: var(--wp--preset--font-size--tiny);
line-height: var(--wp--custom--line-height--small);
}
.post-header .post-header__info .post-header__info-inner .wprm-recipe-rating-details {
font-size: var(--wp--preset--font-size--tiny);
margin-left: 6px;
}
@media (max-width: 767px) {
.post-header .post-header__info .post-header__info-inner > * {
width: 100%;
}
}
@media (min-width: 768px) {
.post-header .post-header__info .post-header__info-inner > * + *::before {
content: " • ";
}
.post-header .post-header__info .post-header__info-inner .post-date {
display: flex;
gap: 4px;
}
.post-header .post-header__info .post-header__info-inner .cwp-wprm-rating {
display: flex;
gap: 2px;
}
}
.post-header .post-header__meta {
background: #fff;
box-shadow: var(--wp--custom--box-shadow--1);
border-radius: var(--wp--custom--border-radius--small);
margin-top: 12px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px 4px;
text-align: center;
}
.post-header .post-header__meta > * {
flex-basis: 0;
flex-grow: 1;
}
.post-header .post-header__meta > * + * {
border-left: 1px solid var(--wp--preset--color--quaternary);
}
.post-header .post-header__meta > *.cwp-jtr + * {
border-left: 0;
}
.post-header .post-header__meta .wprm-recipe-details-label {
font-family: var(--wp--custom--typography--heading--font-family);
font-size: var(--wp--custom--typography--heading--font-size);
font-weight: var(--wp--custom--typography--heading--font-weight);
letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
line-height: var(--wp--custom--typography--heading--line-height);
text-transform: var(--wp--custom--typography--heading--text-transform);
line-height: var(--wp--custom--line-height--medium);
font-size: var(--wp--preset--font-size--tiny);
}
.post-header .post-header__meta .wprm-recipe-time {
font-size: var(--wp--preset--font-size--tiny);
line-height: var(--wp--custom--line-height--small);
font-weight: 500;
}
.post-header .post-header__meta .wprm-recipe-time .wprm-recipe-details-unit {
font-size: var(--wp--preset--font-size--tiny);
}
.post-header .post-header__meta .wprm-recipe-servings-with-unit {
line-height: var(--wp--custom--line-height--small);
font-size: var(--wp--preset--font-size--tiny);
}
@media (max-width: 767px) {
.post-header .post-header__meta {
padding: 8px;
}
.post-header .post-header__meta .cwp-jtr {
flex-basis: 100%;
}
.post-header .post-header__meta .wprm-recipe-cook-time-container {
display: none;
}
}
@media (min-width: 768px) {
.post-header .post-header__meta {
padding: 16px;
}
.post-header .post-header__meta .cwp-jtr {
flex-basis: 300px;
flex-grow: 0;
}
}
.post-header .wprm-recipe-details-unit {
font-size: inherit;
}
.aff-disc {
font-size: var(--wp--preset--font-size--min);
}
.aff-disc p {
margin: 0;
}
.post-header__favorite {
line-height: 0;
}
.post-header__favorite .saved {
display: none;
}
.post-header__favorite.active .saved {
display: inline;
}
.post-header__favorite.active .save {
display: none;
} .archive-header {
background: var(--wp--preset--color--quaternary);
padding: 24px 0 24px;
}
.archive-header h1 {
margin-top: var(--wp--custom--layout--block-gap-large);
margin-bottom: 0;
}
.archive-header .archive-description {
margin-top: 16px;
}
.archive-description > *:first-child {
margin-top: 0;
}
.archive-description > *:last-child {
margin-bottom: 0;
}
.archive-header .breadcrumb {
margin-bottom: var(--wp--custom--layout--block-gap-large);
} .archive-recent-header {
max-width: var(--wp--custom--layout--page);
margin: var(--wp--custom--layout--block-gap-large) auto 0;
}
.archive .site-main > .block-post-listing {
max-width: var(--wp--custom--layout--page);
margin-left: auto;
margin-right: auto;
}
.archive .site-main > .block-area:first-child > .wp-block-group.alignfull.has-background:first-child {
margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
} .affiliate-links-archive .site-main > .block-area:first-child {
margin-bottom: var(--wp--custom--layout--block-gap-large);
} .pagination {
margin: 32px auto 0;
max-width: var(--wp--custom--layout--page);
}
.pagination ul {
margin: 0;
padding: 0;
display: flex;
gap: 8px;
align-items: center;
}
.pagination ul li {
list-style-type: none;
display: inline-block;
}
.pagination ul li a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
background: var(--wp--preset--color--background);
border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
border-radius: var(--wp--custom--button--border-radius);
color: var(--wp--preset--color--primary);
fill: var(--wp--preset--color--primary);
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
}
.pagination ul li svg {
fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
background: var(--wp--preset--color--primary);
color: var(--wp--preset--color--background);
fill: var(--wp--preset--color--background);
}  h1.front {
display: none;
}
.site-inner {
padding-left: var(--wp--custom--layout--padding);
padding-right: var(--wp--custom--layout--padding);
}
img[style] {
height: auto !important;
}
.entry-content > *,
.block-area > *,
.cwp-inner > * {
margin: 0 auto;
max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
margin-left: calc(-1 * var(--wp--custom--layout--padding));
margin-right: calc(-1 * var(--wp--custom--layout--padding));
max-width: 100vw;
}
@media (max-width: 767px) {
.entry-content > *.alignwide, .entry-content > *.mobile-full,
.block-area > *.alignwide,
.block-area > *.mobile-full,
.cwp-inner > *.alignwide,
.cwp-inner > *.mobile-full {
margin-left: calc(-1 * var(--wp--custom--layout--padding));
margin-right: calc(-1 * var(--wp--custom--layout--padding));
max-width: 100vw;
}
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child), .entry-content > .cwp-large:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .wp-block-separator:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child) {
margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child), .entry-content > .cwp-large:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .wp-block-separator:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child) {
margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:first-child > .alignfull.has-background:first-child, .full-width-content .entry-content:first-child > .wp-block-cover.alignfull:first-child {
margin-top: calc(-1 * var(--wp--custom--layout--site-inner-padding-top));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
} .entry-header,
.entry-footer,
.after-entry,
.entry-comments {
max-width: var(--wp--custom--layout--page);
margin-left: auto;
margin-right: auto;
}
.entry-header .wp-block-buttons {
margin-bottom: 1.5rem;
}
.entry-footer {
margin-top: 48px;
}
.block-area-after-post {
margin: 32px 0;
}
div#recipe:first-child + .wprm-recipe-container {
margin-top: 0;
} .entry-comments h2, .entry-comments h3 {
display: flex;
justify-content: space-between;
}
.entry-comments .comment-list {
margin: 0 0 32px;
padding: 0;
}
.entry-comments .comment-list li {
list-style-type: none;
margin-top: 4px;
}
.entry-comments .comment-list li article {
padding: 16px;
position: relative;
}
.entry-comments .comment-list li.staff > article {
background: var(--wp--preset--color--quaternary);
border-radius: var(--wp--custom--border-radius--small);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
display: none;
}
.entry-comments .comment-list > li {
overflow: hidden;
margin-top: 24px;
}
.entry-comments .comment-list > li:not(:last-of-type) {
padding-bottom: 32px;
border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.entry-comments .comment-list > li:first-child {
margin-top: 0;
}
.entry-comments .comment-list .comment-author {
font-family: var(--wp--custom--typography--heading--font-family);
font-weight: var(--wp--custom--typography--heading--font-weight);
color: var(--wp--preset--color--foreground);
font-size: var(--wp--preset--font-size--large);
display: inline-block;
vertical-align: middle;
margin: 0;
}
.entry-comments .comment-list .comment-author a {
text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
display: none;
}
.entry-comments .comment-list .comment-author .avatar {
float: left;
border-radius: 50%;
margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
font-family: var(--wp--custom--typography--interface--font-family);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-weight: 300;
line-height: var(--wp--custom--line-height--small);
font-size: var(--wp--preset--font-size--min);
margin-bottom: 16px;
margin-top: 4px;
color: var(--wp--custom--color--neutral-700);
}
.entry-comments .comment-list .comment-metadata a {
color: var(--wp--preset--color--foreground);
text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
position: absolute;
top: 32px;
right: 16px;
}
.entry-comments .comment-list ol.children {
margin: 0;
padding: 0;
}
.comment-respond {
margin: 30px 0;
padding: 16px;
box-shadow: var(--wp--custom--box-shadow--1);
border-radius: var(--wp--custom--border-radius--small);
}
@media (min-width: 768px) {
.comment-respond {
margin: 60px 0;
padding: 32px;
}
}
.comment-respond .comment-form-cookies-consent input {
width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
display: inline;
}
.comment-respond label {
display: block;
}
.comment-respond .form-submit {
margin-bottom: 0;
}
.comment-reply-title {
justify-content: space-between;
}
.comment-reply-title a {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
}
.nav-links {
display: flex;
justify-content: space-between;
gap: var(--wp--custom--layout--block-gap);
} .block-area-before-footer {
padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) 60px;
}
.block-area-before-footer > * {
max-width: var(--wp--custom--layout--wide);
}
.site-footer {
background: var(--wp--preset--color--quaternary);
font-size: var(--wp--preset--font-size--small);
padding: 32px 0;
position: relative;
text-align: center;
}
.site-footer .wrap > *:first-child:not(.site-footer__inner) {
margin-bottom: 40px;
}
.site-footer__inner:not(:first-child) {
margin-top: 24px;
}
.site-footer__inner > * {
margin-top: 0;
margin-bottom: 0;
}
@media (max-width: 767px) {
.site-footer__inner > * + * {
margin-top: 16px;
}
}
@media (min-width: 768px) {
.site-footer__inner {
display: flex;
justify-content: space-between;
align-items: center;
}
}
.site-footer .backtotop-circle {
--cwp-size: 44px;
background: var(--wp--preset--color--primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
width: var(--cwp-size);
height: var(--cwp-size);
position: absolute;
top: calc(var(--cwp-size) / -2);
left: 50%;
margin-left: calc(var(--cwp-size) / -2);
}
.site-footer .backtotop-circle svg {
fill: #fff;
}
.site-footer .backtotop-link {
font-size: var(--wp--preset--font-size--tiny);
text-transform: uppercase;
}
.site-footer__logo {
display: inline-flex;
width: 100%;
max-width: var(--wp--custom--footer-logo--width);
height: var(--wp--custom--footer-logo--height);
}
.site-footer__logo svg {
width: 100%;
height: 100%;
}
.site-footer__bottom {
font-size: var(--wp--preset--font-size--min);
text-align: center;
}
.site-footer__bottom ul.social-links {
justify-content: center;
}
@media (min-width: 768px) {
.site-footer__bottom .wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}
}
@media (max-width: 767px) {
.site-footer__copyright {
display: block;
}
}
.nav-footer {
font-family: var(--wp--custom--typography--interface--font-family);
font-size: var(--wp--custom--typography--interface--font-size);
font-weight: var(--wp--custom--typography--interface--font-weight);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
line-height: var(--wp--custom--typography--interface--line-height);
text-transform: var(--wp--custom--typography--interface--text-transform);
flex-wrap: wrap;
justify-content: center;
}
.nav-footer ul {
padding-left: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 24px;
}
.nav-footer li {
list-style-type: none;
}
.nav-footer a {
color: var(--wp--preset--color--foreground);
text-decoration: none;
}
.nav-footer a:hover {
text-decoration: underline;
}.post-summary { color: var(--wp--preset--color--foreground);
overflow: hidden;
}
.post-summary--shop {
border-radius: var(--wp--custom--border-radius--small);
box-shadow: none;
}
.post-summary--shop .post-summary__image {
border: 1px solid var(--wp--custom--color--neutral-300);
}
@supports( aspect-ratio: 1 ) {
.post-summary--shop .post-summary__image img {
aspect-ratio: 1;
object-fit: contain;
}
}
.post-summary__content {
padding: 12px 4px;
}
.post-summary .post-summary__content > * {
margin: 0;
}
.post-summary .post-summary__content > * + * {
margin-top: 10px;
}
.post-summary .post-summary__title,
.editor-styles-wrapper .post-summary .post-summary__title {
font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a,
.editor-styles-wrapper .post-summary .post-summary__title a {
color: var(--wp--preset--color--foreground);
text-decoration: none;
}
.post-summary__title a:is(:hover, :focus) {
color: var(--wp--custom--color--link);
}
.post-summary__image img {
width: 100%;
border-radius: var(--wp--custom--border-radius--small);
}
.block-post-listing__more.wp-block-button__link {
width: auto;
}
@supports( aspect-ratio: 1 ) {
.post-summary__image img {
aspect-ratio: var(--wp--custom--aspect-ratio);
object-fit: cover;
}
}
.post-summary .entry-category {
font-family: var(--wp--custom--typography--interface--font-family);
letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
text-transform: var(--wp--custom--typography--interface--text-transform);
font-size: var(--wp--preset--font-size--min);
}
.post-summary .post-summary__excerpt {
font-size: var(--wp--preset--font-size--tiny);
line-height: var(--wp--custom--line-height--medium);
}
.post-summary__rating svg {
fill: var(--wp--custom--color--star);
}
@media only screen and (max-width: 599px) {
.layout-1up-featured .post-summary {
margin-inline: calc( -1 * var(--wp--custom--layout--padding) );
}
.layout-1up-featured .post-summary__image img {
aspect-ratio: 1.78;
object-fit: cover;
}
}
@media only screen and (min-width: 600px) {
.layout-1up-featured .post-summary {
box-shadow: none;
border-radius: 0;
position: relative;
padding: 100px 80px;
}
.layout-1up-featured .post-summary__title,
.editor-styles-wrapper .layout-1up-featured .post-summary .post-summary__title {
font-size: var(--wp--preset--font-size--big);
}
.layout-1up-featured .post-summary__content {
background: var(--wp--preset--color--background);
max-width: 336px;
margin-left: auto;
padding: var(--wp--custom--layout--block-gap-large);
position: relative;
z-index: 2;
}
.layout-1up-featured .post-summary__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.layout-1up-featured .post-summary__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
} .editor-styles-wrapper .block-post-listing__more {
pointer-events: none;
}
.block-post-listing header {
margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-post-listing header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
}
.block-post-listing__title {
flex-basis: 0;
flex-grow: 1;
}
.block-post-listing footer {
text-align: right;
margin-top: var(--wp--style--block-gap);
}
.block-post-listing__more { }
@media only screen and (max-width: 600px) {
.block-post-listing header .block-post-listing__more {
display: none;
}
}
@media only screen and (min-width: 601px) {
.block-post-listing footer {
display: none;
}
} .block-post-listing__inner {
display: grid;
grid-template-columns: repeat( var(--cwp-columns, 1), 1fr );
column-gap: 8px;
row-gap: 16px;
}
.layout-2x8-grid,
.layout-sidebar-4up-grid,
.layout-sidebar-6up-grid {
--cwp-columns: 2;
}
.layout-sidebar-4up-list footer,
.layout-sidebar-6up-list footer {
margin-top: 16px;
}
@media (max-width: 600px) {
.layout-4up-grid,
.layout-6up-grid,
.layout-alpha,
.layout-gamma,
.layout-delta,
.layout-epsilon
{
--cwp-columns: 2;
}
.post-summary.m-list {
display: grid;
grid-template-columns: 138px 1fr;
column-gap: 16px;
align-items: center;
}
.post-summary.m-list .post-summary__content {
padding-inline: 0;
}
.layout-3up-list footer,
.layout-4up-2x2-list footer,
.layout-4up-list footer,
.layout-5up-list footer,
.layout-6up-list footer,
.layout-beta footer {
margin-top: 16px;
}
}
@media (min-width: 601px) {
.block-post-listing__inner {
column-gap: 32px;
row-gap: 32px;
}
.block-area-sidebar .block-post-listing__inner {
column-gap: 8px;
row-gap: 16px;
}
.layout-4up-2x2,
.layout-4up-2x2-list,
.layout-4up-text,
.layout-beta {
--cwp-columns: 2;
}
.layout-3up-list,
.layout-3up-full,
.layout-3up-featured,
.layout-6up-text {
--cwp-columns: 3;
}
.layout-4up-grid,
.layout-4up-full,
.layout-4up-featured,
.layout-4up-list,
.layout-alpha,
.layout-gamma,
.layout-delta
{
--cwp-columns: 4;
}
.layout-5up-featured,
.layout-5up-list {
--cwp-columns: 5;
}
.layout-6up-featured,
.layout-6up-grid,
.layout-6up-list,
.layout-epsilon {
--cwp-columns: 6;
}
:is(.layout-6up-featured, .layout-6up-grid, .layout-6up-list, .layout-epsilon ) .block-post-listing__inner {
column-gap: 16px;
}
.post-summary.d-list {
display: grid;
grid-template-columns: 138px 1fr;
column-gap: 16px;
align-items: center;
}
.post-summary.d-list .post-summary__content {
padding-inline: 0;
}
}ul.social-links {
padding-left: 0;
display: flex;
}
ul.social-links.has-text-align-center {
justify-content: center;
}
ul.social-links.has-text-align-right {
justify-content: flex-end;
}
ul.social-links li {
list-style-type: none;
}
ul.social-links a {
color: inherit;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}
ul.social-links svg {
fill: currentColor;
width: 20px;
height: 20px;
}
.editor-styles-wrapper ul.social-links a {
pointer-events: none;
}.convertkit-quicktags-modal .media-modal {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.convertkit-quicktags-modal .media-modal .media-frame-title {
left: 0;
height: 60px;
}
.convertkit-quicktags-modal .media-modal .media-frame-content {
left: 0;
top: 54px;
bottom: 54px; }
.convertkit-quicktags-modal .media-modal .media-frame-content p {
line-height: normal;
}
.convertkit-quicktags-modal .media-modal .media-frame-toolbar {
left: 0;
bottom: 47px;
background: #fff;
}
.convertkit-quicktags-modal .media-modal .media-frame-toolbar .media-toolbar {
padding: 10px;
}: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:rgba(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:transparent;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:transparent;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 hsla(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 rgba(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}