:root {
  --recipe-blue: #255699;
  --recipe-red: #eb0a2a;
  --recipe-ink: #111111;
  --recipe-surface: #ffffff;
  --recipe-shadow: 0 24px 50px rgba(37, 86, 153, 0.14);
  --recipe-shadow-soft: 0 12px 26px rgba(37, 86, 153, 0.1);
  --recipe-border: rgba(37, 86, 153, 0.12);
}

#recetas-intro .contenido,
#recetas .contenido,
#receta-detalle .contenido {
  width: min(100%, 1320px);
}

#recetas-intro {
  margin: 44px auto 34px;
}

.recipes-lead {
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
}

.recipes-lead .titulo {
  color: var(--recipe-red);
  font-size: clamp(3rem, 4vw, 4.4rem);
  margin-bottom: 18px;
}

.recipes-lead p {
  color: var(--recipe-ink);
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  line-height: 1.65;
}

#recetas {
  margin-top: 8px;
}

#recetas .titulo {
  color: var(--recipe-blue);
}

#menu-recetas {
  display: grid;
  gap: 58px 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.recipe-card {
  min-width: 0;
}

.recipe-card .recipe-link {
  align-items: end;
  color: var(--recipe-blue);
  display: grid;
  gap: 10px;
  justify-items: center;
  text-decoration: none;
  transition: transform 180ms ease;
}

.recipe-card .recipe-link:hover,
.recipe-card .recipe-link:focus-visible {
  transform: translateY(-4px);
}

.recipe-card__media {
  display: flex;
  justify-content: center;
  min-height: 180px;
  width: 100%;
}

.recipe-card__media img {
  display: block;
  max-height: 190px;
  object-fit: contain;
  width: min(100%, 250px);
}

