/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 18px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #1c1917;
  background-color: #faf8f5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 14px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 15.75px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 28px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #b45309;
  text-decoration: none;
}
a:visited {
  color: rgb(107.1428571429, 49.4047619048, 5.3571428571);
}
a:hover {
  color: #1c1917;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #78716c;
  border-left: 4px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
  padding-left: 14px;
  font-size: 20.25px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 16.875px;
  border: 1px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(40rem - (28px * 2));
  max-width: calc(40rem - 28px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(40rem - (28px));
    max-width: calc(40rem - (28px));
    padding-right: 14px;
    padding-left: 14px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #78716c;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 28px;
  width: 100%;
  text-align: left;
  color: rgb(78.4, 70, 64.4);
  border-collapse: collapse;
  border: 1px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
}
table tr:nth-child(even) {
  background-color: rgb(232.5473684211, 231.0921052632, 230.0526315789);
}
table th, table td {
  padding: 9.3333333324px 14px;
}
table th {
  background-color: rgb(225.3, 223.375, 222);
  border: 1px solid rgb(208.3894736842, 205.3684210526, 203.2105263158);
  border-bottom-color: rgb(189.0631578947, 184.7894736842, 181.7368421053);
}
table td {
  border: 1px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(52.8947368421, 49.8092105263, 47.6052631579);
  border-bottom: 1px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
  min-height: 52.22px;
  position: relative;
}

.site-title {
  font-size: 29.25px;
  font-weight: 300;
  line-height: 66.825px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(52.8947368421, 49.8092105263, 47.6052631579);
}

.site-nav {
  float: right;
  line-height: 66.825px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #1c1917;
  line-height: 1.65;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 14px;
    background-color: #faf8f5;
    border: 1px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(52.8947368421, 49.8092105263, 47.6052631579);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid rgb(218.0526315789, 215.6578947368, 213.9473684211);
  padding: 28px 0;
}

.footer-heading {
  font-size: 20.25px;
  margin-bottom: 14px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 16.875px;
  color: #78716c;
  margin-left: -14px;
}

.footer-col {
  float: left;
  margin-bottom: 14px;
  padding-left: 14px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (28px / 2));
  width: calc(35% - 28px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (28px / 2));
  width: calc(20% - 28px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (28px / 2));
  width: calc(45% - 28px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (28px / 2));
    width: calc(50% - 28px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (28px / 2));
    width: calc(100% - 28px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (28px / 2));
    width: calc(100% - 28px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 28px 0;
  flex: 1;
}

.page-heading {
  font-size: 36px;
}

.post-list-heading {
  font-size: 31.5px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 28px;
}

.post-meta {
  font-size: 15.75px;
  color: #78716c;
}

.post-link {
  display: block;
  font-size: 27px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 28px;
}

.post-title {
  font-size: 47.25px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 40.5px;
  }
}

.post-content {
  margin-bottom: 28px;
}
.post-content h2 {
  font-size: 36px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 31.5px;
  }
}
.post-content h3 {
  font-size: 29.25px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 24.75px;
  }
}
.post-content h4 {
  font-size: 22.5px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 20.25px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: env(safe-area-inset-top, 0px);
  line-height: 0;
  overflow: hidden;
}

.site-hero__img {
  display: block;
  width: 100%;
  height: clamp(9rem, 28vw, 15rem);
  object-fit: cover;
  object-position: center;
}

@supports (padding: max(0px)) {
  .wrapper {
    padding-left: max(14px, env(safe-area-inset-left, 0px));
    padding-right: max(14px, env(safe-area-inset-right, 0px));
  }
  @media screen and (min-width: 801px) {
    .wrapper {
      padding-left: max(28px, env(safe-area-inset-left, 0px));
      padding-right: max(28px, env(safe-area-inset-right, 0px));
    }
  }
}
.recipe-filter {
  margin: 0 0 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(120, 113, 108, 0.2);
}

.recipe-filter__caption {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 15.75px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(120, 113, 108, 0.95);
}

