@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
:root {
  --font-family-serif: system-ui-serif, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-sans-serif: Rubik, system-ui, -apple-system, Segoe UI, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-button: Rubik, system-ui, -apple-system, Segoe UI, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-heading: Rubik, system-ui, -apple-system, Segoe UI, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --text-container-spacer: 0;
  --link-color: #CF111B;
  --link-color-hover: #ae0e17;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 8pt;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 1em 0;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure {
  display: block;
  margin: 0;
}

.cff-critical-notice,
.m-popup-gallery-add,
.c-header,
.c-footer,
.c-social,
.m-breadcrumb,
.p-recipe__sidebar,
.p-recipe__toolbox,
.m-recipe-blocks,
.ads-wrapper,
.p-recipe__reviews,
.p-recipe__comments,
.c-header-mobile__search-outer,
.m-tags-list-outer,
.single_recipe .cook-check-list > li .custom-checkbox,
.p-recipe__other-articles,
.p-recipe__section-gallery,
input {
  display: none !important;
}

ul {
  padding-left: 1em;
}

ul > li * {
  display: inherit;
  font: inherit;
}

ul > li label > div {
  display: flex;
  align-items: baseline;
}

ul > li label > div span:nth-child(2) {
  font-weight: 500;
}

ul > li label > div span:nth-child(2)::before {
  content: " - ";
  margin: 0 .5em;
}

.p-recipe__section-steps ul > li {
  margin-bottom: .5em;
}

.p-recipe__section-steps ul > li label > div {
  flex-direction: column;
}

.p-recipe__section-steps .cook-check-list-item-title {
  font-weight: 500;
}

#content {
  width: 100%;
  margin: 0;
  float: none;
}

.p-recipe__header {
  display: flex;
  align-items: flex-start;
}

.p-recipe__header-wrapper {
  flex: 0 0 60%;
  width: 60%;
}

.p-recipe__thumbnail-outer {
  margin-left: auto;
  flex: 0 0 auto;
  width: 35%;
}

.text-container.text-container
.single_recipe .p-recipe__sections {
  font-size: 1em;
  line-height: 1.25;
}

.single_recipe .p-recipe__section {
  margin: 1em 0;
}

a:not(.aspect-ratio__media):link:after {
  content: " (" attr(href) ") ";
}

.p-recipe__title {
  font-size: 2em;
}

.p-recipe__header {
  margin: 0 0 2em;
}

.p-recipe__header-list-outer {
  margin: 2em 0;
  font-size: .8em;
}

.p-recipe__header-list {
  margin: -1.2em -2em;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 576px) {
  .p-recipe__header-list {
    justify-content: flex-start;
  }
}

.p-recipe__header-list-item {
  display: flex;
  align-items: center;
  padding: 1.2em 2em;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 100%;
}

.p-recipe__header-list-item-icon {
  display: none;
}

.p-recipe__header-list-item-title {
  flex: 0 1 auto;
  font-family: var(--font-family-heading);
  line-height: 1.25;
  font-weight: 500;
  color: #191919;
}

@media (max-width: 575.98px) {
  .p-recipe__header-list-item-title {
    display: none;
  }
}

.p-recipe__header-list-item-text {
  line-height: 1.25;
  font-weight: 400;
  color: #747474;
}

.p-recipe__sections {
  display: flex;
  flex-wrap: wrap;
  margin: -.25em;
}

.p-recipe__section {
  flex: 0 0 auto;
  width: 50%;
  padding: .25em;
}

.p-recipe__section-text,
.p-recipe__section-steps {
  width: 100%;
}
