.elementor-523 .elementor-element.elementor-element-05426ee{--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-523 .elementor-element.elementor-element-e1a92b7{--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-523 .elementor-element.elementor-element-fc38b00{--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-1553c55 *//* ==========================================================================
   Elementor Pro Clean Light Theme CSS
   Primary Brand Accent: #44a2f5
   ========================================================================== */

/* Main Container Scope */
.ev-blog-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #2d3748;
  line-height: 1.7;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #ffffff;
}

/* Header Styling */
.ev-header {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 2px solid #edf2f7;
}

.ev-badge {
  display: inline-block;
  background-color: rgba(68, 162, 245, 0.12);
  color: #44a2f5;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.ev-title {
  color: #1a202c;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin: 10px 0 15px 0;
}

.ev-subtitle {
  color: #718096;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

/* Base Headings & Sections */
.ev-section {
  margin-bottom: 40px;
}

.ev-heading {
  color: #1a202c;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 4px solid #44a2f5;
  padding-left: 12px;
}

.ev-icon {
  font-size: 20px;
}

/* Card & Intro Section */
.ev-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 35px;
}

.ev-lead {
  font-size: 17px;
  color: #2d3748;
  margin-bottom: 12px;
}

/* 3-Column Grid for Charging Features */
.ev-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.ev-feature-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #44a2f5;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ev-feature-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(68, 162, 245, 0.15);
}

.ev-box-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ev-box-number {
  background-color: #44a2f5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ev-feature-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}

.ev-feature-box p {
  font-size: 14px;
  color: #4a5568;
  margin: 0;
}

/* Driving Dynamics Grid */
.ev-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.ev-card-item {
  background-color: #f8fafc;
  border-left: 3px solid #44a2f5;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
}

.ev-card-item h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #1a202c;
}

.ev-card-item p {
  margin: 0;
  font-size: 14px;
  color: #4a5568;
}

/* Table Styling */
.ev-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.ev-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.ev-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
}

.ev-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
}

.ev-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.ev-table tbody tr:last-child td {
  border-bottom: none;
}

/* Feature Bullet List */
.ev-features-container {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px 25px;
}

.ev-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ev-feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #4a5568;
  font-size: 15px;
}

.ev-feature-list li:last-child {
  margin-bottom: 0;
}

.ev-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #ffffff;
  background-color: #44a2f5;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

/* Verdict Callout Box */
.ev-verdict-box {
  background: linear-gradient(135deg, rgba(68, 162, 245, 0.08) 0%, rgba(68, 162, 245, 0.02) 100%);
  border: 2px solid #44a2f5;
  border-radius: 12px;
  padding: 28px;
  margin-top: 40px;
}

.ev-verdict-title {
  color: #44a2f5;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 14px;
}

.ev-verdict-box p {
  color: #2d3748;
  font-size: 15px;
  margin-bottom: 10px;
}

.ev-verdict-box p:last-child {
  margin-bottom: 0;
}

/* Responsive Breakdown */
@media (max-width: 600px) {
  .ev-title {
    font-size: 24px;
  }
  .ev-heading {
    font-size: 19px;
  }
  .ev-grid-3, .ev-card-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */