/*
 * uktb-style.css
 * Custom styles for the UK Taxi Booking plugin.
 *
 * Most styling is handled by Tailwind CSS loaded via CDN in class-uktb-form-handler.php.
 * This file is for any specific overrides or additional styles.
 */

/* Example: Adjusting default input appearance if needed */
/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
} */

/* Ensure the wrapper doesn't cause overflow on very small screens if padding is too high */
#uktb-booking-form-wrapper {
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
.font-semibold{
    color:white;
}