/* RentalAjay — booking tanggal + jam */
.booking-time-row {
    gap: 10px;
    margin-top: -2px;
}

.booking-time-row .form-group {
    min-width: 0;
}

.booking-time-row input[type="time"] {
    width: 100%;
    min-width: 0;
    font-variant-numeric: tabular-nums;
}

.booking-schedule-note {
    margin-top: 8px;
    font-size: .82rem;
    line-height: 1.35;
}

@media (max-width: 720px) {
    .booking-time-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 7px !important;
        margin-bottom: 2px;
    }

    .booking-time-row .form-group {
        margin-bottom: 6px !important;
    }

    .booking-time-row .form-label {
        margin-bottom: 4px !important;
        font-size: .78rem;
    }

    .booking-time-row .form-control {
        min-height: 40px !important;
        padding: 7px 8px !important;
        font-size: .9rem !important;
    }

    .item-booking-card .card-body,
    .item-booking-form {
        min-width: 0;
    }
}

@media (max-width: 360px) {
    .booking-time-row {
        gap: 6px !important;
    }

    .booking-time-row .form-control {
        font-size: .84rem !important;
        padding-inline: 6px !important;
    }
}
