/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 28 2026 | 03:51:29 */
.recipe-page {
  --recipe-blue: #1f5fa8;
  --recipe-navy: #163a63;
  --recipe-light-blue: #eaf3fb;
  --recipe-text: #1f2937;
  --recipe-muted: #6b7280;
  --recipe-border: #d9e1ea;
  --recipe-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  --recipe-radius: 14px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--recipe-text);
  background: #fff;
}

.recipe-page p {
margin-bottom: 0px;
}

.recipe-page h3 {
	width: fit-content;
}

.recipe-page .recipe-topbar {
  height: 18px;
  background: var(--recipe-blue);
}

.recipe-page .recipe-site-header {
  border-bottom: 1px solid #eceff4;
}

.recipe-page .recipe-header-side {
  width: 180px;
}

.recipe-page .recipe-site-logo {
  font-size: 2rem;
  line-height: 1;
  font-style: italic;
  color: #111827;
}

.recipe-page .recipe-site-tag {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--recipe-muted);
  text-transform: uppercase;
  margin-top: 6px;
}

.recipe-page .recipe-nav-links .nav-link {
  color: #334155;
  letter-spacing: 0.08em;
}

.recipe-page .recipe-nav-links .nav-link:hover {
  color: var(--recipe-blue);
}

.recipe-page .recipe-breadcrumb-text {
color: #5A6670;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 22.1px; /* 170% */
  margin-bottom: 38px;
	    display: flex;
    gap: 8px;
}

.recipe-page .recipe-breadcrumb-text a {
	color: #8B959D;
}

.recipe-page .recipe-eyebrow {
color: #2E7EBB;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 15px */
letter-spacing: 3.696px;
text-transform: uppercase;
}

.recipe-page .recipe-hero-title {
      color: #14344E;
    font-family: Lora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 425px;
  margin: 0;
}

.recipe-page .recipe-hero-lead {
  font-size: 1.05rem;
  color: #374151;
  max-width: 700px;
	margin-bottom: 0px;
}

.recipe-page .recipe-author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.recipe-page .recipe-meta-box {
  border: 1px solid var(--recipe-border);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
  height: 100%;
}

.recipe-page .recipe-meta-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: var(--recipe-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.recipe-page .recipe-meta-value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-top: 4px;
}

.recipe-page .recipe-hero-image-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.recipe-page .recipe-hero-image {
  width: 100%;
}


.recipe-page .recipe-section-space {
     padding: 4rem 0 0 0;

}

.recipe-section-space .chefs-owners {
width: 50%;
}

.recipe-section-space .nutrition {
width: 48%;
}
.recipe-section-heading {
  padding-bottom: 40px;
}

.recipe-page .recipe-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  color: #111827;
  font-weight: 500;
	width: fit-content;
}

.recipe-page .recipe-section-heading p {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--recipe-muted);
  font-size: 14px;
  margin-bottom: 0;
}

.recipe-page .recipe-custom-card {
  border-radius: var(--recipe-radius);
  box-shadow: var(--recipe-shadow);
  overflow: hidden;
}

.recipe-page .recipe-custom-card-header {
background: transparent;
    border-bottom: 1px solid #eef2f7;
    padding: 14px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipe-page .recipe-ingredient-list li,
.recipe-page .recipe-equipment-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e7eb;
    font-family: Montserrat, sans-serif;
  font-size: 15px;
	font-weight: 600;
	line-height: 25.5px;
	margin: 0;
}

.recipe-page .recipe-ingredient-list li:last-child,
.recipe-page .recipe-equipment-list li:last-child {
  border-bottom: none;
}

.recipe-page .recipe-equipment-list li {
	padding: 10px 32px;
}

.recipe-page .recipe-check-box {
  width: 18px;
  height: 18px;
  border: 1px solid #b6c3d1;
  border-radius: 4px;
  flex: 0 0 18px;
 margin: 0;
  background: #fff;
}

.recipe-ingredient-list li label {
	display: flex;
    align-items: center;
    gap: 12px;
	font-weight: 400;
}

.recipe-page .recipe-tip-box {
  margin-top: 1rem;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 12px;
  padding: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #425466;
      margin-bottom: 8px;
}