.recipe-card__title {
  color: var(--recipe-blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.15rem, 1.15vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.recipe-category-icon {
  display: inline-flex;
  justify-content: center;
}

.recipe-category-icon img {
  display: block;
  height: auto;
  max-width: 100%;
}

.recipe-category-icon--card {
  margin-top: 2px;
}

.recipe-category-icon--card img {
  width: clamp(106px, 9.5vw, 146px);
}

.recipe-badge {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(37, 86, 153, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(37, 86, 153, 0.14);
  color: var(--recipe-blue);
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  max-width: 260px;
  min-height: 54px;
  padding: 10px 22px 10px 18px;
  text-align: center;
}

.recipe-badge__icon {
  align-items: center;
  color: var(--recipe-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1;
  justify-content: center;
  transform: translateY(1px);
}

.recipe-badge__text {
  display: block;
  font-family: "shine_flowerregular";
  font-size: 1.34rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 0.95;
}

.recipe-canvas__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.recipe-tag {
  background: var(--recipe-surface);
  border: 1px solid rgba(37, 86, 153, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08);
  color: var(--recipe-blue);
  display: inline-flex;
  font-family: "shine_flowerregular", cursive;
  font-size: clamp(1.15rem, 1.5vw, 1.6rem);
  gap: 10px;
  line-height: 1;
  padding: 14px 22px;
}

.recipe-detail-page {
  display: block;
  margin: 24px auto 0;
  min-height: unset;
  padding: 20px !important;
  width: 100%;
}

.recipe-back {
  color: var(--recipe-blue);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.recipe-back:hover,
.recipe-back:focus-visible {
  color: var(--recipe-red);
}

.recipe-canvas {
  background: var(--recipe-surface);
  border-radius: 34px;
  box-shadow: 0 28px 56px rgba(17, 17, 17, 0.1);
  display: grid;
  gap: 18px;
  padding: clamp(28px, 3.6vw, 44px) clamp(30px, 3.8vw, 50px) clamp(26px, 3vw, 38px);
  position: relative;
}

.recipe-canvas__top {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 1rem;
}

.recipe-canvas__eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-self: center;
  line-height: 1;
  margin-left: clamp(80px, 10vw, 170px);
}

.recipe-canvas__eyebrow-icon,
.recipe-canvas__eyebrow-spark {
  color: var(--recipe-ink);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.9rem, 2vw, 2.8rem);
  font-weight: 500;
}

.recipe-canvas__eyebrow-text {
  color: var(--recipe-red);
  font-family: "shine_flowerregular", cursive;
  font-size: clamp(3.6rem, 4.6vw, 6.4rem);
}

.recipe-canvas__eyebrow-spark--offset {
  transform: translateY(12px);
}

.recipe-canvas__utilities {
  display: grid;
  gap: 12px;
  justify-items: end;
  justify-self: end;
  padding-right: 30px;
}

.recipe-canvas__utilities--mobile {
  display: none;
}

.recipe-utility {
  align-items: center;
  background: var(--recipe-surface);
  border: 1px solid rgba(37, 86, 153, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.14);
  color: var(--recipe-blue);
  display: inline-flex;
  font-family: "shine_flowerregular", cursive;
  font-size: clamp(1.28rem, 1.45vw, 1.8rem);
  gap: 14px;
  line-height: 1;
  min-height: 68px;
  min-width: 304px;
  padding: 8px 20px 8px 8px;
  text-decoration: none;
}

.recipe-utility__icon {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.08);
  color: var(--recipe-red);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  min-width: 50px;
}

.recipe-utility__icon--image img {
  display: block;
  height: auto;
  width: 16px;
}

.recipe-utility--pdf .recipe-utility__icon {
  color: var(--recipe-ink);
}

.recipe-utility--pdf:hover,
.recipe-utility--pdf:focus-visible {
  color: var(--recipe-red);
}

.recipe-canvas__title {
  color: var(--recipe-blue);
  font-family: "shine_flowerregular", cursive;
  font-size: clamp(3.4rem, 4.6vw, 5.45rem);
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
}

.recipe-canvas__body {
  display: grid;
  align-items: start;
  gap: clamp(42px, 4vw, 86px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.recipe-canvas__column {
  min-width: 0;
}

.recipe-canvas__column--visual {
  display: grid;
  gap: 24px;
}

.recipe-canvas__column--steps {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: flex-start;
}

.recipe-canvas__copy h2 {
  color: var(--recipe-red);
  font-family: "shine_flowerregular", cursive;
  font-size: clamp(2.35rem, 2.95vw, 3.5rem);
  font-weight: 400;
  line-height: 0.95;
  margin: 0 0 14px;
}

.recipe-list {
  color: var(--recipe-blue);
  list-style: none;
  margin: 0;
  padding: 0;
}

.recipe-list li,
.recipe-step {
  color: var(--recipe-blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.98rem, 1vw, 1.18rem);
  font-weight: 600;
  line-height: 1.28;
}

.recipe-list li + li,
.recipe-step + .recipe-step {
  margin-top: 2px;
}

.recipe-steps {
  display: grid;
  gap: 10px;
}

.recipe-step {
  margin: 0;
}

.recipe-step b,
.recipe-step span {
  display: block;
}

.recipe-step b {
  font-weight: 800;
  margin-bottom: 2px;
}

.recipe-step span {
  font-weight: 500;
}

.recipe-canvas__copy--combine {
  margin-top: 28px;
}

.recipe-detail-page .recipe-canvas__copy--steps {
  margin-top: 24px;
  padding: 0;
}

.recipe-detail-page .recipe-canvas__copy--steps h2 {
  margin-top: 18px;
}

.recipe-canvas__figure {
  min-height: 420px;
  position: relative;
}

.recipe-canvas__figure img {
  display: block;
  filter: drop-shadow(0 18px 26px rgba(17, 17, 17, 0.18));
  margin: 0 auto;
  max-height: 600px;
  max-width: 760px;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
}

.recipe-doodle {
  color: var(--recipe-ink);
  font-family: "shine_flowerregular", cursive;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  line-height: 1;
  position: absolute;
  z-index: 1;
}

.recipe-doodle--face {
  left: -18px;
  top: 22%;
}

.recipe-doodle--arrow {
  left: 12%;
  top: -2px;
}

.recipe-doodle--spark {
  right: 15%;
  top: 22%;
}

.recipe-doodle--scribble {
  bottom: -18px;
  color: var(--recipe-ink);
  font-size: clamp(1.9rem, 2.3vw, 3rem);
  right: 2%;
  transform: rotate(16deg);
}

.recipe-canvas__footer--badges {
  justify-content: center;
  gap: 24px;
  padding-top: 2px;
}

.recipe-tag-image {
  display: inline-flex;
  filter: drop-shadow(0 10px 14px rgba(17, 17, 17, 0.12));
  opacity: 0.94;
  transition: transform 180ms ease, opacity 180ms ease;
}

.recipe-tag-image img {
  display: block;
  height: auto;
  max-width: 320px;
  width: clamp(220px, 17vw, 320px);
}

.recipe-tag-image.is-active {
  opacity: 1;
  transform: translateY(-2px);
}

#globalModal {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
  padding: 16px 0;
}

#globalModal.active {
  display: grid;
  place-items: center;
}

#globalModal .modal-dialog {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 90dvh;
  left: auto;
  margin: 0 auto;
  max-height: 90dvh;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: auto;
  transform: none;
  width: 80%;
}

#globalModal .modal-close {
  background: var(--recipe-surface);
  border: 2px solid rgba(37, 86, 153, 0.5);
  border-radius: 999px;
  box-shadow: 0 10px 18px rgba(17, 17, 17, 0.14);
  color: var(--recipe-red);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 1.15rem;
  font-weight: 700;
  height: 44px;
  line-height: 1;
  padding: 0;
  position: static;
  align-self: flex-end;
  margin: 14px 14px -58px 0;
  width: 44px;
  z-index: 4;
}

