/* Hide the whole "Stop Rentals on these dates" container */
.vrc-param-container:has(#setclosed-on) {
  display: none !important;
}

