.orddd-datepicker-fields {
    display: flex;
    flex-direction: column;
}

#orddd_pickup_location {
    margin-bottom: 1.5em;
}

.orddd-datepicker {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

/* Hide by default */
#orddd-availability {
    display: none;
  }
  
/* Show only on screens smaller than 768px (mobile) */
@media screen and (max-width: 767px) {
    #orddd-availability {
      display: block;
    }
}