.elementor-2372 .elementor-element.elementor-element-bf80651{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2372 .elementor-element.elementor-element-865a20c{--display:flex;}.elementor-widget-image .widget-image-caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for container, class: .elementor-element-bf80651 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,400&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

  :root {
    --warm-brown: #8B6F47;
    --forest-green: #3D5A40;
    --golden-wheat: #C9A961;
    --dark-gold: #A68A4D;
    --cream: #F9F6F1;
    --light-gold: #D4A574;
    --dark-brown: #2C2416;
    --red-tag: #D4534F;
    --text-body: #4a3728;
  }


  body {
    
    background: var(--cream);
   
  }

  /* ── TOP META BAR ── */
  .top-bar {
    background: var(--forest-green);
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 8px 20px;
    letter-spacing: 0.5px;
  }

  /* ── LAYOUT ── */
  .blog-wrapper {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 24px 80px;
  }

  /* ── BREADCRUMB ── */
  .breadcrumb {
    font-size: 13px;
    color: #888;
    margin-bottom: 28px;
  }
  .breadcrumb a { color: var(--forest-green); text-decoration: none; }
  .breadcrumb a:hover { color: var(--golden-wheat); }

  /* ── CATEGORY PILL ── */
  .category-pill {
    display: inline-block;
    background: var(--forest-green);
    color: #fff;
    font-size: 11px;
    font-family: 'Lora', serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
    text-decoration: none;
  }

  /* ── ARTICLE TITLE ── */
  h1.article-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 5vw, 42px);
    color: var(--forest-green);
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 700;
  }

  /* ── AUTHOR / META ── */
  .post-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e8dece;
    padding-bottom: 20px;
  }
  .author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--golden-wheat);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .meta-info { font-size: 13.5px; color: #777; }
  .meta-info strong { color: var(--forest-green); display: block; font-size: 14px; }
  .reading-time {
    margin-left: auto;
    background: var(--cream);
    border: 1px solid var(--golden-wheat);
    color: var(--dark-gold);
    font-size: 12.5px;
    padding: 5px 12px;
    border-radius: 20px;
  }

  /* ── HERO IMAGE ── */
  .hero-image-wrap {
    position: relative;
    margin-bottom: 36px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(61,90,64,0.15);
  }
  .hero-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--forest-green);
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 4px;
  }
  .image-caption {
    font-size: 13px;
    color: #888;
    font-style: italic;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 28px;
  }

  /* ── TABLE OF CONTENTS ── */
  .toc-box {
    background: #fff;
    border: 1px solid #e8dece;
    border-left: 4px solid var(--forest-green);
    border-radius: 8px;
    padding: 24px 28px;
    margin: 32px 0;
  }
  .toc-box h4 {
    font-family: 'Playfair Display', serif;
    color: var(--forest-green);
    font-size: 16px;
    margin-bottom: 14px;
  }
  .toc-box ol {
    padding-left: 20px;
    color: var(--forest-green);
    font-size: 14.5px;
    line-height: 2;
  }
  .toc-box ol a {
    color: var(--forest-green);
    text-decoration: none;
    transition: color 0.2s;
  }
  .toc-box ol a:hover { color: var(--golden-wheat); }

  /* ── BODY HEADINGS ── */
  h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3.5vw, 30px);
    color: var(--forest-green);
    margin: 48px 0 18px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 10px;
  }
  h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--golden-wheat);
    margin-top: 8px;
    border-radius: 2px;
  }

  h3 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(18px, 2.5vw, 22px);
    color: var(--warm-brown);
    margin: 32px 0 12px;
  }

  /* ── BODY TEXT ── */
  p {
    margin-bottom: 22px;
    color: #3d2e22;
    font-size: 17px;
  }

  /* ── HIGHLIGHT QUOTE ── */
  .pull-quote {
    background: var(--forest-green);
    color: #fff;
    border-radius: 10px;
    padding: 28px 36px;
    margin: 36px 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    position: relative;
  }
  .pull-quote::before {
    content: '"';
    font-size: 80px;
    color: var(--golden-wheat);
    line-height: 0.5;
    position: absolute;
    top: 28px;
    left: 24px;
    opacity: 0.4;
  }

  /* ── STAT CARDS ── */
  .stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin: 32px 0;
  }
  .stat-card {
    background: #fff;
    border: 1px solid #e8dece;
    border-top: 3px solid var(--golden-wheat);
    border-radius: 8px;
    padding: 20px 16px;
    text-align: center;
  }
  .stat-card .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: var(--forest-green);
    font-weight: 700;
    display: block;
  }
  .stat-card .stat-label {
    font-size: 12.5px;
    color: #888;
    margin-top: 4px;
  }

  /* ── BENEFITS CARDS ── */
  .benefit-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 28px 0;
  }
  .benefit-card {
    background: #fff;
    border-radius: 10px;
    padding: 22px 20px;
    border: 1px solid #e8dece;
    border-left: 4px solid var(--forest-green);
    transition: box-shadow 0.2s;
  }
  .benefit-card:hover { box-shadow: 0 4px 20px rgba(61,90,64,0.12); }
  .benefit-card .benefit-icon { font-size: 28px; margin-bottom: 10px; display: block; }
  .benefit-card h4 {
    font-family: 'Playfair Display', serif;
    color: var(--forest-green);
    font-size: 16px;
    margin-bottom: 8px;
  }
  .benefit-card p { font-size: 14.5px; margin-bottom: 0; color: #5a4535; }

  /* ── INFO BOX ── */
  .info-box {
    background: #fff9ee;
    border: 1px solid var(--golden-wheat);
    border-radius: 8px;
    padding: 22px 26px;
    margin: 32px 0;
  }
  .info-box strong {
    color: var(--forest-green);
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
  }
  .info-box p { font-size: 15px; margin-bottom: 0; }

  /* ── NUTRITION TABLE ── */
  .nutrition-table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
    font-size: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .nutrition-table thead {
    background: var(--forest-green);
    color: #fff;
  }
  .nutrition-table thead th {
    padding: 14px 18px;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
  }
  .nutrition-table tbody tr:nth-child(even) { background: #f7f3ec; }
  .nutrition-table tbody td {
    padding: 12px 18px;
    border-bottom: 1px solid #ede8df;
    color: #3d2e22;
  }
  .nutrition-table tbody td:last-child {
    color: var(--forest-green);
    font-weight: 600;
  }

  /* ── RECIPE / HOW TO BOX ── */
  .recipe-box {
    background: var(--cream);
    border: 2px solid var(--golden-wheat);
    border-radius: 12px;
    padding: 28px 32px;
    margin: 36px 0;
  }
  .recipe-box h3 {
    color: var(--forest-green);
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .recipe-steps {
    counter-reset: steps;
    list-style: none;
    padding: 0;
  }
  .recipe-steps li {
    counter-increment: steps;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 15.5px;
    color: #3d2e22;
  }
  .recipe-steps li::before {
    content: counter(steps);
    background: var(--golden-wheat);
    color: #fff;
    font-weight: 700;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    margin-top: 2px;
  }

  /* ── INLINE IMAGES ── */
  .blog-image-wrap {
    margin: 40px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(61,90,64,0.13);
  }
  .blog-image-wrap img { width: 100%; height: auto; display: block; }

  /* ── PRODUCT CTA ── */
  .product-cta {
    background: var(--forest-green);
    border-radius: 14px;
    padding: 36px 40px;
    margin: 48px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .product-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A961' fill-opacity='0.08'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.5;
  }
  .product-cta * { position: relative; }
  .product-cta h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .product-cta p {
    color: #d4e8d5;
    font-size: 15.5px;
    margin-bottom: 22px;
  }
  .cta-btn {
    display: inline-block;
    background: var(--golden-wheat);
    color: #2C2416;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  }
  .cta-btn:hover {
    background: var(--dark-gold);
    transform: translateY(-2px);
  }
  .trust-badges {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .trust-badge {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
  }

  /* ── FAQ ── */
  .faq-section { margin: 48px 0; }
  .faq-item {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8dece;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .faq-q {
    padding: 18px 22px;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: var(--forest-green);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .faq-q::after { content: '＋'; color: var(--golden-wheat); font-size: 20px; flex-shrink: 0; }
  .faq-a {
    padding: 0 22px 18px;
    font-size: 15px;
    color: #5a4535;
    line-height: 1.7;
  }

  /* ── TAGS ── */
  .article-tags {
    margin: 40px 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  .article-tags span { font-size: 13px; color: #888; margin-right: 4px; }
  .tag-pill {
    background: #fff;
    border: 1px solid var(--golden-wheat);
    color: var(--dark-gold);
    font-size: 12.5px;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s;
  }
  .tag-pill:hover { background: var(--golden-wheat); color: #fff; }

  /* ── SHARE ── */
  .share-bar {
    background: #fff;
    border: 1px solid #e8dece;
    border-radius: 8px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 28px 0;
  }
  .share-bar span { font-size: 13.5px; color: #888; }
  .share-btn {
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
  }
  .share-btn:hover { opacity: 0.85; }
  .share-btn.whatsapp { background: #25D366; color: #fff; }
  .share-btn.facebook { background: #1877F2; color: #fff; }
  .share-btn.twitter { background: #000; color: #fff; }

  /* ── FOOTER ── */


  @media(max-width: 600px) {
    
    .blog-wrapper { padding: 24px 16px 60px; }
    .product-cta { padding: 28px 20px; }
    .recipe-box { padding: 20px 18px; }
  }/* End custom CSS */