/* Intent+Ingredient module */
.custom .ew101-related-intent{
    background:#F7F6F3;
    border:1px solid #ddd;
    border-radius:10px;
    padding:12px;
    margin:14px 0;
  }
  .custom .ew101-related-intent__header,
  .custom .intent_ingredient_header {
    font-size:20px;
    margin:0 0 10px 0;
    font-weight:bold;
  }
  .custom .ew101-related-intent__row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .custom .ew101-related-intent__item{ display:block; text-decoration:none; border:none; }
  .custom .ew101-related-intent__thumb img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
  }
  .custom .ew101-related-intent__title{
    font-size:13px;
    font-weight:600;
    line-height:1.25;
    margin-top:6px;
  }
  @media (max-width: 500px){

      .custom .intent_ingredient_header {
      font-size:16px;
      }
    .custom .ew101-related-intent__row{
      display:flex !important;
      flex-wrap:nowrap !important;
      gap:10px;
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      scroll-snap-type:x mandatory;
      padding-bottom:8px;
      margin:0 -12px;
      padding-left:12px;
      padding-right:12px;
    }
    .custom .ew101-related-intent__item{
      flex:0 0 65%;
      scroll-snap-align:start;
    }
    .custom .ew101-related-intent__row::-webkit-scrollbar{ display:none; }
    .custom .ew101-related-intent__row{ scrollbar-width:none; }
    .custom .ew101-related-intent__title{
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
    }
    .custom .ew101-related-intent__thumb img{
      width:100%;
      aspect-ratio:4/3;
      object-fit:cover;
      display:block;
    }
  }

  /* Popular module */
  .custom .ew101-popular{
    background:#F7F6F3;
    border:1px solid #ddd;
    border-radius:10px;
    padding:12px;
    margin:14px 0;
    clear: both;
    float:right;
    max-width:760px;
    
  }
  .custom .ew101-popular__headline{
    font-size:20px;
    font-weight:bold;
    display:block;
    margin:0 0 10px 0;
  }
  .custom .ew101-popular__row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .custom .ew101-popular__item{ display:block; text-decoration:none; border:none; }
  .custom .ew101-popular__thumb img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    aspect-ratio:4/3;
    object-fit:cover;
  }
  .custom .ew101-popular__title{
    font-size:13px;
    font-weight:600;
    line-height:1.25;
    margin-top:6px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  @media (max-width: 500px){
  .custom .ew101-popular__headline{
    font-size:16px;
    
  }
    .custom .ew101-popular__row{
      display:flex !important;
      flex-wrap:nowrap !important;
      gap:10px;
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      scroll-snap-type:x mandatory;
      padding-bottom:8px;
      margin:0 -12px;
      padding-left:12px;
      padding-right:12px;
    }
    .custom .ew101-popular__item{
      flex:0 0 65%;
      scroll-snap-align:start;
    }
    .custom .ew101-popular__row::-webkit-scrollbar{ display:none; }
    .custom .ew101-popular__row{ scrollbar-width:none; }
  }

  /* Weeknight module (Medium) */
  .custom .ew101-weeknight{
    background:#F7F6F3;
    border:1px solid #ddd;
    border-radius:10px;
    padding:12px;
    margin:14px 0;
    clear: both;
    float:right;
    max-width:760px;
  }
  .custom .ew101-weeknight__headline{
    font-size:20px;
    font-weight:bold;
    display:block;
    margin:0 0 10px 0;
  }
  .custom .ew101-weeknight__row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .custom .ew101-weeknight__item{ display:block; text-decoration:none; border:none; }
  .custom .ew101-weeknight__thumb img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
    aspect-ratio:4/3;
    object-fit:cover;
  }
  .custom .ew101-weeknight__title{
    font-size:13px;
    font-weight:600;
    line-height:1.25;
    margin-top:6px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  @media (max-width: 500px){
      .custom .ew101-weeknight__headline{
      font-size:16px;
      }
    .custom .ew101-weeknight__row{
      display:flex !important;
      flex-wrap:nowrap !important;
      gap:10px;
      overflow-x:auto;
      -webkit-overflow-scrolling:touch;
      scroll-snap-type:x mandatory;
      padding-bottom:8px;
      margin:0 -12px;
      padding-left:12px;
      padding-right:12px;
    }
    .custom .ew101-weeknight__item{
      flex:0 0 65%;
      scroll-snap-align:start;
    }
    .custom .ew101-weeknight__row::-webkit-scrollbar{ display:none; }
    .custom .ew101-weeknight__row{ scrollbar-width:none; }
  }