/* Correct the generated VDP row targeting after its late-loaded actions mount. */
.vdp__dealerInfo__mod > .row > div:nth-child(2) {
  display: none !important;
}

.vdp__dealerInfo__mod > .row > div:last-child {
  display: flex !important;
}
