.elementor-kit-401{--e-global-color-primary:#0C120C;--e-global-color-secondary:#6D7275;--e-global-color-text:#B01317;--e-global-color-accent:#0C120C;--e-global-color-f3b5ef4:#FCE8BD;--e-global-color-316f38d:#FFB169;--e-global-color-a65d08c:#F3F3F3;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Big Shoulders Text";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Big Shoulders Display";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Big Shoulders Display";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-401 button,.elementor-kit-401 input[type="button"],.elementor-kit-401 input[type="submit"],.elementor-kit-401 .elementor-button{background-color:var( --e-global-color-text );color:var( --e-global-color-a65d08c );border-radius:25px 25px 25px 25px;}.elementor-kit-401 button:hover,.elementor-kit-401 button:focus,.elementor-kit-401 input[type="button"]:hover,.elementor-kit-401 input[type="button"]:focus,.elementor-kit-401 input[type="submit"]:hover,.elementor-kit-401 input[type="submit"]:focus,.elementor-kit-401 .elementor-button:hover,.elementor-kit-401 .elementor-button:focus{background-color:#8F0F17;color:var( --e-global-color-a65d08c );}.elementor-kit-401 e-page-transition{background-color:#FFBC7D;}.elementor-kit-401 a{color:var( --e-global-color-primary );}.elementor-kit-401 a:hover{color:var( --e-global-color-text );}.elementor-kit-401 h1{color:var( --e-global-color-primary );font-family:"Bebas Neue", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-401 h2{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:28px;font-weight:600;line-height:1.3;}.elementor-kit-401 h3{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-401 h4{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-401 h5{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-401 h6{color:var( --e-global-color-primary );font-family:"Big Shoulders Display", Sans-serif;font-size:24px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-401{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:45px;--container-default-padding-right:45px;--container-default-padding-bottom:45px;--container-default-padding-left:45px;}}@media(max-width:767px){.elementor-kit-401{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}}/* Start custom CSS *//* Smokestack Joe's - Ingredients styling */
.recipe-ingredients {
  margin-top: 16px;
}

.recipe-ingredients ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr; /* mobile default */
  gap: 10px 28px;            /* row gap, column gap */
}

.recipe-ingredients li {
  position: relative;
  padding-left: 28px;  /* space for bullet */
  line-height: 1.45;
  font-size: 16px;
  margin: 0;          /* prevent theme margins from doing weird stuff */
}

/* Custom bullet */
.recipe-ingredients li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #b5121b; /* your red */
  position: absolute;
  left: 0;
  top: 0.45em;
  opacity: 0.95;
}

/* Optional section headings inside ingredients */
.recipe-ingredients h3 {
  margin-top: 22px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

/* Desktop: two columns */
@media (min-width: 768px) {
  .recipe-ingredients ul {
    grid-template-columns: 1fr 1fr;
  }
}
.recipe-ingredients li::before { content: "" !important; }
.recipe-ingredients li { padding-left: 28px !important; }
.recipe-ingredients ul { list-style: none !important; padding-left: 0 !important; }
/* Smokestack Joe’s – At a Glance Card */
.recipe-glance {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 22px;
  margin: 22px 0 28px;
}

.recipe-glance__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.recipe-glance__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.recipe-glance__item {
  background: rgba(255,255,255,0.75);
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
}

.recipe-glance__label {
  font-weight: 700;
  opacity: 0.95;
}

.recipe-glance__value {
  font-weight: 600;
  opacity: 0.85;
  text-align: right;
}

.recipe-glance__notes {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.85;
}

/* 2-column on tablet/desktop */
@media (min-width: 700px) {
  .recipe-glance__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
  }
}
/* ================================
   Smokestack Joe’s – Recipe Card Theme
   Scoped to .recipe-card (template container)
================================ */

/* Base typography inside recipe card */
.recipe-card {
  font-size: 16px;
  line-height: 1.65;
}

.recipe-card p {
  margin: 0 0 14px;
}

/* Section headings (Ingredients, Instructions, Pro Tips, etc.) */
.recipe-card h2 {
  font-size: 34px;
  line-height: 1.05;
  font-weight: 800;
  margin: 28px 0 16px;
}

