.elementor-544 .elementor-element.elementor-element-399b4a3{--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-544 .elementor-element.elementor-element-03b1fc8{--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-544 .elementor-element.elementor-element-996065b{--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-ea8e159 *//* Container & Base Styles */
.hybrid-blog-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #2c3e50;
  background-color: #fcfdfe;
  line-height: 1.65;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* Typography & Headings */
.hybrid-blog-article h1,
.hybrid-blog-article h2,
.hybrid-blog-article h3 {
  color: #1a252f;
  margin-top: 0;
  font-weight: 700;
}

.article-title {
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 20px;
}

.section-title {
  font-size: 1.75rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 3px solid #eef2f5;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #44a2f5;
}

/* Header Elements */
.category-badge {
  display: inline-block;
  background-color: rgba(68, 162, 245, 0.12);
  color: #44a2f5;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.article-lead {
  font-size: 1.15rem;
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 15px;
}

.callout-box {
  background-color: #f0f7ff;
  border-left: 4px solid #44a2f5;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 25px 0 35px 0;
  font-size: 1.05rem;
}

/* Car Listing Cards */
.car-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.car-card:hover {
  box-shadow: 0 8px 24px rgba(68, 162, 245, 0.12);
  border-color: rgba(68, 162, 245, 0.4);
}

.car-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.rank-number {
  background-color: #44a2f5;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.car-title {
  font-size: 1.45rem;
  margin: 0;
}

/* Metadata Bar */
.car-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  background-color: #f8fafc;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.meta-item {
  display: flex;
  flex-direction: column;
}

.meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #718096;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.meta-value {
  font-size: 1rem;
  font-weight: 700;
  color: #2d3748;
}

.meta-value.highlight {
  color: #44a2f5;
}

.meta-value small {
  font-size: 0.75rem;
  font-weight: 400;
  color: #a0aec0;
}

/* Specs Table */
.specs-table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.specs-table th,
.specs-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid #edf2f7;
}

.specs-table th {
  width: 30%;
  background-color: #ffffff;
  color: #4a5568;
  font-weight: 600;
}

.specs-table td {
  color: #2d3748;
}

/* Verdict Inside Card */
.car-verdict h3 {
  font-size: 1.1rem;
  color: #44a2f5;
  margin-bottom: 6px;
}

.car-verdict p {
  margin: 0;
  font-size: 0.95rem;
  color: #4a5568;
}

/* Main Comparison Table */
.comparison-section {
  margin-top: 50px;
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #ffffff;
}

.comparison-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 14px;
  font-size: 1rem;
}

.comparison-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

/* Decision Grid Boxes */
.decision-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 25px;
}

.decision-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
}

.hybrid-box {
  border-top: 4px solid #44a2f5;
}

.ev-box {
  border-top: 4px solid #2bc155;
}

.decision-box h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}

.decision-box ol {
  margin: 0;
  padding-left: 20px;
}

.decision-box li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #4a5568;
}

/* Final Verdict Section */
.verdict-section {
  margin-top: 40px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

/* Responsive Rules */
@media (max-width: 600px) {
  .article-title {
    font-size: 1.75rem;
  }

  .car-header {
    flex-direction: row;
  }

  .car-meta {
    grid-template-columns: 1fr;
  }

  .specs-table th {
    width: 40%;
  }

  .decision-boxes {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */