.w-car-selector-form select {
    width:100%;
    height:40px;
}

.w-car-selector-container {
    padding:20px 10px;
    background: #D62425;  /* fallback for old browsers */
    background: linear-gradient(to bottom, #D62425, #9B0101);
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.75);
}

.w-car-selector-title {
    text-align:center;
    color:white;
    margin-bottom:10px;
}

.w-car-selector-title > h1 {
    font-size: 1.3em;
}

.w-car-selector-title i.bolt-icon {
    color: #d3cc14;
    font-family: "Font Awesome 6 Free";
}