.recipe-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.recipe-filter__chip {
  margin: 0;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 113, 108, 0.35);
  background: #faf8f5;
  color: #1c1917;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.recipe-filter__chip:hover {
  border-color: rgba(180, 83, 9, 0.45);
  background: rgba(180, 83, 9, 0.06);
}
.recipe-filter__chip:focus-visible {
  outline: 2px solid rgba(180, 83, 9, 0.55);
  outline-offset: 2px;
}
.recipe-filter__chip--active {
  border-color: rgba(180, 83, 9, 0.55);
  background: rgba(180, 83, 9, 0.14);
  color: rgb(73.1428571429, 33.726984127, 3.6571428571);
}

.recipe-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-list__item {
  margin: 0;
  border-bottom: 1px solid rgba(120, 113, 108, 0.25);
}
.recipe-list__item:last-child {
  border-bottom: 0;
}
.recipe-list__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
.recipe-list__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.45rem;
}
.recipe-list__label {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(28, 25, 23, 0.88);
  background: rgba(120, 113, 108, 0.12);
  text-decoration: none;
}
.recipe-list__link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 0.75rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #1c1917;
  min-height: 3.25rem;
  transition: background-color 0.12s ease;
}
.recipe-list__link:visited {
  color: #1c1917;
}
.recipe-list__link:hover, .recipe-list__link:focus-visible {
  background-color: rgba(180, 83, 9, 0.08);
  outline: none;
  text-decoration: none;
}
.recipe-list__link:active {
  background-color: rgba(180, 83, 9, 0.12);
  text-decoration: none;
}
.recipe-list__thumb {
  flex-shrink: 0;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 0.45rem;
  object-fit: cover;
  background: rgba(120, 113, 108, 0.12);
}
.recipe-list__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.35;
}

.recipe {
  max-width: 36rem;
  margin: 0 auto;
}

.recipe-header {
  margin-bottom: 30.8px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(120, 113, 108, 0.2);
}

.recipe-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

.recipe-labels__pill {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 0.3rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(28, 25, 23, 0.9);
  background: rgba(120, 113, 108, 0.12);
  border: 1px solid rgba(120, 113, 108, 0.2);
}

