.elementor-193 .elementor-element.elementor-element-9f3e095{--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-theme-post-featured-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-193 .elementor-element.elementor-element-ddc8711{--display:flex;}.elementor-193 .elementor-element.elementor-element-bd5e495{--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-193 .elementor-element.elementor-element-0e15d9e{--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-24d34a9 */.custom-comparison-table-wrapper {
  overflow-x: auto; /* Enables smooth horizontal scroll on mobile phones */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin: 20px 0;
  border: 1px solid #E2E8F0; /* Adds an outer border around the whole table */
}

.custom-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  min-width: 650px; /* Prevents columns from getting squished on smaller screens */
}

.custom-comparison-table th {
  background-color: #467ff7;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); /* Semi-transparent white border for header dividers */
}

.custom-comparison-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #E2E8F0; /* Row divider */
  border-right: 1px solid #E2E8F0;  /* Column divider */
  color: #2D3748;
}

/* Remove the right border on the last column so it stays clean */
.custom-comparison-table th:last-child,
.custom-comparison-table td:last-child {
  border-right: none;
}

.custom-comparison-table tr:nth-child(even) {
  background-color: #F7FAFC;
}

.custom-comparison-table tr:hover {
  background-color: #EDF2F7;
}

.highlight-badge {
  background-color: #38A169;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d686ac *//* Container Layout */
.suv-comparison-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #2c3e50;
}

/* SUV Card Styling */
.suv-card {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.suv-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Winner Card Highlight */
.winner-card {
  border: 2px solid #000000;
  background: #fafafa;
}

.badge-winner {
  position: absolute;
  top: -14px;
  right: 25px;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 15px;
  border-radius: 20px;
}

/* Header */
.suv-header h2 {
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 5px 0;
  color: #1a202c;
}

.suv-header .subtitle {
  font-size: 15px;
  color: #4a5568;
  margin: 0 0 20px 0;
  line-height: 1.4;
}

/* Specs Grid */
.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  background: #f8fafc;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.spec-item {
  font-size: 14px;
  color: #334155;
}

.spec-item strong {
  color: #0f172a;
}

/* Details Section */
.suv-details h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px 0;
  color: #0f172a;
}

.suv-details ul {
  padding-left: 20px;
  margin: 0 0 20px 0;
}

.suv-details li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #475569;
}

/* Pros & Cons Box */
.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 25px;
}

.pros-box, .cons-box {
  padding: 15px;
  border-radius: 8px;
}

.pros-box {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.cons-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.pros-box h4 {
  color: #166534;
  margin: 0 0 8px 0;
  font-size: 15px;
}

.cons-box h4 {
  color: #991b1b;
  margin: 0 0 8px 0;
  font-size: 15px;
}

.pros-box ul, .cons-box ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.4;
}

.pros-box li { color: #15803d; }
.cons-box li { color: #b91c1c; }

/* Call-To-Action Button */
.cta-wrapper {
  text-align: right;
}

.suv-btn {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-primary {
  background: #000000;
  color: #ffffff;
}

.btn-primary:hover {
  background: #333333;
  color: #ffffff;
}

.btn-secondary {
  background: #e2e8f0;
  color: #1e293b;
}

.btn-secondary:hover {
  background: #cbd5e1;
  color: #0f172a;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }
  
  .specs-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-wrapper {
    text-align: stretch;
  }
  
  .suv-btn {
    display: block;
    text-align: center;
  }
}/* End custom CSS */