.elementor-951 .elementor-element.elementor-element-e9b753e{--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-951 .elementor-element.elementor-element-85a4c47{--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-9a7f36e *//* ==========================================================================
   Tata Tigor Buyer's Guide - Elementor Light Theme (#44a2f5 Accent)
   ========================================================================== */

/* Article Container */
.tigor-guide-article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2c3e50;
  background-color: #ffffff;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 15px;
}

/* Typography Base */
.tigor-guide-article h1,
.tigor-guide-article h2,
.tigor-guide-article h3,
.tigor-guide-article h4 {
  color: #1a252f;
  font-weight: 700;
  line-height: 1.3;
}

.tigor-guide-article p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: #4a5568;
}

.tigor-guide-article strong {
  color: #1a202c;
}

/* Header Styles */
.guide-header {
  margin-bottom: 2rem;
}

.category-badge {
  display: inline-block;
  background-color: rgba(68, 162, 245, 0.12);
  color: #44a2f5;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.guide-title {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

.guide-lead {
  font-size: 1.2rem;
  color: #2d3748;
  border-left: 4px solid #44a2f5;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

.section-divider {
  border: 0;
  height: 1px;
  background: #e2e8f0;
  margin: 2.5rem 0;
}

/* Section Common */
.guide-section {
  margin-bottom: 3rem;
}

.guide-section h2 {
  font-size: 1.65rem;
  margin-bottom: 1.25rem;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(68, 162, 245, 0.2);
  position: relative;
}

.guide-section h2::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #44a2f5;
}

.guide-section h3 {
  font-size: 1.3rem;
  margin: 1.75rem 0 1rem 0;
  color: #2b6cb0;
}

/* Lists */
.tigor-guide-article ul,
.tigor-guide-article ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.tigor-guide-article li {
  margin-bottom: 0.6rem;
  color: #4a5568;
}

/* Tables */
.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 1.5rem 0 2rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.spec-table, .data-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  text-align: left;
  font-size: 0.95rem;
}

.spec-table caption, .data-table caption {
  font-weight: 700;
  font-size: 1.1rem;
  color: #2d3748;
  padding: 10px;
  text-align: left;
  caption-side: top;
}

.spec-table th, .data-table th {
  background-color: #44a2f5;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
}

.spec-table td, .data-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
}

.spec-table tbody tr:nth-child(even),
.data-table tbody tr:nth-child(even) {
  background-color: #f7fafc;
}

.spec-table tbody tr:hover,
.data-table tbody tr:hover {
  background-color: rgba(68, 162, 245, 0.05);
}

/* Callout Box */
.callout-box {
  background-color: #f0f7ff;
  border: 1px solid rgba(68, 162, 245, 0.3);
  border-radius: 8px;
  padding: 20px 20px 5px 20px;
  margin: 1.5rem 0;
}

/* Cards & Grids */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 1.5rem 0;
}

.info-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(68, 162, 245, 0.15);
}

.info-card.featured {
  border-color: #44a2f5;
  background-color: #f0f7ff;
}

.card-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #44a2f5;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.info-card h3 {
  font-size: 1.15rem;
  margin: 0 0 8px 0;
  color: #1a202c;
}

.info-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Highlight Banner */
.highlight-banner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin: 1.5rem 0;
}

.banner-item strong {
  display: block;
  color: #44a2f5;
  font-size: 1rem;
  margin-bottom: 4px;
}

.banner-item p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Summary Metrics Box */
.summary-box {
  background: #ffffff;
  border: 2px solid #44a2f5;
  border-radius: 10px;
  padding: 24px;
  margin: 1.5rem 0 2rem 0;
}

.summary-box h3 {
  margin-top: 0;
  color: #1a202c;
  text-align: center;
  font-size: 1.25rem;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.summary-metric {
  background-color: #f0f7ff;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}

.metric-label {
  display: block;
  font-size: 0.8rem;
  color: #718096;
  text-transform: uppercase;
  font-weight: 600;
}

.metric-value {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #44a2f5;
  margin: 4px 0;
}

.metric-sub {
  display: block;
  font-size: 0.75rem;
  color: #4a5568;
}

/* Path / Variant Selection */
.path-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 1.5rem 0;
}

.path-card {
  background: #f7fafc;
  border-left: 4px solid #cbd5e0;
  padding: 15px 20px;
  border-radius: 0 6px 6px 0;
}

.path-card.accent {
  background: #f0f7ff;
  border-left-color: #44a2f5;
}

.path-header {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #718096;
}

.path-card.accent .path-header {
  color: #44a2f5;
}

.path-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a202c;
}

.path-card p {
  margin: 0;
  font-size: 0.9rem;
}

/* Verdict Section */
.verdict-section {
  background-color: #f0f7ff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(68, 162, 245, 0.2);
}

.verdict-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.verdict-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.verdict-card.primary {
  border-top: 4px solid #44a2f5;
}

.verdict-card h4 {
  color: #44a2f5;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.verdict-card p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .guide-title {
    font-size: 1.75rem;
  }
  
  .guide-lead {
    font-size: 1.05rem;
  }

  .summary-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }
  
  .verdict-section {
    padding: 20px 15px;
  }
}/* End custom CSS */