.elementor-499 .elementor-element.elementor-element-129aae1{--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-499 .elementor-element.elementor-element-235322c{--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-499 .elementor-element.elementor-element-a503750{--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-701f645 *//* ==========================================================================
   Light Theme Style - Accent #44a2f5
   ========================================================================== */

.auto-guide-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Typography & Headers */
.auto-guide-header {
  text-align: center;
  padding: 40px 20px;
  background: #f8fbfe;
  border-radius: 12px;
  margin-bottom: 40px;
  border: 1px solid #e1f0fe;
}

.auto-badge {
  display: inline-block;
  background-color: #44a2f5;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.auto-title {
  font-size: 32px;
  font-weight: 800;
  color: #1a202c;
  margin: 10px 0 15px 0;
  line-height: 1.25;
}

.auto-subtitle {
  font-size: 17px;
  color: #5a6a85;
  max-width: 800px;
  margin: 0 auto;
}

.auto-section {
  margin-bottom: 45px;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  border-bottom: 2px solid #e8f4fe;
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #44a2f5;
}

h3 {
  font-size: 19px;
  color: #2d3748;
  margin-top: 25px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
  color: #4a5568;
}

/* Tables */
.table-responsive {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.comparison-table th {
  background-color: #f0f7ff;
  color: #1a365d;
  padding: 14px 16px;
  font-weight: 700;
  border-bottom: 2px solid #d0e4ff;
}

.comparison-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #fcfdfe;
}

.comparison-table tbody tr:hover {
  background-color: #f4f9ff;
}

/* Lists */
.styled-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.styled-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #4a5568;
}

.styled-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #44a2f5;
  font-weight: bold;
}

/* Custom Highlight Cards */
.highlight-card {
  background: #f0f7ff;
  border-left: 4px solid #44a2f5;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  text-align: center;
}

.highlight-formula {
  font-size: 16px;
  font-weight: 600;
  color: #2b6cb0;
}

.highlight-result {
  font-size: 18px;
  font-weight: 800;
  color: #44a2f5;
  margin-top: 5px;
}

/* Callouts */
.info-callout {
  background: #fff;
  border: 1px solid #e1f0fe;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(68, 162, 245, 0.08);
  margin: 20px 0;
}

.info-callout h4 {
  margin-top: 0;
  color: #44a2f5;
}

/* Pros and Cons Grid */
.pro-con-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}

.pro-card, .con-card, .info-card {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
}

.pro-card {
  border-top: 4px solid #38a169;
}

.con-card {
  border-top: 4px solid #e53e3e;
}

.pro-card h4, .con-card h4, .info-card h4 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 12px;
}

.pro-card h4 { color: #276749; }
.con-card h4 { color: #9b2c2c; }

.pro-card ul, .con-card ul {
  padding-left: 18px;
  margin: 0;
  font-size: 14px;
}

.stat-number {
  font-size: 22px;
  font-weight: 800;
  color: #44a2f5;
  margin: 8px 0;
}

/* Hybrid Cards */
.hybrid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.hybrid-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.hybrid-card.featured {
  background: #ffffff;
  border: 2px solid #44a2f5;
  box-shadow: 0 4px 12px rgba(68, 162, 245, 0.15);
}

.hybrid-card h4 {
  margin: 0 0 8px 0;
  color: #2d3748;
}

/* Timeline */
.timeline-box {
  background: #f0f7ff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.timeline-box h3 {
  margin-top: 0;
  font-size: 16px;
  color: #1a365d;
}

.timeline-step {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #cbd5e0;
}

.timeline-step:last-child {
  border-bottom: none;
}

.step-label { font-weight: 600; color: #4a5568; }
.step-value { font-weight: 700; color: #44a2f5; }

/* Bar Chart Visualization */
.bar-chart-container {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.bar-item {
  margin-bottom: 15px;
}

.bar-item:last-child { margin-bottom: 0; }

.bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.bar-track {
  background: #edf2f7;
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 6px;
}

.bar-fill.petrol { background-color: #e53e3e; }
.bar-fill.diesel { background-color: #ed8936; }
.bar-fill.ev { background-color: #44a2f5; }

/* Decision Grid */
.decision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin: 20px 0;
}

.decision-card {
  background: #ffffff;
  border: 1px solid #cbd5e0;
  border-radius: 8px;
  padding: 16px;
  position: relative;
}

.decision-card.featured {
  border-color: #44a2f5;
  background: #f0f7ff;
}

.usage-tag {
  display: inline-block;
  background: #e2e8f0;
  color: #2d3748;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.decision-card.featured .usage-tag {
  background: #44a2f5;
  color: #ffffff;
}

.decision-card h4 {
  margin: 4px 0;
  font-size: 15px;
}

.decision-card p {
  font-size: 13px;
  margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .pro-con-grid, .hybrid-grid {
    grid-template-columns: 1fr;
  }
  
  .auto-title {
    font-size: 24px;
  }
  
  .timeline-step {
    flex-direction: column;
    gap: 4px;
  }
}/* End custom CSS */