/* Article: Новинки авто 2027 */
/* Hide theme auto-TOC (spisok + ul.contents) — keep our ash-article-toc */
body.ash-novinki-article .entry-content > .spisok,
body.ash-novinki-article .entry-content > ul.contents {
    display: none !important;
}

.ash-article-novinki {
    max-width: 820px;
    margin: 0 auto 48px;
    padding: 0 20px;
    line-height: 1.8;
    color: #1e293b;
    font-size: 1.05rem;
}

.ash-article-novinki h2 {
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 800;
    margin: 2.5rem 0 1rem;
    color: #0f172a;
    scroll-margin-top: 80px;
}

.ash-article-lead {
    font-size: 1.1rem;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-left: 4px solid #dc2626;
    padding: 20px 24px;
    border-radius: 0 12px 12px 0;
    margin-bottom: 32px;
}

.ash-article-toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 20px 24px;
    margin: 28px 0 36px;
}

.ash-article-toc h2 {
    margin-top: 0;
    font-size: 1.15rem;
}

.ash-article-toc ol {
    columns: 2;
    column-gap: 32px;
    margin: 0;
    padding-left: 1.25rem;
}

.ash-article-toc a {
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
}

.ash-article-toc a:hover {
    text-decoration: underline;
}

.ash-car-block {
    margin: 48px 0;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.ash-car-figure {
    margin: 0 0 20px;
}

.ash-car-figure figcaption {
    margin-top: 8px;
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
}

.ash-car-figure img {
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    background: #f1f5f9;
}

.ash-car-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.ash-car-tag {
    padding: 5px 12px;
    border-radius: 999px;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.8rem;
    font-weight: 700;
}

.ash-car-specs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin: 16px 0 20px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 0.92rem;
}

.ash-car-specs dt {
    font-weight: 700;
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ash-car-specs dd {
    margin: 4px 0 0;
    color: #0f172a;
}

.ash-car-block p {
    margin: 0 0 1rem;
}

.ash-car-links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ash-car-links a {
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
}

.ash-car-links a:first-child {
    background: #dc2626;
    color: #fff;
}

.ash-car-links a:last-child {
    background: #f1f5f9;
    color: #334155;
}

.ash-table-wrap {
    overflow-x: auto;
    margin: 32px 0;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.ash-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.ash-compare-table th,
.ash-compare-table td {
    padding: 12px 14px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.ash-compare-table th {
    background: #0f172a;
    color: #fff;
    font-weight: 600;
}

.ash-compare-table tr:nth-child(even) td {
    background: #f8fafc;
}

.ash-faq {
    margin-top: 40px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 14px;
}

.ash-faq h3 {
    font-size: 1.05rem;
    margin: 1.5rem 0 0.5rem;
    color: #0f172a;
}

.ash-faq h3:first-child {
    margin-top: 0;
}

@media (max-width: 640px) {
    .ash-article-toc ol {
        columns: 1;
    }
}