#globalModal .modal-body {
  flex: 1 1 auto;
  height: auto;
  max-height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
  padding: 0;
}

#globalModal .recipe-canvas {
  --recipe-modal-left-col: 420px;
  --recipe-modal-image-width: 560px;
  --recipe-modal-copy-offset: 2em;
  --recipe-modal-title-offset: 2.45em;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  gap: 20px;
  min-height: 0;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 40px 20px;
  scrollbar-width: none;
}

#globalModal .recipe-canvas::-webkit-scrollbar {
  display: none;
}

#globalModal .recipe-canvas__top {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 28px;
  justify-content: space-between;
}

#globalModal .recipe-canvas__body {
  align-items: start;
  display: grid;
  flex: 1 1 auto;
  gap: clamp(28px, 3vw, 56px);
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  min-height: 0;
  width: 100%;
}

#globalModal .recipe-canvas__eyebrow {
  align-items: center;
  display: inline-flex;
  flex: 1 1 auto;
  gap: 8px;
  justify-content: center;
}

#globalModal .recipe-canvas__eyebrow-icon,
#globalModal .recipe-canvas__eyebrow-spark {
  font-size: clamp(2.2rem, 2.8vw, 3.9rem);
  line-height: 1;
}

#globalModal .recipe-canvas__eyebrow-image {
  display: inline-flex;
  justify-content: center;
}

#globalModal .recipe-canvas__eyebrow-image img {
  display: block;
  height: auto;
  width: clamp(122px, 13.75vw, 232px);
}

#globalModal .recipe-canvas__title {
  display: block;
  font-size: clamp(2.2rem, 2.5vw, 2.85rem);
  grid-column: 1 / -1;
  line-height: 0.92;
  margin-bottom: 4px;
  margin-left: 0;
  padding-left: var(--recipe-modal-title-offset);
  width: 100%;
}

#globalModal .recipe-canvas__column--visual {
  display: flex;
  flex: 0 1 46%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding: 0;
  align-items: flex-start;
}

#globalModal .recipe-canvas__column--visual .recipe-canvas__copy {
  margin-left: 0;

  padding-left: 8em;
}

#globalModal .recipe-canvas__copy h2 {
  font-size: clamp(2rem, 2.1vw, 2.7rem);
  margin-bottom: 8px;
}

#globalModal .recipe-list li,
#globalModal .recipe-step {
  font-size: clamp(0.94rem, 0.94vw, 1.08rem);
  font-weight: 500;
  line-height: 1.08;
}

#globalModal .recipe-list li + li,
#globalModal .recipe-step + .recipe-step {
  margin-top: 4px;
}

#globalModal .recipe-steps {
  gap: 6px;
}

#globalModal .recipe-step b {
  margin-bottom: 0;
}

#globalModal .recipe-utility {
  font-size: clamp(1.04rem, 1.02vw, 1.3rem);
  gap: 10px;
  min-height: 48px;
  min-width: 218px;
  padding: 6px 14px 6px 6px;
}

#globalModal .recipe-utility__icon {
  font-size: 1.08rem;
  height: 34px;
  min-width: 34px;
}

#globalModal .recipe-canvas__utilities {
  align-self: center;
}