.recipe-card h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  margin: 22px 0 12px;
}

/* Optional: tighten intro spacing before At a Glance */
.recipe-card .recipe-glance {
  margin-top: 18px;
}

/* Make separators look clean and consistent */
.recipe-card hr,
.recipe-card .wp-block-separator {
  border: 0;
  height: 1px;
  background: rgba(0,0,0,0.14);
  margin: 26px 0;
}

/* Lists (general) */
.recipe-card ul,
.recipe-card ol {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.recipe-card li {
  margin: 0 0 10px;
}

/* Instructions: make numbered steps easier to scan */
.recipe-card ol {
  padding-left: 1.4em;
}

.recipe-card ol li {
  padding-left: 6px;
}

/* “Section card” surface to match At a Glance vibe
   Use by wrapping content in a Group block with class recipe-section
*/
.recipe-card .recipe-section {
  background: rgba(255,255,255,0.75);
  border-radius: 16px;
  padding: 22px;
  margin: 18px 0 26px;
}

/* If your entire recipe is already inside a gray card,
   this keeps the section cards subtle */
.recipe-card .recipe-section {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
/* =========================
   Smokestack Joe’s Recipe Typography
   ========================= */

/* Base body text */
.recipe-content,
.recipe-card {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  color: #1f1f1f;
}

/* Recipe Title (H1) */
.recipe-title,
.recipe-card h1 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

/* Section Headings (Ingredients, Instructions, etc.) */
.recipe-card h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

/* Sub-headings (optional sections) */
.recipe-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 12px;
}

/* Paragraph text */
.recipe-card p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 14px;
}

/* Lists (ingredients & tips) */
.recipe-card ul,
.recipe-card ol {
  font-size: 16px;
  line-height: 1.55;
}

/* Instruction steps */
.recipe-instructions ol li {
  margin-bottom: 12px;
}

/* Muted meta text (author, date, notes) */
.recipe-meta,
.recipe-card small {
  font-size: 14px;
  color: #666;
}

/* Horizontal divider consistency */
.recipe-divider {
  margin: 40px 0;
  border-color: rgba(0,0,0,0.12);
}
/* Smokestack Joe’s Instructions Styling */
.recipe-instructions ol {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.recipe-instructions ol li {
  counter-increment: step;
  position: relative;
  padding: 18px 20px 18px 70px;
  margin-bottom: 14px;
  background: #f7f7f7;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.recipe-instructions ol li::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* =========================
   Smokestack Joe’s Pro Tips
   ========================= */

.recipe-tips {
  background: #fafafa;
  border-left: 5px solid #b5121b; /* brand red */
  border-radius: 14px;
  padding: 22px 26px;
  margin: 36px 0;
}

/* Pro Tips heading */
.recipe-tips h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 800;
}

/* Tips list */
.recipe-tips ul {
  margin: 12px 0 0;
  padding-left: 1.2em;
}

.recipe-tips li {
  margin-bottom: 10px;
  line-height: 1.55;
}

/* Optional: subtle emphasis on key words */
.recipe-tips strong {
  font-weight: 700;
}
/* =========================
   Smokestack Joe’s Jump Links
   ========================= */

.recipe-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.recipe-jump__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(0,0,0,0.10);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #1f1f1f;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.recipe-jump__link:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.95);
  border-color: rgba(0,0,0,0.18);
}
html { scroll-behavior: smooth; }
/* Offset anchor jump targets for sticky header */
#ingredients,
#instructions,
#tips {
  scroll-margin-top: 100px;
}
/* Recipe Intro */
.recipe-intro {
  max-width: 760px;
  margin-bottom: 22px;
}

.recipe-intro p {
  font-size: 16.5px;
  line-height: 1.55;
  font-weight: 400;
  color: #444;
  margin: 0;
}

