.booking-container{position:relative;margin-top:-72px;height:100vh;overflow:hidden}.map-container{position:absolute!important;top:0!important;left:0!important;right:0!important;height:100%!important;width:100%!important;z-index:0!important}.booking-top-controls{margin-top:52px}.location-card{background-color:white;border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:.75rem}.location-divider{width:1px;height:24px;background-color:#e5e7eb;margin-right:2.5rem;margin-left:.75rem}.location-input{display:flex;align-items:center;padding:.5rem 0;border-radius:.25rem}.location-input:first-child{border-bottom:1px solid #f3f4f6;margin-bottom:.5rem}.location-input:last-child{margin-top:.5rem}.location-marker{height:1.5rem;width:1.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:.5rem}.location-marker.start{background-color:#3b82f6}.location-marker.end{background-color:#ef4444}.location-marker svg{color:white;font-size:.625rem}.location-input-field{flex:1;outline:none;border:none;font-size:.875rem;padding:.25rem 0;color:#374151}.location-input-field::-moz-placeholder{color:#9ca3af}.location-input-field::placeholder{color:#9ca3af}.saved-locations{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:.5rem 0;margin-top:.5rem;gap:.5rem;white-space:nowrap;scrollbar-width:none}.saved-locations::-webkit-scrollbar{display:none}.saved-location-item{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#f3f4f6;border-radius:1rem;font-size:.75rem;color:#4b5563;cursor:pointer;transition:all .2s}.saved-location-item:hover{background-color:#e5e7eb}.saved-location-item .location-name{max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-location-item .delete-btn{margin-right:.25rem;color:#ef4444;opacity:.7;transition:opacity .2s}.saved-location-item .delete-btn:hover{opacity:1}.booking-card-bottom{bottom:70px}.booking-action-button,.booking-card-bottom{position:absolute;left:8px;right:8px;z-index:10}.booking-action-button{bottom:20px}@media screen and (max-width:768px){.map-container{height:calc(100% - 270px)!important}.booking-card-bottom{bottom:119px}.booking-action-button{bottom:50px}}@media screen and (max-width:768px) and (max-height:640px){.map-container{height:calc(100% - 300px)!important}.booking-card-bottom{bottom:119px}.booking-action-button{bottom:50px}}.service-type-selector{display:flex;gap:.5rem;margin-bottom:.75rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.service-type-button{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;gap:.25rem}.service-type-button.active{background-color:#eff6ff;color:#2563eb;font-weight:500}.service-type-button:not(.active){color:#4b5563}.service-type-button:hover:not(.active){background-color:#f9fafb}.service-icon{width:1rem;height:1rem}