.wpcf7 .cf7-datetime-row p {
    display: flex;
    gap: 8px;
}

.wpcf7 .cf7-datetime-row .wpcf7-form-control-wrap {
    flex: 1 1 0;
}

/* flatpickr altInput inherits this */
input.flatpickr-input[readonly], input.cf7-appointment-date {
    background-color: #fff !important;
    cursor: pointer;
	border: 1px solid #ddd;
}
.flatpickr-calendar.hasTime {
	max-width:80px !important;	
}
input.cf7-appointment-time {
max-width:80px;	
height: 35px;
}
