.elementor-3052 .elementor-element.elementor-element-1e058f8{--display:flex;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600&display=swap');

.jif-blog *, .jif-blog *::before, .jif-blog *::after { box-sizing: border-box; margin: 0; padding: 0; }

.jif-blog {
  font-family: 'Source Sans 3', 'Segoe UI', sans-serif;
  color: #3A3A3A;
  font-size: 17px;
  line-height: 1.8;
}

.jif-blog .hero {
  background: linear-gradient(160deg, #1A1A1A 0%, #2C2C1E 50%, #3A3520 100%);
  padding: 3rem 1.5rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.jif-blog .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(200,164,21,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.jif-blog .hero-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #C8A415;
  box-shadow: 0 0 30px rgba(200,164,21,0.25);
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.jif-blog .hero-org {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #C8A415;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}
.jif-blog .hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.25;
  max-width: 700px;
  margin: 0 auto 0.6rem;
  position: relative;
  z-index: 1;
}
.jif-blog .hero-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 400;
  font-style: italic;
  color: #F5E6A3;
  max-width: 600px;
  margin: 0 auto 1.8rem;
  position: relative;
  z-index: 1;
}
.jif-blog .hero-meta {
  display: flex;
  justify-content: center;
  gap: 1.8rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
  position: relative;
  z-index: 1;
}
.jif-blog .hero-meta span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.jif-blog .hero-meta svg {
  width: 14px;
  height: 14px;
  opacity: 0.6;
}

.jif-blog .article-wrap {
  max-width: 740px;
  margin: 0 auto;
}

.jif-blog article {
  background: #FFFFFF;
  margin: -1.5rem auto 3rem;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 30px rgba(0,0,0,0.06);
  padding: 2.8rem clamp(1.5rem, 5vw, 3.2rem) 3rem;
  position: relative;
  z-index: 2;
}

.jif-blog article p {
  margin-bottom: 1.4rem;
  text-align: justify;
  hyphens: auto;
}

.jif-blog article h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #1A1A1A;
  margin: 2.6rem 0 0.9rem;
  padding-left: 1rem;
  border-left: 4px solid #C8A415;
  line-height: 1.35;
}

.jif-blog article strong { color: #1A1A1A; font-weight: 600; }

.jif-blog .lead {
  font-size: 1.1rem;
  color: #3A3A3A;
  line-height: 1.85;
}

.jif-blog .theme-tag {
  display: inline;
  font-weight: 600;
  font-style: italic;
  color: #2E7D32;
}

.jif-blog blockquote {
  margin: 2rem 0;
  padding: 1.4rem 1.8rem;
  background: linear-gradient(135deg, #F3F0E8 0%, #F9F7F0 100%);
  border-radius: 6px;
  border-left: 4px solid #C8A415;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.08rem;
  font-style: italic;
  color: #1A1A1A;
  line-height: 1.7;
  position: relative;
}
.jif-blog blockquote::before {
  content: '\201C';
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4rem;
  color: #C8A415;
  opacity: 0.3;
  position: absolute;
  top: -0.15rem;
  left: 0.6rem;
  line-height: 1;
}

.jif-blog .solutions-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.6rem;
}
.jif-blog .solutions-list li {
  padding: 1.2rem 1.4rem 1.2rem 2.6rem;
  margin-bottom: 0.8rem;
  background: #FAFAF6;
  border-radius: 8px;
  border: 1px solid #E0DDD2;
  line-height: 1.75;
  position: relative;
}
.jif-blog .solutions-list li::before {
  content: '';
  position: absolute;
  left: 1.1rem;
  top: 1.55rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C8A415;
}
.jif-blog .solutions-list li strong.name {
  color: #1B5E20;
  font-weight: 700;
}

.jif-blog .closing {
  margin-top: 2.4rem;
  padding: 1.8rem;
  background: linear-gradient(135deg, #1A1A1A 0%, #2C2C1E 100%);
  border-radius: 8px;
  text-align: center;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}
.jif-blog .closing p { text-align: center; color: rgba(255,255,255,0.8); margin-bottom: 0.6rem; }
.jif-blog .closing .site-link {
  display: inline-block;
  margin-top: 0.6rem;
  font-weight: 700;
  color: #C8A415;
  text-decoration: none;
  font-size: 1rem;
  border-bottom: 1px solid rgba(200,164,21,0.4);
}
.jif-blog .closing .site-link:hover { border-color: #C8A415; }

.jif-blog .hashtags {
  text-align: center;
  padding: 1.5rem 0 0;
  font-size: 0.82rem;
}
.jif-blog .hashtags span {
  display: inline-block;
  margin: 0.2rem 0.3rem;
  padding: 0.25rem 0.7rem;
  background: #F3F0E8;
  border-radius: 20px;
  font-weight: 600;
  color: #C8A415;
}

.jif-blog hr {
  border: none;
  height: 1px;
  background: #E0DDD2;
  margin: 2rem 0;
}

@media (max-width: 600px) {
  .jif-blog .hero { padding: 2rem 1rem; }
  .jif-blog .hero-logo { width: 80px; height: 80px; }
  .jif-blog article { padding: 1.8rem 1.2rem 2rem; }
  .jif-blog article h2 { font-size: 1.3rem; }
  .jif-blog .hero-meta { gap: 0.8rem; font-size: 0.75rem; }
  .jif-blog blockquote { padding: 1rem 1.2rem; font-size: 1rem; }
}/* End custom CSS */