<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recipe {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  margin: 4px 4px 0 4px;
  padding: 76px 0 48px; }
  @media (min-width: 769px) {
    .recipe {
      margin: 16px 16px 0 16px;
      padding: 124px 0 80px;
      border-radius: 16px 16px 0 0; } }
  .recipe__container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto; }
  .recipe__title {
    margin: 0 0 24px; }
    @media (min-width: 1200px) {
      .recipe__title {
        margin: 0 0 48px; } }
    .recipe__title &gt; * {
      margin: 0;
      padding: 0;
      font-family: "PPeikoLight", "arial", "sans-serif";
      font-size: 32px;
      line-height: 44px; }
      @media (min-width: 1200px) {
        .recipe__title &gt; * {
          font-size: 48px;
          line-height: 64px; } }
  .recipe__ingredients {
    margin: 0 0 48px; }
    @media (min-width: 1200px) {
      .recipe__ingredients {
        margin: 0 0 80px; } }
    .recipe__ingredients-title {
      font-size: 14px;
      margin: 0 0 16px;
      font-family: "VeuveClicquotRegular", "arial", "sans-serif"; }
      @media (min-width: 1200px) {
        .recipe__ingredients-title {
          font-size: 16px; } }
    @media (min-width: 1200px) {
      .recipe__ingredients-lists {
        columns: 3; } }
    .recipe__ingredients-lists .ingredients-list {
      list-style: none;
      padding: 0;
      margin: 0 0 24px; }
    .recipe__ingredients-lists &gt; * {
      font-size: 14px;
      line-height: 24px;
      margin: 0; }
      @media (min-width: 1200px) {
        .recipe__ingredients-lists &gt; * {
          -ms-flex: 1 1 33.33%;
              flex: 1 1 33.33%;
          font-size: 16px; } }
  .recipe__main-image-container {
    margin: 0 -20px 48px; }
    @media (min-width: 1200px) {
      .recipe__main-image-container {
        margin: 0 0 80px; } }
  .recipe__main-figure {
    margin: 0; }
  .recipe__method {
    max-width: 568px;
    margin: 0 auto; }
    .recipe__method-title {
      margin: 0 0 24px; }
      @media (min-width: 1200px) {
        .recipe__method-title {
          margin: 0 0 48px; } }
      .recipe__method-title &gt; * {
        font-family: "PPeikoLight", "arial", "sans-serif";
        font-size: 32px;
        line-height: 44px; }
        @media (min-width: 1200px) {
          .recipe__method-title &gt; * {
            font-size: 48px;
            line-height: 64px; } }
  .recipe__instructions {
    counter-reset: css-counter 0; }
    .recipe__instructions &gt; ol {
      padding: 0;
      margin: 0;
      list-style: none;
      counter-reset: ingredients; }
      .recipe__instructions &gt; ol li {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 24px;
        padding: 0 0 0 26px;
        position: relative;
        transition: all 0.35s ease-in-out; }
        @media (min-width: 1200px) {
          .recipe__instructions &gt; ol li {
            margin: 0 0 32px; } }
        .recipe__instructions &gt; ol li::before {
          counter-increment: ingredients;
          content: counter(ingredients);
          font-size: 16px;
          line-height: 26px;
          position: absolute;
          left: 0;
          top: 0;
          font-family: "PPeikoLight", "arial", "sans-serif"; }
        .recipe__instructions &gt; ol li:last-child {
          margin-bottom: 0; }
  .recipe__read-more-container {
    padding: 0 26px; }


/*# sourceMappingURL=recipe.css.map*/</pre></body></html>