#globalModal .recipe-canvas__figure {
  align-self: flex-start;
  border-radius: 200px;
  margin-top: 12px;
  width: min(100%, 540px);
}

#globalModal .recipe-canvas__figure img {
  display: block;
  filter: none;
  max-height: 420px;
  max-width: var(--recipe-modal-image-width);
  border-radius: 20px;
}

#globalModal .recipe-canvas__column--steps {
  align-items: stretch;
  display: flex;
  flex: 0 1 54%;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  max-width: 640px;
  min-height: 0;
  padding: 0;
}

#globalModal .recipe-canvas__footer {
  flex: 0 0 auto;
  justify-content: center;
  margin-top: auto;
  padding-top: 2px;
}

#globalModal .recipe-canvas__utilities {
  flex: 0 0 auto;
  justify-items: end;
}

#globalModal .recipe-tag-image img {
  max-width: 190px;
  width: clamp(140px, 9vw, 190px);
}

@media (max-width: 1100px) {
  #menu-recetas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .recipe-canvas__eyebrow {
    justify-self: start;
    margin-left: 0;
  }

  .recipe-canvas__utilities {
    justify-items: start;
    justify-self: start;
  }

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

  .recipe-canvas__title {
    max-width: none;
  }

  #globalModal .recipe-canvas__title {
    margin-left: 0;
  }

  #globalModal .recipe-canvas__body {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  #globalModal .recipe-canvas__column--visual {
    flex-basis: auto;
    gap: 24px;
  }

  #globalModal .recipe-canvas__column--visual .recipe-canvas__copy {
    margin-left: 0;
    max-width: none;
  }

  #globalModal .recipe-canvas__figure {
    width: min(100%, 430px);
  }

  #globalModal .recipe-canvas__column--steps {
    flex-basis: auto;
    max-width: none;
  }
}

