﻿body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #fff;
    color: #222;
    margin: 0;
    padding: 2rem 6rem;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 1rem;
    color: #666;
}

    .breadcrumb a {
        color: #007bff;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

.brand-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.search-container {
    display: flex;
    gap: 10px;
    margin-bottom: 2rem;
}

.vin-input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 250px;
}

.find-btn {
    background: #f4f4f4;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.2s;
}

    .find-btn:hover {
        background: #eaeaea;
    }

.market-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.complectation-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

    .complectation-table th,
    .complectation-table td {
        padding: 10px 12px;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .complectation-table th {
        background: #f9f9f9;
        font-weight: 600;
    }

.model-link {
    color: #007bff;
    text-decoration: none;
}

    .model-link:hover {
        text-decoration: underline;
    }

.no-frames {
    font-size: 16px;
    color: #999;
    margin-top: 2rem;
}
