.elementor-538 .elementor-element.elementor-element-43c803f{--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-538 .elementor-element.elementor-element-f3e97a3{--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-538 .elementor-element.elementor-element-796f07f{--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-1748c9e *//* Base Container & Typography */
.ev-guide-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #2c3e50;
  line-height: 1.6;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fdfdfd;
}

.ev-guide-container h1, 
.ev-guide-container h2, 
.ev-guide-container h3 {
  color: #1a252f;
  margin-top: 0;
  font-weight: 700;
}

/* Header Section */
.ev-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eef2f5;
}

.ev-header h1 {
  font-size: 2.2rem;
  margin: 15px 0;
}

.ev-badge {
  background-color: #eaf5fe;
  color: #44a2f5;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
}

.ev-subtitle {
  font-size: 1.1rem;
  color: #606f7b;
  max-width: 750px;
  margin: 0 auto;
}

.ev-intro {
  font-size: 1.05rem;
  margin-bottom: 30px;
}

/* Cards for Individual Vehicles */
.ev-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ev-card:hover {
  box-shadow: 0 6px 18px rgba(68, 162, 245, 0.08);
}

.ev-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.ev-card-header h2 {
  font-size: 1.4rem;
  margin: 0;
  flex: 1;
  min-width: 250px;
}

.ev-tag {
  background-color: #44a2f5;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

/* Specs Grid */
.ev-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin: 20px 0;
  background-color: #f8fafc;
  padding: 16px;
  border-radius: 8px;
}

.spec-item {
  display: flex;
  flex-direction: column;
}

.spec-label {
  font-size: 0.78rem;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 600;
}

.spec-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 2px;
}

/* Styled Lists */
.ev-list {
  padding-left: 20px;
  margin: 15px 0;
}

.ev-list li {
  margin-bottom: 10px;
}

.ev-list strong {
  color: #1e293b;
}

/* Verdict Box */
.ev-verdict {
  background-color: #f0f8ff;
  border-left: 4px solid #44a2f5;
  padding: 14px 18px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
  font-size: 0.95rem;
}

.ev-verdict strong {
  color: #44a2f5;
}

/* Tables */
.ev-section {
  margin-top: 40px;
}

.ev-section h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 10px;
}

.ev-table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.ev-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background: #ffffff;
  font-size: 0.92rem;
}

.ev-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
}

.ev-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}

.ev-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.ev-table tbody tr:last-child td {
  border-bottom: none;
}

/* Checklist Grid */
.ev-checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.checklist-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #44a2f5;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.checklist-step {
  width: 28px;
  height: 28px;
  background-color: #44a2f5;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

.checklist-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.checklist-card p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .ev-header h1 {
    font-size: 1.75rem;
  }
  
  .ev-card {
    padding: 20px;
  }
  
  .ev-specs-grid {
    grid-template-columns: 1fr 1fr;
  }
}/* End custom CSS */