
  .recipe-summary-image.svelte-43c8c4 {
    flex: 1;
    background-color: aliceblue;
    width: 100%;
  }
  .recipe-summary-text.svelte-43c8c4 {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 6px;
    line-height: 1;
    height: 90px;
    width: 100%;
  }
  .course-text.svelte-43c8c4 {
    color: #BC4749;
    font-size: 14px;
    padding: 2px 0px 6px 0px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
  .recipe-text.svelte-43c8c4 {
    font-weight: 800;
    color: #0A0A0A;
    padding: 0;
    margin: 0;
    font-size: 16px;
    flex: 1;
  }
  .time-text.svelte-43c8c4 {
    width: 100%;
    color: #4B4B4B;
    text-align: right;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

  }

  .recipe-summary-component.svelte-43c8c4 {
    height: 290px;
    width: 180px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    flex-basis: 1 0;
    justify-content: left;
    align-items:start;
    box-shadow: 0px 4px 4px rgba(0, 0,0, 0.25);
  }

  .recipe-summary-component.svelte-43c8c4:hover {
    box-shadow: 0px 4px 4px rgba(0, 0,0, 0.6);

  }

  .recipe-image.svelte-43c8c4 {

    object-fit: cover;
    width: 100%;
  }

  @media (max-width: 420px) {
    .recipe-summary-component.svelte-43c8c4 {
      width: 160px;
      height: 258px;
    }
    .recipe-summary-image.svelte-43c8c4 {
      width: 160px;
      height: 168px;
    }

    .recipe-image.svelte-43c8c4 {
      object-fit: cover;

      height: 100%;
      width: 100%;
    }

  }


  section.svelte-qrok9 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0.6;
  }

  .course-header.svelte-qrok9 {
    display: flex;
    align-self: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    gap: 6px
  }

  .adjust-gap.svelte-qrok9 {
    /* set so the grid spans exactly at max width.  */
    gap: 20px;
  }

  @media (max-width: 420px) {
    .adjust-gap.svelte-qrok9 {
      gap: 12px !important;
    }
  }