@media (min-width: 1024px) {
  .recipe-intro p {
    font-size: 17px;
  }
}
/* Recipe Intro Block (Post Content) */
.recipe-intro {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 26px;
  max-width: 860px;
  margin: 0 auto 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

/* Intro paragraph typography */
.recipe-intro p {
  font-size: 16.5px;
  line-height: 1.6;
  color: #3a3a3a;
  margin: 0;
}

@media (min-width: 1024px) {
  .recipe-intro {
    padding: 26px 30px;
  }

  .recipe-intro p {
    font-size: 17px;
  }
}
.recipe-jump {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}
/* =========================
   Print Recipe Styling
   ========================= */

/* Optional: Print button styling (screen only) */
.recipe-print {
  display: flex;
  justify-content: left;
  margin: 10px 0 18px;
}

.recipe-print__btn {
  appearance: none;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.85);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.recipe-print__btn:hover {
  background: rgba(255,255,255,1);
}

/* Print layout */
@media print {/* Hide all images for text-only print */
@media print {

  img,
  picture,
  figure,
  .wp-block-image,
  .featured-image,
  .recipe-image {
    display: none !important;
  }

}
.recipe-ebook-cta,
.recipe-more-heading,
.recipe-more-widget,
.recipe-meta {
  display: none !important;
}


  /* Page setup */
  @page {
    margin: 0.6in;
  }

  html, body {
    background: #fff !important;
    color: #000 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* Hide site chrome + non-essential sections */
  header,
  footer,
  nav,
  .site-header,
  .site-footer,
  .elementor-location-header,
  .elementor-location-footer,
  .recipe-jump,
  .recipe-print,
  .comment-respond,
  .comments-area,
  .related-posts,
  .newsletter,
  .cta,
  .recipe-cta,
  .elementor-share-buttons,
  .share-buttons {
    display: none !important;
  }

  /* Remove shadows, backgrounds, gradients for clean print */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .recipe-card,
  .recipe-intro,
  .recipe-glance,
  .recipe-section,
  .recipe-tips,
  .recipe-instructions ol li {
    background: transparent !important;
    border-radius: 0 !important;
  }

  /* Hide image fade overlay if you added it via ::after */
  .recipe-image::after {
    display: none !important;
  }

  /* Keep featured image, but constrain it */
  img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }

  /* Typography for print */
  h1 {
    font-size: 22pt !important;
    line-height: 1.15 !important;
    margin: 0 0 10pt !important;
  }

  h2 {
    font-size: 14pt !important;
    margin: 16pt 0 8pt !important;
  }

  h3 {
    font-size: 12pt !important;
    margin: 12pt 0 6pt !important;
  }

  p, li {
    font-size: 11pt !important;
    line-height: 1.35 !important;
  }

  /* Make Ingredients print nicely (force 1 column for readability) */
  .recipe-ingredients ul {
    display: block !important;
  }

  /* Instructions: remove “cards” and print as clean numbered steps */
  .recipe-instructions ol {
    list-style: decimal !important;
    padding-left: 1.1em !important;
  }

  .recipe-instructions ol li {
    list-style: decimal !important;
    padding: 0 !important;
    margin: 0 0 8pt 0 !important;
  }

  .recipe-instructions ol li::before {
    content: none !important;
  }

  /* Avoid awkward page breaks */
  h2, h3 {
    page-break-after: avoid;
    break-after: avoid;
  }

  ul, ol, .recipe-glance, .recipe-ingredients, .recipe-instructions, .recipe-tips {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  a, a:visited {
    color: #000 !important;
    text-decoration: none !important;
  }
}
/* =========================
   Recipe Video Click-Through CTA
   ========================= */

.recipe-video-cta {
  max-width: 900px;
  margin: 28px auto;
}

.recipe-video-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.recipe-video-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.recipe-video-thumb img {
  width: 100%;
  display: block;
}

/* Play button */
.recipe-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe-video-play::before {
  content: "";
  width: 68px;
  height: 68px;
  background: rgba(0,0,0,0.75);
  border-radius: 999px;
}

.recipe-video-play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}

/* Text below thumbnail */
.recipe-video-text {
  margin-top: 12px;
  text-align: center;
}

.recipe-video-text strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.recipe-video-text span {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

/* Hover interaction */
.recipe-video-link:hover .recipe-video-thumb {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.12);
}

.recipe-video-link:hover .recipe-video-play::before {
  background: #b5121b; /* your brand red */
}
.card-button {
  margin-top: auto;
}/* End custom CSS */