/**
 * ProDrivers Pickup Time Field Styles
 *
 * Minimal styles - theme handles select styling.
 *
 * @package ProDrivers_Quote_Calculator
 * @since 1.2.0
 */

/* Time field wrapper - horizontal layout */
.prodrivers-time-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Separator between hour and minute */
.prodrivers-time-separator {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
