<style>
/* https://mirvac.atlassian.net/browse/SXCMR-335 */
.prof-form__car td:nth-child(1) {
background-image: var(--prof-car1);
}
.prof-form__car td:nth-child(2) {
background-image: var(--prof-car2);
}
.prof-form__car td:nth-child(3) {
background-image: var(--prof-car3);
}
.prof-form__bed td:first-child {
display: none !important;
}
.prof-form__bed td:nth-child(2) {
display: none !important
}
.prof-form__bed td:nth-child(4) {
background-image: url('https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/Images/Profiling%20Form/Nine/Isle_WebIcons_4Bed.svg') !important;
}
</style>