.recipe .post-title {
  font-size: clamp(1.65rem, 5vw + 0.5rem, 2.35rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.recipe-meta {
  margin: 0;
  font-size: 15.75px;
  color: #78716c;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: baseline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.recipe--phased {
  max-width: 36rem;
}

.recipe-portions {
  margin: 0 0 30.8px;
  padding: 1rem 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(120, 113, 108, 0.22);
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(28, 25, 23, 0.04);
}

.recipe-portions__text {
  margin-bottom: 0.85rem;
}

.recipe-portions__label {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
  color: #1c1917;
  letter-spacing: -0.01em;
}

.recipe-portions__hint {
  margin: 0.35rem 0 0;
  font-size: 15.75px;
  color: #78716c;
  line-height: 1.45;
}

.recipe-portions__row {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.recipe-portions__stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.recipe-portions__btn {
  flex: 0 0 auto;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0;
  border-radius: 0.5rem;
  border: 1px solid rgba(120, 113, 108, 0.35);
  background: #faf8f5;
  color: #1c1917;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.12s ease, border-color 0.12s ease;
}
.recipe-portions__btn:hover {
  background: rgba(180, 83, 9, 0.1);
  border-color: rgba(180, 83, 9, 0.45);
}
.recipe-portions__btn:active {
  background: rgba(180, 83, 9, 0.16);
}
.recipe-portions__btn:focus-visible {
  outline: 2px solid rgba(180, 83, 9, 0.55);
  outline-offset: 2px;
}

.recipe-portions__value {
  min-width: 2.75rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #1c1917;
}

.recipe-portions__range {
  width: 100%;
  height: 2rem;
  cursor: pointer;
  accent-color: #b45309;
}

.recipe-portions__segments {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.recipe-portions__segment {
  display: flex;
  margin: 0;
  cursor: pointer;
  border-radius: 0.6rem;
  border: 2px solid rgba(120, 113, 108, 0.28);
  background: #faf8f5;
  transition: border-color 0.12s ease, background-color 0.12s ease;
}
.recipe-portions__segment:hover {
  border-color: rgba(180, 83, 9, 0.35);
  background: rgba(180, 83, 9, 0.04);
}

.recipe-portions__segment--active {
  border-color: rgba(180, 83, 9, 0.65);
  background: rgba(180, 83, 9, 0.1);
}

.recipe-portions__segment-text {
  flex: 1;
  text-align: center;
  padding: 0.95rem 1rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1c1917;
}

.recipe-portions__segment--active .recipe-portions__segment-text {
  color: rgb(92.5714285714, 42.6857142857, 4.6285714286);
}

.recipe-portions__radio:focus {
  outline: none;
}

.recipe-portions__segment:has(.recipe-portions__radio:focus-visible) {
  outline: 2px solid rgba(180, 83, 9, 0.55);
  outline-offset: 2px;
}

@media screen and (min-width: 420px) {
  .recipe-portions__segments {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .recipe-portions__segment {
    flex: 1;
    min-width: calc(50% - 0.25rem);
  }
}
@media screen and (min-width: 480px) {
  .recipe-portions__row {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .recipe-portions__stepper {
    flex: 0 0 auto;
  }
  .recipe-portions__range {
    flex: 1;
    min-width: 0;
  }
}
.recipe-lead {
  margin-bottom: 29.4px;
}

.recipe-intro {
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.65;
}
.recipe-intro p {
  margin-bottom: 0.75rem;
}
.recipe-intro p:last-child {
  margin-bottom: 0;
}
.recipe-intro a {
  text-underline-offset: 0.12em;
}

.recipe-lead .recipe-intro + .recipe-comments {
  margin-top: 0.85rem;
}

.recipe-comments {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.recipe-comment {
  margin: 0;
  padding: 0.75rem 1rem;
  background: rgba(120, 113, 108, 0.1);
  border-left: 4px solid rgba(180, 83, 9, 0.45);
  border-radius: 0 0.45rem 0.45rem 0;
}

.recipe-comment__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #1c1917;
}

.recipe-overview-ingredients {
  margin-bottom: 33.6px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(120, 113, 108, 0.18);
}

.recipe-overview-ingredients--before-tools {
  margin-bottom: 0;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(120, 113, 108, 0.18);
}

.recipe-overview-ingredients--before-tools + .recipe-overview-tools {
  padding-top: 21px;
}

.recipe-overview-tools {
  margin-bottom: 33.6px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(120, 113, 108, 0.18);
}

.recipe-tools-list {
  margin: 0;
  padding-left: 1.35rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #1c1917;
}
.recipe-tools-list li {
  margin-bottom: 0.35rem;
  padding-left: 0.2rem;
}
.recipe-tools-list li::marker {
  color: rgba(180, 83, 9, 0.85);
}
.recipe-tools-list li:last-child {
  margin-bottom: 0;
}

.recipe-phase {
  margin-bottom: 37.8px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(120, 113, 108, 0.18);
}
.recipe-phase:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recipe-section-title {
  display: block;
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 3.5vw + 0.4rem, 1.45rem);
  font-weight: 600;
  line-height: 1.25;
  color: #1c1917;
  letter-spacing: -0.02em;
}

.recipe-ingredients {
  list-style: none;
  margin: 0 0 0.25rem;
  padding: 0;
}

.recipe-ingredient {
  display: grid;
  grid-template-columns: 1fr minmax(4.5rem, max-content);
  gap: 0.35rem 0.75rem;
  align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(120, 113, 108, 0.12);
  font-size: 1.0625rem;
  line-height: 1.45;
}
.recipe-ingredient:first-child {
  padding-top: 0;
}
.recipe-ingredient:last-child {
  border-bottom: 0;
}

.recipe-ingredient__name {
  color: #1c1917;
  min-width: 0;
  padding-right: 0.25rem;
}

.recipe-ingredient__measure {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #1c1917;
  font-weight: 500;
  text-align: right;
  justify-self: end;
}

.recipe-ingredient--has-alt .recipe-ingredient__measure {
  white-space: normal;
}

.recipe-ingredient__paren {
  font-weight: 400;
  color: rgba(28, 25, 23, 0.82);
}

.recipe-ingredient__paren-measure {
  font-variant-numeric: tabular-nums;
}

.recipe-ingredient__paren-prefix {
  font-weight: 400;
}

.recipe-ingredient__unit {
  font-weight: 400;
  color: rgba(28, 25, 23, 0.88);
}

.recipe-ingredient--full {
  grid-template-columns: 1fr;
}

.recipe-step__instruction + .recipe-step-ingredients {
  margin-top: 0.65rem;
}

.recipe-step-ingredients {
  margin-bottom: 0.15rem;
  padding: 0.65rem 0.75rem 0.45rem;
  background: rgba(180, 83, 9, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(120, 113, 108, 0.14);
}

.recipe-ingredients--nested {
  margin-bottom: 0;
}
.recipe-ingredients--nested .recipe-ingredient:last-child {
  border-bottom: 0;
  padding-bottom: 0.2rem;
}

.recipe-step__instruction {
  margin: 0;
  line-height: 1.65;
}

.recipe-phase .recipe-ingredients + .recipe-phase-steps {
  margin-top: 21px;
}

.recipe-phase-steps {
  margin: 0;
  padding-left: 1.35rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}
.recipe-phase-steps > li {
  margin-bottom: 1rem;
  padding-left: 0.2rem;
}
.recipe-phase-steps > li:last-child {
  margin-bottom: 0.35rem;
}
.recipe-phase-steps > li::marker {
  color: rgba(180, 83, 9, 0.85);
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .recipe-ingredient {
    grid-template-columns: 1fr minmax(4rem, max-content);
    gap: 0.35rem 0.5rem;
    font-size: 1.05rem;
  }
}
.recipe .post-content {
  font-size: 1.0625rem;
}
.recipe .post-content h2 {
  margin-top: 35px;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 3vw + 0.5rem, 1.6rem);
  line-height: 1.25;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid rgba(180, 83, 9, 0.35);
}
.recipe .post-content h2:first-child {
  margin-top: 0;
}
.recipe .post-content ul,
.recipe .post-content ol {
  padding-left: 1.35rem;
}
@media screen and (max-width: 600px) {
  .recipe .post-content ul,
  .recipe .post-content ol {
    padding-left: 1.5rem;
  }
}
.recipe .post-content li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}
.recipe .post-content li::marker {
  color: rgba(180, 83, 9, 0.85);
}
.recipe .post-content ol li {
  margin-bottom: 0.65rem;
}
.recipe .post-content p {
  margin-bottom: 1rem;
}

.post .post-header .post-title {
  font-size: clamp(1.5rem, 4vw + 0.5rem, 2rem);
  line-height: 1.2;
  margin-bottom: 21px;
}

@media screen and (max-width: 600px) {
  .site-header {
    min-height: 3.25rem;
  }
  .page-content {
    padding-top: 23.8px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 801px) {
  .recipe-list {
    border: 1px solid rgba(120, 113, 108, 0.2);
    border-radius: 0.75rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
  }
  .recipe-list .recipe-list__item {
    border-bottom-color: rgba(120, 113, 108, 0.15);
  }
  .recipe-list .recipe-list__item:last-child {
    border-bottom: 0;
  }
  .recipe-list .recipe-list__link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0;
  }
  .recipe-list .recipe-list__link:hover, .recipe-list .recipe-list__link:focus-visible {
    background-color: rgba(180, 83, 9, 0.06);
    text-decoration: none;
  }
}

/*# sourceMappingURL=main.css.map */