@media (max-width: 900px) {
  #globalModal {
    display: none !important;
  }

  #recetas-intro {
    margin-top: 24px;
  }

  #menu-recetas {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 28px;
  }

  .recipe-card__media {
    min-height: 150px;
  }

  .recipe-card__media img {
    max-height: 168px;
  }

  .recipe-card__title {
    font-size: 1.35rem;
  }

  .recipe-category-icon--card img {
    width: 108px;
  }

  .recipe-detail-page {
    margin-top: 8px;
    padding: 0 28px 22px !important;
  }

  .recipe-back {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    letter-spacing: 0.03em;
    margin: 0 auto 14px;
    min-height: 44px;
    padding: 4px 0;
    text-align: center;
    width: fit-content;
  }

  .recipe-canvas {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    gap: 18px;
    overflow: visible;
    padding: 8px 0 18px;
  }

  .recipe-canvas__top {
    gap: 12px;
    justify-items: center;
    margin-bottom: 0;
  }

  .recipe-canvas__utilities--desktop {
    display: none;
  }

  .recipe-canvas__eyebrow {
    justify-self: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin: 0;
    justify-content: center;
    text-align: center;
  }

  .recipe-canvas__eyebrow-text {
    font-size: clamp(2.6rem, 10vw, 4rem);
    line-height: 0.88;
  }

  .recipe-canvas__title {
    font-size: clamp(1.95rem, 8.8vw, 2.72rem);
    line-height: 0.92;
    margin-top: 4px;
    margin-inline: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-width: min(100%, 15.5ch);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: min(100%, 24.5rem);
    z-index: 1;
  }

  .recipe-canvas__body {
    gap: 18px;
    justify-items: center;
  }

  .recipe-canvas__column--visual {
    gap: 12px;
    justify-items: center;
    padding-inline: 2px;
    position: relative;
    width: 100%;
  }

  .recipe-detail-page .recipe-canvas__column--visual {
    gap: 16px;
    padding-top: 10px;
  }

  .recipe-detail-page .recipe-canvas__title {
    order: 1;
  }

  .recipe-canvas__figure {
    min-height: 0;
    left: 50%;
    margin: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: clamp(128px, 39vw, 192px);
    transform: translateX(-50%);
    width: min(calc(100% - 4px), 392px);
    z-index: 0;
  }

  .recipe-detail-page .recipe-canvas__figure {
    left: auto;
    margin: 6px auto 0;
    order: 3;
    position: relative;
    top: auto;
    transform: none;
  }

  .recipe-canvas__figure img {
    filter: none;
    max-height: 382px;
    mix-blend-mode: normal;
    width: min(100%, 392px);
  }

  .recipe-canvas__utilities--mobile {
    display: grid;
    gap: 8px;
    justify-items: center;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .recipe-detail-page .recipe-canvas__utilities--mobile {
    order: 2;
  }

  .recipe-canvas__utilities--mobile .recipe-utility {
    width: min(100%, 24.5rem);
  }

  .recipe-utility {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(37, 86, 153, 0.12);
    border-radius: 0;
    box-shadow: none;
    font-size: clamp(0.98rem, 4.4vw, 1.2rem);
    justify-content: center;
    min-height: 0;
    min-width: 0;
    padding: 0 0 10px;
    text-align: center;
    width: fit-content;
  }

  .recipe-utility__icon {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.05rem;
    height: auto;
    min-width: 0;
  }

  .recipe-canvas__copy h2 {
    font-size: clamp(1.95rem, 8vw, 2.8rem);
    margin-bottom: 10px;
    text-align: center;
  }

  .recipe-canvas__copy--ingredients,
  .recipe-canvas__copy--steps,
  .recipe-canvas__copy--combine {
    background: transparent;
    border: 0;
    border-radius: 0;
    justify-self: center;
    max-width: 24.5rem;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .recipe-canvas__copy--ingredients {
    margin-top: clamp(212px, 60vw, 318px);
    position: relative;
    z-index: 1;
  }

  .recipe-detail-page .recipe-canvas__copy--ingredients {
    margin-top: 0;
    order: 4;
  }

  .recipe-canvas__copy--steps {
    border-top: 1px solid rgba(37, 86, 153, 0.12);
    padding-top: 18px;
    position: relative;
    z-index: 1;
  }

  .recipe-canvas__copy--combine {
    border-top: 1px solid rgba(37, 86, 153, 0.12);
    padding-top: 18px;
    position: relative;
    z-index: 1;
  }

  .recipe-list li,
  .recipe-step {
    font-size: 0.98rem;
    line-height: 1.42;
    text-align: left;
  }

  .recipe-list li + li,
  .recipe-step + .recipe-step {
    margin-top: 8px;
  }

  .recipe-doodle {
    font-size: 1.1rem;
    opacity: 0.65;
  }

  .recipe-doodle--face {
    left: 8px;
    top: 14px;
  }

  .recipe-doodle--arrow {
    left: auto;
    right: 48px;
    top: 6px;
  }

  .recipe-doodle--spark {
    right: 12px;
    top: 42%;
  }

  .recipe-doodle--scribble {
    bottom: 6px;
    right: 14px;
  }

  .recipe-canvas__footer--badges {
    gap: 12px;
    justify-content: center;
    justify-self: center;
    max-width: 24.5rem;
    position: relative;
    z-index: 1;
  }

  .recipe-tag-image img {
    max-width: 180px;
    width: min(46vw, 180px);
  }
}

@media (max-width: 560px) {
  .recipe-canvas {
    padding-bottom: 16px;
  }

  .recipe-detail-page {
    padding-inline: 24px !important;
  }

  .recipe-canvas__eyebrow-icon,
  .recipe-canvas__eyebrow-spark {
    font-size: 1.45rem;
  }

  .recipe-canvas__figure {
    top: clamp(122px, 42vw, 172px);
    width: min(calc(100% - 8px), 348px);
  }

  .recipe-detail-page .recipe-canvas__figure {
    margin-top: 4px;
    width: min(calc(100% - 8px), 348px);
  }

  .recipe-canvas__figure img {
    max-height: 344px;
    width: min(100%, 348px);
  }

  .recipe-canvas__title,
  .recipe-canvas__utilities--mobile .recipe-utility,
  .recipe-canvas__copy--ingredients,
  .recipe-canvas__copy--steps,
  .recipe-canvas__copy--combine,
  .recipe-canvas__footer--badges {
    max-width: 21.75rem;
  }

  .recipe-canvas__copy--ingredients {
    margin-top: clamp(206px, 66vw, 286px);
  }

  .recipe-detail-page .recipe-canvas__copy--ingredients {
    margin-top: 0;
  }

  .recipe-canvas__copy--ingredients,
  .recipe-canvas__copy--steps,
  .recipe-canvas__copy--combine {
    padding-inline: 0;
  }
}
