.vehicle-search {
    background-color: #ccced7;
    margin-bottom: 20px;
    margin-top: -25px;
}

.vehicle-search-form {
    padding: 15px 0;
}

.selected-model-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-invalid {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.product-does-it-fit-block {
    background: #FFFEAE;
    border-radius: 10px;
    border-left: 10px solid #FAE34E;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 16px 25px;
    margin-bottom: 2rem;
}

.product-does-it-fit-block .focus-vehicle-search {
    width: fit-content;
}
