.lx-single { max-width: 1100px; margin: 0 auto; padding: 24px 16px; }
.lx-single-header h1 { margin-bottom: 8px; }
.lx-vehicle-line { margin: 0 0 12px; }
.lx-vehicle-line-label { display: block; font-size: 14px; color: #666; margin-bottom: 4px; }
.lx-vehicle-line-value { display: block; font-size: 18px; font-weight: 700; color: #222; }
.lx-featured-image { margin: 16px 0 24px; }
.lx-featured-image img { width: 100%; height: auto; border-radius: 8px; }
.lx-price del { color: #999; margin-right: 8px; }
.lx-price strong { color: #c0392b; font-size: 1.25em; }

.lx-colors-frontend { margin: 24px 0; }
.lx-color-swatches { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
.lx-swatch-btn {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    border: 2px solid transparent; background: none; cursor: pointer; padding: 4px;
    border-radius: 8px; min-width: 64px;
}
.lx-swatch-btn img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 1px solid #ddd; }
.lx-swatch-btn span { font-size: 12px; color: #555; }
.lx-color-price { font-size: 11px; color: #c0392b; font-weight: 600; }
.lx-swatch-btn.is-active { border-color: #2271b1; background: #f0f6fc; }
.lx-color-main-image img { width: 100%; height: auto; border-radius: 8px; }
.lx-color-thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.lx-color-thumb {
    width: 72px; height: 48px; padding: 0; border: 2px solid transparent; border-radius: 6px;
    overflow: hidden; cursor: pointer; background: none;
}
.lx-color-thumb.is-active { border-color: #2271b1; }
.lx-color-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.lx-specs-table table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.lx-specs-table th, .lx-specs-table td { padding: 10px 12px; border-bottom: 1px solid #eee; text-align: left; }
.lx-specs-table th { width: 40%; color: #555; font-weight: 600; }

.lx-trims-frontend { margin: 24px 0; }
.lx-trims-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.lx-trims-list li { padding: 10px 14px; background: #f9f9f9; border-radius: 6px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.lx-trims-list del { color: #999; }

.lx-block-hero, .lx-block-tech, .lx-block-interior, .lx-block-adas, .lx-block-tools { margin: 32px 0; }
.lx-interior-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }
.lx-interior-gallery img { width: 100%; height: auto; border-radius: 6px; }
.lx-tech-list, .lx-adas-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.lx-tech-list li, .lx-adas-list li { display: flex; gap: 12px; align-items: flex-start; padding: 12px; background: #f9f9f9; border-radius: 6px; }
.lx-tools-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.lx-tool-item { padding: 12px 20px; background: #2271b1; color: #fff; border-radius: 6px; font-weight: 500; }
