.indo-filter-form-booking-operation {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 16px;
    background: #f8f9fb00;
    border-radius: 12px;
    max-width: 500px;
}

.trip-filter-row {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trip-filter-row input {
    height: 35px;
    border-radius: 8px;
    border: 1px solid white !important;
    padding: 0 12px;
    font-size: 14px;
}

.indo-filter-form-booking-operation button {
    height: 35px;
    padding: 0 20px;
    border-radius: 8px;
    background: #760d0d;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.indo-filter-form-booking-operation button:hover {
    background: #760d0d;
}

#reset-booking-filter {
    height: 35px;
    padding: 0 20px;
    border-radius: 8px;
    background: #ccc;
    color: #333;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

#reset-booking-filter:hover {
    background: #999;
}