/* RushFree custom styles */
body {
    -webkit-font-smoothing: antialiased;
}

input[type="date"],
input[type="time"] {
    min-height: 42px;
}

/* Smooth transitions for slot buttons */
.slot-btn {
    transition: all 0.15s ease;
}
