@charset "utf-8";
.wot-filter {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.wot-filter label {
    font-weight: bold;
}

.wot-filter select, .wot-filter button {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.wot-vehicles-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vehicle {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.vehicle img {
    width: 160px;
    height: 100px;
    margin-right: 15px;
    border-radius: 5px;
}

.vehicle-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    color: #333;
}

.vehicle-details strong {
    font-weight: bold;
    font-size: 16px;
}

.vehicle-description {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
