:root{--lwspp-font-family-primary: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";--lwspp-font-size-xs: .75rem;--lwspp-font-size-sm: .875rem;--lwspp-font-size-base: 1rem;--lwspp-font-size-lg: 1.125rem;--lwspp-font-size-xl: 1.25rem;--lwspp-font-size-2xl: 1.5rem;--lwspp-font-size-3xl: 1.875rem;--lwspp-font-size-4xl: 2.25rem;--lwspp-font-size-5xl: 3rem;--lwspp-font-size-6xl: 3.75rem;--lwspp-font-size-7xl: 4.5rem;--lwspp-font-size-8xl: 6rem;--lwspp-color-background: 0 0% 100%;--lwspp-color-foreground: 222.2 84% 4.9%;--lwspp-color-card: 0 0% 100%;--lwspp-color-card-foreground: 222.2 84% 4.9%;--lwspp-color-popover: 0 0% 100%;--lwspp-color-popover-foreground: 222.2 84% 4.9%;--lwspp-color-primary: 299 88% 21%;--lwspp-color-primary-foreground: 0 0% 100%;--lwspp-color-primary-glow: 299 88% 30%;--lwspp-color-accent: 49 90% 40%;--lwspp-color-accent-foreground: 0 0% 0%;--lwspp-color-accent-light: 49 90% 55%;--lwspp-color-secondary: 210 40% 96.1%;--lwspp-color-secondary-foreground: 222.2 47.4% 11.2%;--lwspp-color-muted: 210 40% 96.1%;--lwspp-color-muted-foreground: 215.4 16.3% 46.9%;--lwspp-color-destructive: 0 84.2% 60.2%;--lwspp-color-destructive-foreground: 210 40% 98%;--lwspp-color-border: 214.3 31.8% 91.4%;--lwspp-color-input: 214.3 31.8% 91.4%;--lwspp-color-input-border: 220 13% 91%;--lwspp-color-ring: 299 88% 21%;--lwspp-container-xl-max-width: 75rem;--lwspp-container-2xl-max-width: 87.5rem;--lwspp-spacing-xs: .25rem;--lwspp-spacing-sm: .5rem;--lwspp-spacing-md: 1rem;--lwspp-spacing-lg: 1.5rem;--lwspp-spacing-xl: 2rem;--lwspp-spacing-2xl: 3rem;--lwspp-spacing-3xl: 4rem;--lwspp-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--lwspp-shadow-focus-input: 0 0 0 2px hsl(var(--lwspp-color-background)), 0 0 0 4px hsl(var(--lwspp-color-ring));--lwspp-shadow-elegant: 0 20px 40px -15px hsl(var(--lwspp-color-primary) / .3);--lwspp-shadow-glow: 0 0 50px hsl(var(--lwspp-color-accent) / .4);--lwspp-shadow-glow-hover: 0 0 15px hsla(var(--lwspp-color-primary) /.5);--lwspp-shadow-card: 0 10px 30px -10px hsl(0 0% 0% / .1);--lwspp-transition-elegant: all .4s cubic-bezier(.4, 0, .2, 1);--lwspp-transition-smooth: all .3s cubic-bezier(.25, .46, .45, .94);--lwspp-radius-sm: .25rem;--lwspp-radius-md: .375rem;--lwspp-radius-lg: .5rem;--lwspp-radius-full: 9999px;--swiper-preloader-color: hsl(var(--lwspp-color-primary))}[data-widget_type="widget-search-bar.default"] .property-search__field-input{display:flex;width:100%;align-items:center;border-radius:var(--lwspp-radius-lg);border:1px solid hsl(var(--lwspp-color-input-border));background-color:hsl(var(--lwspp-color-background));padding:.5rem .75rem;font-size:1rem;transition:all .3s ease-in-out;outline:none}[data-widget_type="widget-search-bar.default"] .property-search__field-input::placeholder{color:hsl(var(--lwspp-color-muted-foreground))}[data-widget_type="widget-search-bar.default"] .property-search__field-input:focus-visible,[data-widget_type="widget-search-bar.default"] .property-search__field-input:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--lwspp-color-primary));border-color:hsl(var(--lwspp-color-primary))}[data-widget_type="widget-search-bar.default"] .property-search__field-input:disabled{cursor:not-allowed;opacity:.5}@media (min-width: 768px){[data-widget_type="widget-search-bar.default"] .property-search__field-input{font-size:.875rem}}[data-widget_type="widget-search-bar.default"] .property-search__header{text-align:center;margin-bottom:2rem}@media (min-width: 768px){[data-widget_type="widget-search-bar.default"] .property-search__header{margin-bottom:3rem}}[data-widget_type="widget-search-bar.default"] .property-search__title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:hsl(var(--lwspp-color-primary))}@media (min-width: 768px){[data-widget_type="widget-search-bar.default"] .property-search__title{font-size:2.25rem}}[data-widget_type="widget-search-bar.default"] .property-search__description{font-size:1rem;color:hsl(var(--lwspp-color-muted-foreground));max-width:42rem;margin:0 auto}@media (min-width: 768px){[data-widget_type="widget-search-bar.default"] .property-search__description{font-size:1.125rem}}[data-widget_type="widget-search-bar.default"] .property-search__form-card{border-radius:var(--lwspp-radius-lg);box-shadow:var(--lwspp-shadow-sm);max-width:72rem;margin:0 auto;border:none;transition:transform .3s ease,box-shadow .3s ease}[data-widget_type="widget-search-bar.default"] .property-search__form-card--animated:hover{transform:translateY(-2px) scale(1.05);box-shadow:var(--lwspp-shadow-elegant)}[data-widget_type="widget-search-bar.default"] .property-search__form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){[data-widget_type="widget-search-bar.default"] .property-search__form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1024px){[data-widget_type="widget-search-bar.default"] .property-search__form-grid{grid-template-columns:repeat(6,1fr)}}[data-widget_type="widget-search-bar.default"] .property-search__field{display:flex;flex-direction:column;gap:.5rem}[data-widget_type="widget-search-bar.default"] .property-search__field--button{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}[data-widget_type="widget-search-bar.default"] .property-search__field input,[data-widget_type="widget-search-bar.default"] .property-search__field select{margin:0}[data-widget_type="widget-search-bar.default"] .property-search__field-label{font-size:.875rem;font-weight:500;color:hsl(var(--lwspp-color-primary-foreground))}[data-widget_type="widget-search-bar.default"] .property-search__field-input::placeholder{color:hsl(var(--lwspp-color-foreground))}[data-widget_type="widget-search-bar.default"] .property-search__field-input{height:3rem;margin-bottom:0}[data-widget_type="widget-search-bar.default"] .property-search__submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3rem;padding:0 2rem;background-color:hsl(var(--lwspp-color-primary));color:hsl(var(--lwspp-color-primary-foreground));font-weight:600;font-size:.875rem;border-radius:var(--lwspp-radius-lg);border:none;cursor:pointer;transition:all .3s ease}[data-widget_type="widget-search-bar.default"] .property-search__submit-button:hover{box-shadow:var(--lwspp-shadow-glow);transform:scale(1.05)}[data-widget_type="widget-search-bar.default"] .property-search__submit-button:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--lwspp-color-primary))}[data-widget_type="widget-search-bar.default"] .property-search__submit-icon{height:1rem;width:1rem;margin-right:.5rem}
