.elementor-560 .elementor-element.elementor-element-ab9076b{--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-560 .elementor-element.elementor-element-5351244{--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-8da4fe4 *//* ==========================================================================
   CNG Buying Guide - Light Theme & #44a2f5 Styling
   ========================================================================== */

/* Container Setup */
.cng-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #2d3748;
  background-color: #ffffff;
  line-height: 1.7;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* Base Typography */
.cng-article h1,
.cng-article h2,
.cng-article h3 {
  color: #1a202c;
  font-weight: 700;
  line-height: 1.3;
}

.cng-header {
  margin-bottom: 35px;
  border-bottom: 2px solid #edf2f7;
  padding-bottom: 25px;
}

.cng-badge {
  display: inline-block;
  background-color: #44a2f5;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.cng-title {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 18px;
  color: #1a202c;
}

.cng-lead {
  font-size: 1.15rem;
  color: #4a5568;
  margin-bottom: 15px;
}

.cng-subtitle {
  font-size: 1.05rem;
  color: #4a5568;
}

/* Sections */
.cng-section {
  margin-bottom: 40px;
}

.cng-section h2 {
  font-size: 1.6rem;
  color: #1a202c;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #44a2f5;
}

/* Trade-offs & Light Callout Box */
.cng-box-light {
  background-color: #f4f9fe;
  border-left: 4px solid #44a2f5;
  padding: 24px;
  border-radius: 0 8px 8px 0;
}

.cng-box-light h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.cng-tradeoff-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 0 0;
}

.cng-tradeoff-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.cng-tradeoff-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #44a2f5;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Car Cards */
.cng-car-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.cng-car-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(68, 162, 245, 0.12);
  border-color: #44a2f5;
}

.cng-car-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.cng-car-number {
  background-color: #44a2f5;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 4px 10px;
  border-radius: 6px;
}

.cng-car-header h3 {
  margin: 0;
  font-size: 1.3rem;
}

/* Image Container Styling */
.cng-car-image-container {
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8fafc;
  text-align: center;
}

.cng-car-image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}

.cng-car-desc {
  color: #4a5568;
  margin-bottom: 18px;
}

/* Specs Grid */
.cng-specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  background-color: #f8fafc;
  padding: 14px 18px;
  border-radius: 6px;
  border: 1px solid #edf2f7;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.cng-spec-item strong {
  color: #2d3748;
}

.cng-car-details p {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.cng-highlight-text {
  color: #1a202c;
  background-color: #f4f9fe;
  padding: 8px 12px;
  border-left: 3px solid #44a2f5;
  border-radius: 0 4px 4px 0;
  margin-top: 10px;
}

/* Responsive Table Styling */
.cng-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.cng-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
  background-color: #ffffff;
}

.cng-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 600;
}

.cng-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
}

.cng-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.cng-table tbody tr:hover {
  background-color: #f4f9fe;
}

.cng-highlight {
  color: #44a2f5;
  font-weight: 600;
}

/* Final Verdict Box */
.cng-verdict-box {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9fe 100%);
  border: 2px solid #44a2f5;
  border-radius: 10px;
  padding: 28px;
}

.cng-verdict-list {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.cng-verdict-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 1.02rem;
}

.cng-verdict-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 1px;
  color: #44a2f5;
  font-weight: bold;
}

.cng-callout {
  background-color: #44a2f5;
  color: #ffffff;
  text-align: center;
  padding: 16px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.05rem;
}

.cng-callout p {
  margin: 0;
}

/* Responsive Typography Adjustments */
@media (max-width: 768px) {
  .cng-title {
    font-size: 1.75rem;
  }
  
  .cng-specs-grid {
    grid-template-columns: 1fr;
  }

  .cng-car-header {
    flex-direction: row;
    align-items: flex-start;
  }

  .cng-car-header h3 {
    font-size: 1.15rem;
  }
}/* End custom CSS */