.elementor-515 .elementor-element.elementor-element-6e51635{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-515 .elementor-element.elementor-element-793f336{--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-515 .elementor-element.elementor-element-372d702{--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 container, class: .elementor-element-793f336 *//* --- Light Theme Styles for Elementor Pro --- */
.ev-blog-wrapper {
  background-color: #fcfcfc;
  color: #2b3035;
  font-family: inherit;
  line-height: 1.7;
  padding: 40px 20px;
}

.ev-blog-post {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

/* Header */
.ev-post-header {
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 2px solid #f1f3f5;
  padding-bottom: 25px;
}

.ev-category-tag {
  display: inline-block;
  background-color: rgba(68, 162, 245, 0.1);
  color: #44a2f5;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.ev-post-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1a1d20;
  line-height: 1.3;
  margin-bottom: 15px;
}

.ev-post-subtitle {
  font-size: 1.15rem;
  color: #6c757d;
  line-height: 1.5;
}

/* Typography & Sections */
.ev-section {
  margin-top: 45px;
  margin-bottom: 45px;
}

.ev-blog-post h2 {
  font-size: 1.8rem;
  color: #1a1d20;
  margin-bottom: 25px;
  font-weight: 700;
  border-left: 4px solid #44a2f5;
  padding-left: 15px;
}

.ev-blog-post h3 {
  font-size: 1.25rem;
  color: #1a1d20;
  margin-bottom: 12px;
  font-weight: 600;
}

.ev-blog-post p {
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.ev-blog-post ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.ev-blog-post li {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

/* Cards & Content Blocks */
.ev-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 3px solid #44a2f5;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 25px;
  transition: transform 0.2s ease;
}

.ev-card:hover {
  box-shadow: 0 6px 16px rgba(68, 162, 245, 0.08);
}

.ev-highlight-box {
  background: rgba(68, 162, 245, 0.04);
  border: 1px solid rgba(68, 162, 245, 0.2);
  padding: 30px;
  border-radius: 8px;
  margin-top: 20px;
}

/* Checklist Styling */
.ev-checklist-container {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
  margin-top: 25px;
}

.ev-checklist-header {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 18px 25px;
}

.ev-checklist-title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ev-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ev-checklist li {
  display: flex;
  align-items: flex-start;
  padding: 20px 25px;
  border-bottom: 1px solid #f1f3f5;
  margin-bottom: 0 !important;
}

.ev-checklist li:last-child {
  border-bottom: none;
}

.ev-check-icon {
  background-color: rgba(68, 162, 245, 0.12);
  color: #44a2f5;
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 18px;
  margin-top: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ev-blog-post {
    padding: 25px;
  }
  
  .ev-post-title {
    font-size: 1.8rem;
  }
  
  .ev-blog-post h2 {
    font-size: 1.5rem;
  }
}/* End custom CSS */