@charset "UTF-8";
/*!
 * Gutenberg
 *
 * MIT Fabien Sa
 * https://github.com/BafS/Gutenberg
 */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after, p:first-letter, div:first-letter, blockquote:first-letter, li:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff !important;
  color: #000 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  text-rendering: optimizeLegibility;
}

p, blockquote, table, ul, ol, dl {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

a, a:visited {
  color: #000;
  text-decoration: underline;
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
}

thead {
  display: table-header-group;
}

table, th, td {
  border-bottom: 1px solid #000;
}

td, th {
  padding: 8px 16px;
  page-break-inside: avoid;
}

code, pre, kbd {
  border: 1px solid #bbb;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 85%;
}

code, kbd {
  padding: 3px;
}

pre {
  margin-bottom: 1.5rem;
  padding: 10px 12px;
}

pre code, pre kbd {
  border: 0;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

blockquote {
  border: 0;
  border-left: 5px solid #bbb;
  margin-left: 1px;
  padding: 12px 1.5rem;
}

[dir=rtl] blockquote {
  border-left: 0;
  border-right: 5px solid #bbb;
  margin-left: 0;
  margin-right: 1px;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
  font-size: 80%;
}

img {
  border: 0;
  display: block;
  max-width: 100% !important;
  vertical-align: middle;
}

hr {
  border: 0;
  border-bottom: 2px solid #bbb;
  height: 0;
  margin: 2.25rem 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
  margin-bottom: 0.75rem;
}

abbr[title], acronym[title] {
  border: 0;
  text-decoration: none;
}

table, blockquote, pre, code, figure, li, hr, ul, ol, a, tr {
  page-break-inside: avoid;
}

h2, h3, h4, p, a {
  orphans: 3;
  widows: 3;
}

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
  page-break-inside: avoid;
}

h1 + p, h2 + p, h3 + p {
  page-break-before: avoid;
}

img {
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: avoid;
}

pre {
  white-space: pre-wrap !important;
  word-wrap: break-word;
}

body {
  padding-bottom: 2.54cm;
  padding-left: 1.8cm;
  padding-right: 1.8cm;
  padding-top: 2.54cm;
}

a[href^=http]:after, a[href^=ftp]:after {
  content: " (" attr(href) ")";
  font-size: 80%;
}

a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
  display: none;
}

abbr[title]:after, acronym[title]:after {
  content: " (" attr(title) ")";
}

.page-break, .break-before, .page-break-before {
  page-break-before: always;
}

.break-after, .page-break-after {
  page-break-after: always;
}

.avoid-break-inside {
  page-break-inside: avoid;
}

.no-print {
  display: none;
}

a.no-reformat:after {
  content: "";
}

abbr[title].no-reformat:after, acronym[title].no-reformat:after {
  content: "";
}

.no-reformat abbr:after, .no-reformat acronym:after, .no-reformat a:after {
  content: "";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Arial Black", "Arial Bold", "Helvetica Neue", Helvetica, sans-serif;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, arial, sans-serif;
  text-align: justify;
}

h1 {
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
}

h2 {
  letter-spacing: -1px;
}

h2, h3, h4, h5 {
  color: #262626;
}

pre, code {
  border: 0;
}

pre, code, blockquote {
  background: #f8f8f9;
}

blockquote {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/**
 * Block Styles
 */
.sc_recipe__print .sc_recipe__head {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1em;
}

.sc_recipe__print h1, .sc_recipe__print h2, .sc_recipe__print h3, .sc_recipe__print h4, .sc_recipe__print h5, .sc_recipe__print h6 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.sc_recipe__print .sc_recipe__head--figure {
  margin: 0;
}

.sc_recipe__print .sc_recipe__head--figure img {
  max-width: 100%;
  height: auto;
  margin: 0;
  width: 100%;
}

.sc_recipe__print .sc_recipe__print {
  margin: 1em 0;
}

.sc_recipe__print .sc_recipe__print .sc_recipe__printButton {
  background-color: black;
  color: white;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  border: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  text-align: center;
}

.sc_recipe__print .sc_recipe__divider {
  margin: 1.5em 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

.sc_recipe__print .sc_recipe__times, .sc_recipe__print .sc_recipe__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  text-align: center;
}

.sc_recipe__print .sc_recipe__times--label, .sc_recipe__print .sc_recipe__meta--label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75em;
}

.sc_recipe__print .sc_recipe__instructions--figure {
  margin: 0.5em 0 1em 0;
  line-height: 0;
}

.sc_recipe__print .sc_recipe__instructions--figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  max-height: 120mm;
}

.sc_recipe__print .sc_recipe__nutrition--heading,
.sc_recipe__print .sc_recipe__video--heading,
.sc_recipe__print .sc_recipe__instructions--heading,
.sc_recipe__print .sc_recipe__ingredients--heading {
  font-size: 1.125em;
  margin-bottom: 0.5em;
  font-weight: bolder;
}

.sc_recipe__print .sc_recipe__ingredients--checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}

.sc_recipe__print .sc_recipe__ingredients--checklist li {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 0;
}

.sc_recipe__print .sc_recipe__ingredients--checklist li input[type=checkbox] {
  display: none;
}

.sc_recipe__print .sc_recipe__ingredients--checklist li input[type=checkbox]:checked + label:before {
  border-color: black;
}

.sc_recipe__print .sc_recipe__ingredients--checklist li input[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4em;
  line-height: 1;
  width: 1em;
  height: 1em;
}

.sc_recipe__print .sc_recipe__ingredients--checklist li label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 1.5em;
  position: relative;
}

.sc_recipe__print .sc_recipe__ingredients--checklist li label:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}