.uber-search-form{background:#fff;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:16px;max-width:500px}.uber-search-form--compact{max-width:100%;padding:16px}.uber-search-form__schedule{display:flex;gap:0;margin-bottom:16px;background:#f3f4f6;border-radius:4px;padding:2px}.uber-search-form__schedule-btn{flex:1 1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:2px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.uber-search-form__schedule-btn svg{width:16px;height:16px;stroke-width:2}.uber-search-form__schedule-btn:hover{background:#e5e7eb;color:#111827}.uber-search-form__schedule-btn--active{background:#fff;color:#000;font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.05)}.uber-search-form__locations{position:relative;margin-bottom:16px}.uber-search-form__location-field{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f9fafb;border-radius:12px;transition:background .15s ease;position:relative}.uber-search-form__location-field:first-child{border-radius:12px 12px 0 0}.uber-search-form__location-field:last-child{border-radius:0 0 12px 12px;margin-top:0}.uber-search-form__location-field:hover{background:#f3f4f6}.uber-search-form__location-field:focus-within{background:#fff;box-shadow:inset 0 0 0 2px #0b1730;z-index:2;border-radius:12px}.uber-search-form__location-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;color:#0b1730}.uber-search-form__location-icon svg{width:20px;height:20px}.uber-search-form__connector{width:2px;height:12px;background:#0b1730;opacity:.3;margin-left:calc(20px + 6px);position:relative;z-index:1}.uber-search-form__input{flex:1 1;border:none;background:transparent;font-size:16px;font-weight:500;color:#000;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:0}.uber-search-form__input::placeholder{color:#9ca3af;font-weight:400}.uber-search-form__location-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:50%;color:#059669;cursor:pointer;transition:all .15s ease;flex-shrink:0}.uber-search-form__location-btn:hover{background:rgba(5,150,105,.1)}.uber-search-form__location-btn:disabled{opacity:.5;cursor:not-allowed}.uber-search-form__location-btn svg{width:16px;height:16px}.uber-search-form__input:focus{outline:none}.uber-search-form__submit{width:100%;padding:16px 24px;background:#059669;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.uber-search-form__submit:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.uber-search-form__submit:active{transform:translateY(0)}.pac-container{background:#fff;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);border:none;margin-top:4px;padding:8px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;z-index:9999!important}.pac-container:after{display:none}.pac-item{padding:12px 16px;cursor:pointer;font-size:14px;line-height:1.5;border:none;transition:background .15s ease;color:#111827}.pac-item:hover{background:#f9fafb}.pac-item-selected{background:#f3f4f6}.pac-icon{display:none}.pac-item-query{font-size:14px;font-weight:500;color:#000;padding-right:6px}.pac-matched{font-weight:600;color:#000}@media (max-width:640px){.uber-search-form{max-width:100%;padding:12px}.uber-search-form__schedule-btn span{font-size:13px}.uber-search-form__input{font-size:16px}.uber-search-form__location-field{padding:14px 16px}}