/* Breadcrumb */
.breadcrumb-wrapper {
  background: url('../../img/car/mu-x-banner.png') center/cover no-repeat !important;
}
.breadcrumb-wrapper::before { display: none !important; }
.breadcrumb-wrapper .page-heading h1 { color: #fff; }
.breadcrumb-wrapper .breadcrumb-items li { color: rgba(255,255,255,0.7); }
.breadcrumb-wrapper .breadcrumb-items li a { color: #fff; }
.breadcrumb-wrapper .breadcrumb-items li a:hover { color: #DC2626; }
.breadcrumb-wrapper .breadcrumb-items li i { color: rgba(255,255,255,0.5); }

/* Top Info Bar */
.mux-top-bar {
  margin-bottom: 30px;
  border-radius: 10px;
  color: #1b1b1b;
}
.mux-top-bar h1 { color: #DC2626; margin-bottom: 8px; font-size: 32px; }

/* Feature Section */
.mux-feature-section { margin-bottom: 40px; }
.mux-feature-section h2 { margin-bottom: 12px; }

/* Feature Card */
.mux-feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  border: 1px solid #e5e7eb;
}
.mux-feature-card h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #DC2626;
  color: #333;
}
.mux-feature-card .icon-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mux-feature-card .icon-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 6px 0;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.mux-feature-card .icon-list li:last-child { border-bottom: none; }
.mux-feature-card .icon-list li span:first-of-type { font-weight: 500; }
.mux-feature-card .icon-list li span:last-of-type { color: #6b7280; font-size: 12px; text-align: right; flex-shrink: 0; }
.mux-feature-card .icon-list li i { color: #DC2626; margin-right: 8px; font-size: 10px; flex-shrink: 0; }

/* Spec Section */
.mux-spec-section { margin-bottom: 40px; }
.mux-spec-section h2 { margin-bottom: 20px; }

/* Spec Card */
.mux-spec-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  border: 1px solid #e5e7eb;
}
.mux-spec-card h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #DC2626;
  color: #333;
}
.mux-spec-card .details-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid #f3f4f6;
}
.mux-spec-card .details-list li:last-child { border-bottom: none; }
.mux-spec-card .details-list li span { color: #6b7280; font-size: 12px; text-align: right; flex-shrink: 0; }

/* Highlight Section */
.mux-highlight-section {
  background: #DC2626;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  border: 1px solid #DC2626;
}
.mux-highlight-section h3 { color: #fff; margin-bottom: 10px; }
.mux-highlight-section p { color: #fff; margin-bottom: 0; opacity: 0.9; }
.mux-highlight-section .theme-btn { margin-top: 10px; background: #fff; color: #DC2626; }
.mux-highlight-section .theme-btn:hover { background: #fef2f2; }

/* Form Section */
.car-details-form-section .car-details-form {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  border: 1px solid #e5e7eb;
}

/* Product List */
.list-product .product-box .box-thumb { min-height: 200px; }