.elementor-532 .elementor-element.elementor-element-b086fda{--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-532 .elementor-element.elementor-element-7e71cf2{--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-532 .elementor-element.elementor-element-2f45179{--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-6c1d642 *//* Elementor Pro Custom Stylesheet - Light Theme */
:root {
  --primary-accent: #44a2f5;
  --primary-accent-light: #eef6ff;
  --text-dark: #2d3748;
  --text-muted: #718096;
  --bg-light: #ffffff;
  --bg-subtle: #f8fafc;
  --border-color: #e2e8f0;
  --radius: 8px;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.elementor-custom-post {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--bg-light);
  padding: 20px;
}

/* Header Styles */
.post-header {
  margin-bottom: 30px;
}

.post-category {
  display: inline-block;
  background-color: var(--primary-accent-light);
  color: var(--primary-accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.post-title {
  font-size: 32px;
  line-height: 1.25;
  color: #1a202c;
  margin-bottom: 10px;
  font-weight: 800;
}

.post-meta {
  font-size: 14px;
  color: var(--text-muted);
}

.lead-text {
  font-size: 18px;
  font-weight: 500;
  color: #3d4852;
  margin-bottom: 20px;
}

.section-divider {
  border: 0;
  height: 1px;
  background: var(--border-color);
  margin: 40px 0;
}

/* Headings */
.post-section h2 {
  font-size: 24px;
  color: #1a202c;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-accent-light);
  position: relative;
}

.post-section h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--primary-accent);
}

.post-section h3 {
  font-size: 18px;
  color: #2b6cb0;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Tables */
.table-responsive {
  overflow-x: auto;
  margin: 25px 0 10px 0;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-light);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-color);
}

.custom-table th {
  background-color: var(--primary-accent);
  color: #ffffff;
  text-align: left;
  padding: 12px 16px;
  font-weight: 600;
}

.custom-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 15px;
}

.custom-table tr:last-child td {
  border-bottom: none;
}

.custom-table tr:nth-child(even) {
  background-color: var(--bg-subtle);
}

.table-highlight-row {
  background-color: var(--primary-accent-light) !important;
}

.table-note {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 6px;
}

.highlight-badge {
  background-color: #22c55e;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}

.highlight-text {
  color: var(--primary-accent);
  font-weight: 700;
}

/* Callout & Alert Boxes */
.callout-box {
  background-color: var(--primary-accent-light);
  border-left: 4px solid var(--primary-accent);
  padding: 20px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 25px 0;
}

.callout-box h3 {
  margin-top: 0;
  color: var(--primary-accent);
}

.alert-box {
  background-color: #fffbea;
  border: 1px solid #fef08a;
  border-left: 4px solid #eab308;
  padding: 15px 20px;
  border-radius: var(--radius);
  margin: 20px 0;
  color: #713f12;
}

/* Visual Bar Chart Card */
.visual-card {
  background-color: var(--bg-subtle);
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: var(--radius);
  margin: 25px 0;
}

.bar-chart-item {
  margin-bottom: 15px;
}

.bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}

.bar-track {
  height: 12px;
  background-color: #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background-color: var(--primary-accent);
  border-radius: 6px;
}

/* Grid & Cards Layouts */
.grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.info-card {
  background-color: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.info-card h3, .info-card h4 {
  margin-top: 0;
  color: #2d3748;
}

.info-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.price-tag {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.accent-card {
  border-color: var(--primary-accent);
  background-color: var(--primary-accent-light);
}

.accent-text {
  color: var(--primary-accent) !important;
}

/* Comparison Boxes */
.comparison-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.comp-box {
  background: var(--bg-subtle);
  padding: 15px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}

.comp-box h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.highlight-border {
  border: 2px solid var(--primary-accent);
  background-color: var(--primary-accent-light);
}

/* TCO Scenarios */
.scenario-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.scenario-card {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.scenario-card h3 {
  font-size: 16px;
  margin-top: 0;
  color: #1a202c;
}

.scenario-card h3 small {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: normal;
}

.scenario-verdict {
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.winner-petrol, .winner-cng {
  background-color: #e2e8f0;
  color: #2d3748;
}

.winner-ev {
  background-color: var(--primary-accent);
  color: #ffffff;
}

.featured-scenario {
  border: 2px solid var(--primary-accent);
}

.verdict-desc {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Summary Grid */
.summary-box {
  background-color: var(--bg-subtle);
  border-radius: var(--radius);
  padding: 30px;
  border: 1px solid var(--border-color);
}

.verdict-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.verdict-item {
  background-color: var(--bg-light);
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}

.verdict-item h3 {
  margin-top: 0;
  font-size: 16px;
  color: #1a202c;
}

.highlight-verdict {
  border: 2px solid var(--primary-accent);
  background-color: var(--primary-accent-light);
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .post-title {
    font-size: 26px;
  }
  
  .post-section h2 {
    font-size: 20px;
  }

  .grid-3-col, .scenario-container, .verdict-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */