.elementor-5551 .elementor-element.elementor-element-4fa4161{text-align:center;}.elementor-5551 .elementor-element.elementor-element-4fa4161 img{width:100%;max-width:100%;opacity:1;}.elementor-5551 .elementor-element.elementor-element-07bb17e{font-family:"Poppins", Sans-serif;}/* Start custom CSS *//* =========================================================
   SG&G RECIPE TEMPLATE — VERIFIED FOUNDATION
   Hero + Article Content + Branded Recipe Card Surround
   ========================================================= */

/* =========================================================
   TEMPLATE WRAPPER
   ========================================================= */

.sgg-recipe-template {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  overflow: hidden;
  background: #f5f2ed;
  color: #252421;
}

.sgg-recipe-template,
.sgg-recipe-template * {
  box-sizing: border-box;
}

/* =========================================================
   RECIPE HERO
   ========================================================= */

.sgg-recipe-hero {
  position: relative;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 14% 30%,
      rgba(232, 100, 22, 0.11),
      transparent 32%
    ),
    #0b0b0a;
}

.sgg-recipe-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(232, 100, 22, 0.85),
    transparent
  );
}

.sgg-recipe-hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 56px !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

.sgg-recipe-hero-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0;
}

.sgg-recipe-hero-title {
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-size: clamp(48px, 5vw, 78px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em !important;
  text-wrap: balance;
}

.sgg-recipe-hero-title :is(h1, h2, h3, p) {
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

/* =========================================================
   HERO ACTIONS
   ========================================================= */

.sgg-recipe-hero-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  gap: 14px !important;
}

.sgg-recipe-button-primary,
.sgg-recipe-button-secondary {
  width: auto !important;
  margin: 0 !important;
}

.sgg-recipe-button-primary :is(a, button),
.sgg-recipe-button-primary:is(a, button) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px;
  padding: 14px 22px !important;
  border: 1px solid #e86416 !important;
  border-radius: 8px !important;
  background: #e86416 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(232, 100, 22, 0.22);
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.sgg-recipe-button-primary :is(a, button):hover,
.sgg-recipe-button-primary:is(a, button):hover {
  transform: translateY(-2px);
  border-color: #ff7b26 !important;
  background: #ff7b26 !important;
  box-shadow: 0 14px 28px rgba(232, 100, 22, 0.30);
}

.sgg-recipe-button-secondary :is(a, button),
.sgg-recipe-button-secondary:is(a, button) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px;
  padding: 14px 22px !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.sgg-recipe-button-secondary :is(a, button):hover,
.sgg-recipe-button-secondary:is(a, button):hover {
  transform: translateY(-2px);
  border-color: #e86416 !important;
  background: rgba(232, 100, 22, 0.10) !important;
}

/* =========================================================
   HERO MEDIA
   ========================================================= */

.sgg-recipe-hero-media {
  min-width: 0;
}

.sgg-recipe-hero-media img {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(232, 100, 22, 0.06);
}

/* =========================================================
   MAIN RECIPE ARTICLE
   ========================================================= */

.sgg-recipe-content-section {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  padding: 80px 0 100px;
  background: #f5f2ed;
}

/* Clean transition beneath hero */

.sgg-recipe-content-section::before {
  content: none;
  display: none;
}

.sgg-recipe-content-inner {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
}

.sgg-recipe-content-inner > * {
  width: 100% !important;
  max-width: 880px !important;
}

/* =========================================================
   ARTICLE TYPOGRAPHY
   ========================================================= */

.sgg-recipe-content-inner p {
  margin: 0 0 24px;
  color: #413f3a;
  font-size: 18px;
  line-height: 1.8;
}

.sgg-recipe-content-inner h2 {
  position: relative;
  margin: 58px 0 24px;
  padding-bottom: 14px;
  color: #171613;
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.sgg-recipe-content-inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: #e86416;
}

.sgg-recipe-content-inner h3 {
  margin: 40px 0 17px;
  color: #24221e;
  font-size: clamp(23px, 2.2vw, 30px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.sgg-recipe-content-inner h4 {
  margin: 32px 0 14px;
  color: #2b2924;
  font-size: 21px;
  font-weight: 850;
  line-height: 1.25;
}

.sgg-recipe-content-inner :is(ul, ol) {
  margin: 0 0 28px;
  padding-left: 28px;
}

.sgg-recipe-content-inner li {
  margin: 0 0 10px;
  color: #413f3a;
  font-size: 17px;
  line-height: 1.7;
}

.sgg-recipe-content-inner li::marker {
  color: #e86416;
  font-weight: 800;
}

.sgg-recipe-content-inner a {
  color: #c65310;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sgg-recipe-content-inner a:hover {
  color: #e86416;
}

/* =========================================================
   ARTICLE IMAGES
   ========================================================= */

.sgg-recipe-content-inner
  :is(
    figure,
    .wp-block-image,
    .wp-block-gallery,
    .wp-block-video
  ) {
  margin: 38px 0;
}

.sgg-recipe-content-inner
  :is(
    figure,
    .wp-block-image
  )
  img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(31, 29, 25, 0.14);
}

.sgg-recipe-content-inner figcaption {
  margin-top: 10px;
  color: #777169;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

/* =========================================================
   BLOCKQUOTES
   ========================================================= */

.sgg-recipe-content-inner blockquote {
  margin: 40px 0;
  padding: 27px 29px;
  border: 0;
  border-left: 5px solid #e86416;
  border-radius: 0 12px 12px 0;
  background: #ebe6de;
  color: #36332e;
  box-shadow: 0 10px 30px rgba(31, 29, 25, 0.07);
}

.sgg-recipe-content-inner blockquote p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   TABLES
   ========================================================= */

.sgg-recipe-content-inner table {
  width: 100%;
  margin: 34px 0;
  overflow: hidden;
  border: 1px solid rgba(32, 30, 27, 0.13);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  background: #ffffff;
}

.sgg-recipe-content-inner th,
.sgg-recipe-content-inner td {
  padding: 15px 17px;
  border-right: 1px solid rgba(32, 30, 27, 0.13);
  border-bottom: 1px solid rgba(32, 30, 27, 0.13);
  text-align: left;
}

.sgg-recipe-content-inner th {
  background: #171613;
  color: #ffffff;
  font-weight: 800;
}

.sgg-recipe-content-inner tr:last-child td {
  border-bottom: 0;
}

.sgg-recipe-content-inner :is(th, td):last-child {
  border-right: 0;
}

/* =========================================================
   WP RECIPE MAKER — DARK BRANDED SURROUND
   ========================================================= */

/*
 * The outer WPRM container receives the dark surround.
 * The actual recipe card remains controlled by WP Recipe Maker.
 */

.sgg-recipe-content-inner .wprm-recipe-container {
  position: relative;
  width: calc(100% + 96px) !important;
  max-width: calc(100% + 96px) !important;
  margin: 72px -48px 58px !important;
  padding: 48px !important;
  scroll-margin-top: 150px;
  overflow: hidden;
  border: 1px solid rgba(232, 100, 22, 0.32);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(232, 100, 22, 0.13),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      #191916,
      #0b0b0a
    );
  box-shadow:
    0 28px 62px rgba(31, 29, 25, 0.22),
    0 0 0 5px rgba(232, 100, 22, 0.035);
}

/* Orange top accent */

.sgg-recipe-content-inner .wprm-recipe-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 58%;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background: linear-gradient(
    90deg,
    transparent,
    #e86416,
    transparent
  );
}

/* Actual WPRM card */

.sgg-recipe-content-inner .wprm-recipe-container .wprm-recipe {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 16px !important;
  box-shadow:
    0 20px 46px rgba(0, 0, 0, 0.38),
    0 0 22px rgba(232, 100, 22, 0.05);
}

/* Fallback when a recipe does not output the outer container */

.sgg-recipe-content-inner > .wprm-recipe {
  margin: 72px 0 58px !important;
  scroll-margin-top: 150px;
  overflow: hidden;
  border: 18px solid #11110f !important;
  border-radius: 22px !important;
  box-shadow:
    0 28px 62px rgba(31, 29, 25, 0.22),
    0 0 0 1px rgba(232, 100, 22, 0.30);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .sgg-recipe-hero {
    padding: 70px 0;
  }

  .sgg-recipe-hero-inner {
    gap: 42px !important;
    padding: 0 26px !important;
  }

  .sgg-recipe-content-section {
    padding: 72px 0 84px;
  }

  .sgg-recipe-content-inner {
    padding: 0 26px !important;
  }

  .sgg-recipe-content-inner .wprm-recipe-container {
    width: calc(100% + 52px) !important;
    max-width: calc(100% + 52px) !important;
    margin-right: -26px !important;
    margin-left: -26px !important;
    padding: 34px !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .sgg-recipe-hero {
    padding: 56px 0;
  }

  .sgg-recipe-hero-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 34px !important;
    padding: 0 20px !important;
  }

  .sgg-recipe-hero-title {
    font-size: clamp(44px, 14vw, 64px) !important;
  }

  .sgg-recipe-hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 11px !important;
  }

  .sgg-recipe-button-primary,
  .sgg-recipe-button-secondary {
    width: 100% !important;
  }

  .sgg-recipe-button-primary :is(a, button),
  .sgg-recipe-button-primary:is(a, button),
  .sgg-recipe-button-secondary :is(a, button),
  .sgg-recipe-button-secondary:is(a, button) {
    width: 100% !important;
  }

  .sgg-recipe-content-section {
    padding: 58px 0 70px;
    background: #f5f2ed;
  }

  .sgg-recipe-content-inner {
    padding: 0 20px !important;
  }

  .sgg-recipe-content-inner p {
    font-size: 17px;
    line-height: 1.75;
  }

  .sgg-recipe-content-inner h2 {
    margin-top: 46px;
    font-size: 31px;
  }

  .sgg-recipe-content-inner h3 {
    margin-top: 34px;
    font-size: 25px;
  }

  .sgg-recipe-content-inner li {
    font-size: 16px;
  }

  .sgg-recipe-content-inner blockquote {
    padding: 22px;
  }

  .sgg-recipe-content-inner .wprm-recipe-container {
    width: calc(100% + 16px) !important;
    max-width: calc(100% + 16px) !important;
    margin: 54px -8px 46px !important;
    padding: 14px !important;
    border-radius: 17px;
  }

  .sgg-recipe-content-inner
    .wprm-recipe-container
    .wprm-recipe {
    border-radius: 12px !important;
  }

  .sgg-recipe-content-inner > .wprm-recipe {
    margin: 54px 0 46px !important;
    border-width: 10px !important;
    border-radius: 17px !important;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .sgg-recipe-template *,
  .sgg-recipe-template *::before,
  .sgg-recipe-template *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .sgg-recipe-button-primary :is(a, button):hover,
  .sgg-recipe-button-secondary :is(a, button):hover {
    transform: none !important;
  }
}
/* =========================================================
   SG&G RECIPE HERO — FRONTEND ATOMIC OVERRIDE
   ========================================================= */

.sgg-recipe-template .sgg-recipe-hero {
  position: relative !important;
  display: block !important;
  flex-direction: initial !important;
  align-items: initial !important;
  justify-content: initial !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 80px 0 !important;
  overflow: hidden !important;
  background:
    radial-gradient(
      circle at 14% 30%,
      rgba(232, 100, 22, 0.11),
      transparent 32%
    ),
    #0b0b0a !important;
}

.sgg-recipe-template .sgg-recipe-hero > .sgg-recipe-hero-inner,
.sgg-recipe-template .sgg-recipe-hero .sgg-recipe-hero-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  align-items: center !important;
  justify-items: stretch !important;
  align-content: initial !important;
  justify-content: initial !important;
  flex-direction: initial !important;
  flex-wrap: initial !important;
  width: 100% !important;
  max-width: 1240px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  gap: 56px !important;
  background: transparent !important;
}