.recipe-page .recipe-step-group-label {
  font-family: 'Lora', sans-serif;
  font-size: 24px;
  color: #14344E;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.recipe-page .recipe-step-card {
  border: 1px solid var(--recipe-border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 0;
  background: #fff;
  box-shadow: var(--recipe-shadow);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
}

.recipe-page .recipe-step-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--recipe-navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.recipe-page .recipe-step-card h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.recipe-page .recipe-step-card p {
  margin: 0;
  color: #374151;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.recipe-page .recipe-note-box {
  background: var(--recipe-light-blue);
  border-left: 3px solid var(--recipe-blue);
  padding: 14px 18px;
  border-radius: 0 10px 10px 0;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14.5px;
  color: #555555;
      display: flex;
    flex-direction: column;
    gap: 12px;
}

.recipe-page .recipe-note-box .recipe-note-title {
  display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.recipe-page .recipe-note-box .recipe-note-title p{
color: #555;
font-family: "Nunito Sans";
font-size: 11.5px;
font-style: normal;
font-weight: 700;

letter-spacing: 1.84px;
text-transform: uppercase;
}
.recipe-page .recipe-note-box .recipe-note-title img{
      width: 20px;
}

.recipe-page .recipe-step-image {
  border-radius: 12px;
  overflow: hidden;
}

.recipe-page .recipe-step-image img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.recipe-page .recipe-tips-panel {
  background: var(--recipe-navy);
  color: #fff;
  border-radius: var(--recipe-radius);
  padding: 46px 45px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.recipe-page .recipe-tips-panel h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.recipe-page .recipe-tips-panel ol {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 1.1rem;
}

.recipe-page .recipe-tips-panel li {
  margin-bottom: 10px;
}

.recipe-page .recipe-nutrition-header {
 background: #e8f0fa;
    padding: 14px 24px;
    border-bottom: 1px solid #eef2f7;
    height: 79px;
    align-items: center;
    display: flex;
}

.recipe-page .recipe-nutrition-table td {
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  border-color: #edf2f7;
  color: #232E36;
	height: 50px;
}

.recipe-page .recipe-related-card {
  border: 1px solid var(--recipe-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--recipe-shadow);
}

.recipe-page .recipe-related-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.recipe-page .recipe-related-card .card-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.recipe-page .recipe-related-card .card-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4b5563;
}

.recipe-page .recipe-link {
  color: var(--recipe-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.recipe-page .recipe-link:hover {
  text-decoration: underline;
}

.recipe-page .recipe-comment-section {
  max-width: 760px;
}

.recipe-page .recipe-comment-item {
  border-bottom: 1px solid #eef2f7;
  padding: 16px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.recipe-page .recipe-comment-date {
  font-size: 13px;
  color: var(--recipe-muted);
}

.recipe-page .recipe-subscribe-section {
  background:
    linear-gradient(rgba(8, 23, 42, 0.55), rgba(8, 23, 42, 0.55)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80")
    center/cover no-repeat;
}

.recipe-page .recipe-subscribe-overlay {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.recipe-page .recipe-subscribe-box {
  max-width: 760px;
}

.recipe-page .recipe-subscribe-box h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.recipe-page .recipe-subscribe-box p {
  font-family: Arial, Helvetica, sans-serif;
  color: #e5eef8;
  margin-bottom: 1.5rem;
}

.recipe-page .recipe-site-footer {
  background: #fff;
}

.recipe-page .recipe-social-row {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.recipe-page .recipe-social-row a {
  width: 34px;
  height: 34px;
  border: 1px solid var(--recipe-border);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--recipe-muted);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.recipe-page .recipe-footer-text {
  max-width: 860px;
  margin: 0 auto;
  color: var(--recipe-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.recipe-ingredient-list {
  margin: 0;
}

.card-body {
    padding: 14px 26px;
}

.recipe-section-space .row.g-4 {
	    grid-template-columns: 60% 40%;
    gap: 24px;
	    display: grid;
}

.recipe-equipment-list {
  list-style: none;
  padding-left: 0;
}

.recipe-equipment-list li {
  position: relative;
  padding-left: 30px;
}

.recipe-equipment-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/07/Frame-19.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
}


.ingr-title {
  display: flex;
  align-items: center;
  width: 100%;
}

.ingr-title p {
  margin: 0 10px 0 0; /* space between text and line */
  white-space: nowrap; /* keeps text on one line */
  color: #2E7EBB;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Poppins';
  letter-spacing: 3.7px;
  line-height: 100%;
  text-transform: uppercase;
}

.ingr-title span {
  height: 1px;
  background-color: #DEDEDE;
  flex: 1; /* takes remaining width */
}

.btn-outline-secondary {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 10.75px;
    color: #C0C0C0;
    background-color: transparent;
    border: 2px solid #C0C0C0;
    width: 120px;
    height: 26.88px;
    cursor: pointer;
    margin: 0;
    text-transform: none;
}

.btn-outline-secondary img {
  width: 12px;
  height: 12px;
}

.recipe-step-parent {
      display: flex;
    flex-direction: column;
    gap: 60px;
}

.recipe-step-parent .recipe-step-holder {
    display: flex;
    flex-direction: column;
    gap: 8px;	
}

.recipe-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fw-semibold {
  font-weight: 600;
}
.text-end {
  text-align: right;
}

.nutrition-card {
      padding:0px;
}

.nutrition-estimates {
 display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    background: #E9E9E9;
    text-align: center;
    height: 76px;
}

.nutrition-estimates h3{
color: #232E36;
font-family: Montserrat;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 25.5px; /* 170% */
}

.baker-tips {
      display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.baker-tips img{
    width: 54px;
    height: 54px;
}

.baker-tips .baker-name {
      display: flex;
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
}
.baker-tips .baker-name p{
    margin: 0;
    color: #FFF;
    font-family: Lora;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.baker-tips .baker-name .baker-company{ 
    margin: 0;
    color: #67A8D9;
    font-family: "Nunito Sans";
    font-size: 11.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.55px;
    letter-spacing: 1.84px;
    text-transform: uppercase;
}

.baker-tips-list {
display: flex;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff66;
}

.baker-tips-list .text-blue {
  color: #67A8D9;
    font-family: Lora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.baker-tips-list .tips-list {
    display: flex;
    align-items: center;
    gap: 14px;
    align-self: stretch;
}

.baker-tips-holder {
	    display: flex;
    flex-direction: column;
    gap: 12px;
	
}
.recipe-hero-section {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
}

.recipe-hero-section .main-hero {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.recipe-hero-section .recipe-hero-image-card {
    flex: 1;
}

.recipe-hero-section .top-hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recipe-hero-section .top-hero .top-hero-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.recipe-hero-section .bottom-hero {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.recipe-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 430px;
}

.recipe-stat {
    flex: 1 1 calc(25% - 8px);
}

.recipe-stat-full {
    flex: 1 1 100%;
}
.recipe-meta-box {
  background: #f5f5f2;
  padding: 10px 12px;
  min-height: 48px;
  box-sizing: border-box;
}

.recipe-meta-label {
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2f74b5;
}

.recipe-meta-value {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #183153;
}

.related-recipes-posts img {
border-radius: 14px 14px 0 0;
}


.related-recipes-posts .is-divider {
display: none;
}

.related-recipes-posts .blog-post-inner {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.related-recipes-posts .cat-label {
color: #2E7EBB;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.42px;
    line-height: 18.7px;
    font-family: "Nunito Sans";
	    text-transform: uppercase;
}

.related-recipes-posts .post-title {
color: #14344E;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}

.related-recipes-posts .from_the_blog_excerpt {
color: #5A6670;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.8px;

}


.related-recipes-posts .button {
    color: #1F5E8F;
    font-family: "Nunito Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.1px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    border: none;
    text-align: left;
    padding: 0;
    margin: 0;
position: relative;
	width: 150px;
	    padding: 0 !important;
}

.related-recipes-posts .button::before {
content: '';
    display: block;
    width: 14px;
    height: 14px;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    background: url(/wp-content/uploads/2026/07/righticon.png);
    background-position: center;
    background-size: cover;
}
.related-recipes-posts .is-outline:hover {
background-color: transparent!important;
}

.related-recipes-posts .box-blog-post {
  border-radius: 14px;
  border: 1px solid #E8E1D3;
  background: #FFF;
  box-shadow: 0 2px 6px 0 rgba(20, 52, 78, 0.07), 0 12px 32px 0 rgba(20, 52, 78, 0.08);
}

#related-recipe {
padding: 4rem 0;	
}

#made-this-recipe {
	padding-bottom: 5rem;
}

.recipe-comments-section {
    max-width: 712px;
    margin: 0 auto;
    font-family: sans-serif;
}

.recipe-comments-section form{ 
	margin-bottom: 0px!important;
}

.recipe-comment-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.recipe-comment-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #dce8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #4a7a9b;
    font-size: 16px;
    flex-shrink: 0;
}

.recipe-comment-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.recipe-comment-author {
    font-weight: bold;
    color: #1a1a1a;
}

.recipe-comment-stars {
    color: #f5a623;
    font-size: 13px;
}

.recipe-comment-date {
    color: #888;
    font-size: 13px;
}

.recipe-comment-text {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.recipe-comment-reply {
    font-size: 12px;
    font-weight: bold;
    color: #4a7a9b;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.recipe-comment-reply:hover {
    text-decoration: underline;
}

/* Form */
.recipe-comment-form {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
	    border: 1px solid #aaaaaa7a;
}

.recipe-comment-form h3 {
    margin-bottom: 6px;
	color: #14344E;
font-family: "Playfair Display";
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 37.4px; /* 170% */
}

.recipe-comment-form-note {
color: #5A6670;
font-family: "Nunito Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23.8px; /* 170% */
    padding-bottom: 20px;
}

.recipe-comment-form-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.recipe-comment-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    outline: none;
	    width: 100% !important;
    padding: 13px 16px;
    border: 1px solid #aaaaaa70 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    background: #2e7ebb17 !important;
    height: 49.5px !important;
    resize: vertical;
    outline: none;
    margin-bottom: 0;
    box-sizing: border-box;
}

.recipe-comment-input:focus {
    border-color: #4a7a9b;
}

.recipe-comment-textarea {
        width: 100%;
    padding: 12px 16px;
    border: 1px solid #aaaaaa70;
    border-radius: 8px;
    font-size: 14px;
    background: #2e7ebb17;
    height: 120px;
    resize: vertical;
    outline: none;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.recipe-comment-textarea:focus {
    border-color: #4a7a9b;
}

.recipe-comment-submit {
background: #2E7EBB;
    color: #fff;
    border: none;
    padding: 11px 22px;
    border-radius: 5rem;
    font-size: 13.5px;
    cursor: pointer;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.54px;
    margin: 0;
}

.recipe-comment-submit:hover {
    background: #3a6a8b;
}


@media (max-width: 1024px) {
   .recipe-hero-section .main-hero {
        flex: 0 0 50%;
    }
}
/* Mobile */
@media (max-width: 991.98px) {
  .recipe-page .recipe-header-side {
    width: auto;
  }
	
	.column-on-mobile {
	flex-direction: column;	
	}
	
	.recipe-section-space .chefs-owners {
width: 100%;
}

.recipe-section-space .nutrition {
width: 100%;
}
}




@media (max-width: 767.98px) {
  .recipe-page .recipe-site-logo {
    font-size: 1.7rem;
  }

  .recipe-page .recipe-step-card {
    grid-template-columns: 1fr;
  }

  .recipe-page .recipe-step-badge {
    margin-bottom: 6px;
  }
	.recipe-section-space .row.g-4 {
	    grid-template-columns: 100%;
		padding: 0 20px;
}
.recipe-step-parent {
      display: flex;
    flex-direction: column;
    gap: 24px;
}
}
@media (max-width: 767px) {
   .recipe-hero-section {
        flex-direction: column;
        gap: 15px;
    }

    .recipe-hero-section .main-hero {
        flex: 0 0 100%;
        width: 100%;
        gap: 20px;
    }

    .recipe-hero-section .recipe-hero-image-card {
        width: 100%;
    }

    .recipe-hero-image {
        width: 100%;
        height: auto;
        display: block;
    }
    .recipe-stat {
        flex: 1 1 calc(50% - 8px);
    }

    .recipe-stat-full {
        flex: 1 1 100%;
    }
	.recipe-stats-row {
	width: 100%;	
	}
}



