.auto-specs-featured img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.auto-specs-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 30px;
}

.auto-specs-gallery img {
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.auto-specs-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.auto-specs-specs-table th,
.auto-specs-specs-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.auto-specs-specs-table th {
    background: #f5f5f5;
    text-align: left;
}

.auto-specs-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.auto-specs-lightbox img {
    max-width: 90%;
    max-height: 90%;
}
