/* Moh Bakes safe footer restore */
.mohOldFooterHidden {
  display: none !important;
}

#moh-global-footer.mohGlobalFooter {
  margin-top: clamp(40px, 5vw, 70px);
  background: linear-gradient(180deg, #fff8eb 0%, #f4e2c8 100%);
  border-top: 1px solid rgba(92, 48, 21, 0.18);
  color: #2b160b;
  font-family: inherit;
}

#moh-global-footer * {
  box-sizing: border-box;
}

#moh-global-footer .mohFooterInner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(30px, 4vw, 46px) 0 24px;
}

#moh-global-footer .mohFooterGrid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 1fr 0.9fr 1.15fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  text-align: left;
}

#moh-global-footer .mohFooterBrand h2 {
  margin: 0 0 10px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1;
  color: #2b160b;
}

#moh-global-footer .mohFooterBrand p,
#moh-global-footer .mohFooterCol p,
#moh-global-footer .mohFooterAreas p {
  color: #69442b;
  font-weight: 650;
  line-height: 1.55;
  text-align: left;
}

#moh-global-footer .mohFooterCol h3 {
  color: #2b160b;
  font-size: 1rem;
  margin: 0 0 12px;
  text-align: left;
}

#moh-global-footer .mohFooterCol a {
  color: #6b3517 !important;
  display: block;
  margin: 0 0 8px;
  text-align: left;
  text-decoration: none !important;
  font-weight: 850;
}

#moh-global-footer .mohFooterCol a:hover {
  color: #2b160b !important;
  text-decoration: underline !important;
}

#moh-global-footer .mohFooterBottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: #6b4a32;
  border-top: 1px solid rgba(92, 48, 21, 0.16);
  margin-top: 28px;
  padding-top: 18px;
  font-weight: 700;
}

@media (max-width: 980px) {
  #moh-global-footer .mohFooterGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #moh-global-footer .mohFooterBrand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  #moh-global-footer .mohFooterGrid {
    grid-template-columns: 1fr;
  }
}


/* Moh Bakes force homepage bridge public CSS start */
#recipes-blog-home-bridge,
.moh-home-content-bridge {
  display: block !important;
  width: min(1180px, calc(100% - 32px)) !important;
  margin: clamp(44px, 6vw, 76px) auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: #2b160b !important;
}

#recipes-blog-home-bridge .moh-home-content-inner,
.moh-home-content-bridge .moh-home-content-inner {
  display: block !important;
  border: 1px solid rgba(120, 72, 32, 0.12) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border-radius: 28px !important;
  padding: clamp(24px, 4vw, 46px) !important;
  box-shadow: 0 18px 48px rgba(72, 44, 18, 0.08) !important;
}

#recipes-blog-home-bridge .moh-home-content-head,
.moh-home-content-bridge .moh-home-content-head {
  display: block !important;
  max-width: 820px !important;
  margin: 0 0 24px !important;
}

#recipes-blog-home-bridge .moh-home-content-head > span,
.moh-home-content-bridge .moh-home-content-head > span {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 16px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: #fff0c6 !important;
  color: #9a4f12 !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#recipes-blog-home-bridge .moh-home-content-head h2,
.moh-home-content-bridge .moh-home-content-head h2 {
  display: block !important;
  margin: 0 0 14px !important;
  max-width: 880px !important;
  color: #2b160b !important;
  font-size: clamp(2.4rem, 5vw, 4.9rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.06em !important;
}

#recipes-blog-home-bridge .moh-home-content-head p,
.moh-home-content-bridge .moh-home-content-head p {
  display: block !important;
  margin: 0 !important;
  color: #76513a !important;
  font-size: clamp(1rem, 1.35vw, 1.22rem) !important;
  line-height: 1.55 !important;
}

#recipes-blog-home-bridge .moh-home-content-grid,
.moh-home-content-bridge .moh-home-content-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

#recipes-blog-home-bridge .moh-home-content-card,
.moh-home-content-bridge .moh-home-content-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: 180px !important;
  padding: 22px !important;
  border: 1px solid rgba(120, 72, 32, 0.12) !important;
  border-radius: 22px !important;
  background: #fff8eb !important;
  color: #3b2414 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(72, 44, 18, 0.06) !important;
}

#recipes-blog-home-bridge .moh-home-content-card:hover,
.moh-home-content-bridge .moh-home-content-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 42px rgba(72, 44, 18, 0.1) !important;
}

#recipes-blog-home-bridge .moh-home-content-card strong,
.moh-home-content-bridge .moh-home-content-card strong {
  display: block !important;
  color: #6b3517 !important;
  font-size: 1.25rem !important;
  line-height: 1.15 !important;
}

#recipes-blog-home-bridge .moh-home-content-card span,
.moh-home-content-bridge .moh-home-content-card span {
  display: block !important;
  color: #76513a !important;
  line-height: 1.5 !important;
}

#recipes-blog-home-bridge .moh-home-content-card em,
.moh-home-content-bridge .moh-home-content-card em {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: auto !important;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  background: #f59e0b !important;
  color: #2b160b !important;
  font-style: normal !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  #recipes-blog-home-bridge .moh-home-content-grid,
  .moh-home-content-bridge .moh-home-content-grid {
    grid-template-columns: 1fr !important;
  }

  #recipes-blog-home-bridge .moh-home-content-card,
  .moh-home-content-bridge .moh-home-content-card {
    min-height: auto !important;
  }
}
/* Moh Bakes force homepage bridge public CSS end */


/* Moh Bakes footer color refresh start */
#moh-global-footer.mohGlobalFooter {
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.16), transparent 32%),
    linear-gradient(180deg, #2a120b 0%, #1a0b07 100%) !important;
  border-top: 1px solid rgba(245, 158, 11, 0.28) !important;
  color: #fff7ed !important;
}

#moh-global-footer .mohFooterInner {
  padding-top: clamp(34px, 4.5vw, 54px) !important;
  padding-bottom: 26px !important;
}

#moh-global-footer .mohFooterBrand h2,
#moh-global-footer .mohFooterCol h3 {
  color: #fff7ed !important;
}

#moh-global-footer .mohFooterBrand p,
#moh-global-footer .mohFooterCol p,
#moh-global-footer .mohFooterAreas p {
  color: rgba(255, 237, 213, 0.82) !important;
}

#moh-global-footer .mohFooterCol a {
  color: #facc15 !important;
  text-decoration: none !important;
}

#moh-global-footer .mohFooterCol a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

#moh-global-footer .mohFooterBottom {
  border-top: 1px solid rgba(245, 158, 11, 0.2) !important;
  color: rgba(255, 237, 213, 0.76) !important;
}

#moh-global-footer .mohFooterBottom span {
  color: rgba(255, 237, 213, 0.76) !important;
}
/* Moh Bakes footer color refresh end */
