.car-data-tabs {
    margin-top: 20px;
}
.tab-titles {
    display: flex;
    list-style-type: none;
    padding: 0;
    cursor: pointer;
}
.tab-title {
    padding: 10px 15px;
    background: #e2e2e2;
    margin-right: 5px;
    border-radius: 3px;
}
.tab-title.active {
    background: #0073aa;
    color: #ffffff;
}
.tab-content {
    margin-top: 20px;
}
.tab-content.active {
    display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table td {
    padding: 8px;
    border: 1px solid #ddd;
}
table td:first-child {
    font-weight: bold;
    background: #f9f9f9;
}