.sgg-recipe-template
  .sgg-recipe-hero-inner
  > .sgg-recipe-hero-content {
  position: relative !important;
  display: flex !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  background: transparent !important;
}

.sgg-recipe-template
  .sgg-recipe-hero-inner
  > .sgg-recipe-hero-media {
  position: relative !important;
  display: flex !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.sgg-recipe-template
  .sgg-recipe-hero-media
  .elementor-widget-theme-post-featured-image,
.sgg-recipe-template
  .sgg-recipe-hero-media
  .elementor-widget-container,
.sgg-recipe-template
  .sgg-recipe-hero-media
  picture {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sgg-recipe-template .sgg-recipe-hero-media img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 18px !important;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.38),
    0 0 30px rgba(232, 100, 22, 0.06) !important;
}

.sgg-recipe-template .sgg-recipe-hero-title {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
}

.sgg-recipe-template
  .sgg-recipe-hero-title
  :is(h1, h2, h3, p) {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: clamp(48px, 5vw, 78px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.03em !important;
  text-wrap: balance;
}

.sgg-recipe-template .sgg-recipe-hero-actions {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 14px !important;
  background: transparent !important;
}

@media (max-width: 767px) {
  .sgg-recipe-template .sgg-recipe-hero {
    padding: 56px 0 !important;
  }

  .sgg-recipe-template .sgg-recipe-hero > .sgg-recipe-hero-inner,
  .sgg-recipe-template .sgg-recipe-hero .sgg-recipe-hero-inner {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 0 20px !important;
    gap: 34px !important;
  }

  .sgg-recipe-template
    .sgg-recipe-hero-inner
    > .sgg-recipe-hero-content,
  .sgg-recipe-template
    .sgg-recipe-hero-inner
    > .sgg-recipe-hero-media {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
  }

  .sgg-recipe-template
    .sgg-recipe-hero-title
    :is(h1, h2, h3, p) {
    font-size: clamp(44px, 14vw, 64px) !important;
  }

  .sgg-recipe-template .sgg-recipe-hero-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 11px !important;
  }
}/* End custom CSS */