.elementor-430 .elementor-element.elementor-element-d1dbfd0{--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-430 .elementor-element.elementor-element-c25d34d{--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;}/* Start custom CSS for html, class: .elementor-element-0865ce6 *//* Base Container & Light Theme Variables */
.elementor-blog-post {
  --primary-color: #44a2f5;
  --primary-light: #eef6fe;
  --text-dark: #2c3e50;
  --text-body: #4a5568;
  --bg-light: #ffffff;
  --border-color: #e2e8f0;
  
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
  color: var(--text-body);
  background-color: var(--bg-light);
  line-height: 1.75;
  font-size: 1.05rem;
  max-width: 820px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* Post Header */
.post-header {
  margin-bottom: 25px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 20px;
}

.post-category {
  display: inline-block;
  background-color: var(--primary-light);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.post-title {
  color: var(--text-dark);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 12px 0;
}

.post-meta {
  font-size: 0.9rem;
  color: #718096;
}

.meta-divider {
  margin: 0 8px;
}

/* Intros */
.post-intro {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-dark);
}

.post-intro-sub {
  margin-bottom: 35px;
}

/* Sections & Headings */
.content-section {
  margin-bottom: 40px;
}

.content-section h2 {
  color: var(--text-dark);
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.content-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

/* Image Slots Styling */
.featured-image-slot {
  margin: 25px 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f8fafc;
  border: 1px solid var(--border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.featured-image-slot img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.featured-image-slot figcaption {
  font-size: 0.88rem;
  color: #718096;
  text-align: center;
  padding: 10px 15px;
  background-color: var(--primary-light);
  border-top: 1px solid #e2e8f0;
  font-style: italic;
}

/* Custom Lists */
.styled-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.styled-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.styled-list li::before {
  content: "•";
  color: var(--primary-color);
  font-size: 1.8rem;
  position: absolute;
  left: 8px;
  top: -6px;
}

/* Highlight Box */
.highlight-box {
  background-color: var(--primary-light);
  border-left: 4px solid var(--primary-color);
  padding: 18px 22px;
  border-radius: 0 8px 8px 0;
  margin: 25px 0;
  color: var(--text-dark);
}

.post-conclusion {
  font-weight: 500;
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  margin-top: 30px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .post-title {
    font-size: 1.7rem;
  }
  
  .content-section h2 {
    font-size: 1.3rem;
  }

  .featured-image-slot img {
    max-height: 280px;
  }
}/* End custom CSS */