.w2r-schedule-working,
.w2r-schedule-outofhours {
    display: flex;
    gap: 0.5rem;
}

/* Different dropoff location checkbox styling */
#different_dropoff_location {
    margin-right: 0.5rem;
    cursor: pointer;
}

#different_dropoff_location+label,
label:has(#different_dropoff_location) {
    cursor: pointer;
    user-select: none;
}

/* Smooth transitions for dropoff location toggle */
#dropoff-location-wrapper,
#dropoff-date-wrapper,
#dropoff-hour-wrapper {
    transition: all 0.3s ease;
}