.dealer-locator{margin:0 auto;max-width:100%}.dealer-locator__header{align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}@media(max-width:768px){.dealer-locator__header{gap:1rem;grid-template-columns:1fr}}.dealer-locator__text{display:flex;flex-direction:column}.dealer-locator__title{color:#1a202c;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0;max-width:300px}@media(max-width:1024px){.dealer-locator__title{max-width:none}}.dealer-locator__description-wrapper{align-items:center;display:flex}.dealer-locator__description{color:#4a5568;font-size:1.25rem;line-height:1.6;margin:0}.dealer-locator__content{display:flex;flex-direction:column;gap:2rem}.dealer-locator__controls{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto}@media(max-width:768px){.dealer-locator__controls{gap:1rem;grid-template-columns:1fr}}.dealer-locator__search .search-form{display:flex;gap:0;max-width:400px;width:100%}.dealer-locator__search .search-form .search-input{border:2px solid #e2e8f0;border-radius:8px 0 0 8px;border-right:none;flex:1;font-size:1rem;padding:12px 16px}.dealer-locator__search .search-form .search-input::-moz-placeholder{color:#9ca3af;opacity:1}.dealer-locator__search .search-form .search-input::placeholder{color:#9ca3af;opacity:1}.dealer-locator__search .search-form .search-input:focus{border-color:#2b6cb0;outline:none}.dealer-locator__search .search-form .search-button{background:#1a202c;border:2px solid #1a202c;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;font-size:1rem;padding:12px 16px}.dealer-locator__search .search-form .search-button:hover{background:#2d3748;border-color:#2d3748}.dealer-locator__filters .filter-buttons{display:flex;gap:8px}.dealer-locator__filters .filter-buttons .filter-btn{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.2);border-radius:4px;color:#4a5568;cursor:pointer;font-size:.875rem;font-weight:500;height:48px;padding:10px 12px;transition:all .2s ease;width:102px}.dealer-locator__filters .filter-buttons .filter-btn:hover{background:rgba(0,0,0,.1);border-color:rgba(0,0,0,.3)}.dealer-locator__filters .filter-buttons .filter-btn.active{background:#1a202c;border-color:#1a202c;color:#fff}.dealer-locator__layout{display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.dealer-locator__layout{gap:16px}}.dealer-locator__results{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:none;left:40px;max-height:calc(100% - 110px);max-width:calc(100% - 80px);overflow-y:auto;padding:1.5rem;position:absolute;top:55px;width:400px;z-index:100}@media(max-width:768px){.dealer-locator__results{background:#f8f9fa;display:none!important;left:auto;margin-top:0;max-height:none;max-width:none;order:2;position:static;top:auto;width:100%}.dealer-locator__results .results-container{background:#f8f9fa}}.dealer-locator__results .results-header{border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:1rem}.dealer-locator__results .results-header p{color:#2d3748;font-weight:600;margin:0}.dealer-locator__results .dealer-item{border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;margin-bottom:1rem;padding:1rem;transition:all .2s ease}.dealer-locator__results .dealer-item.highlighted,.dealer-locator__results .dealer-item:hover{box-shadow:0 2px 8px rgba(43,108,176,.2);transform:translateY(-1px)}.dealer-locator__results .dealer-item.highlighted{background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#d3d3d3;border-radius:.5rem}.dealer-locator__results .dealer-item .dealer-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem;width:100%}.dealer-locator__results .dealer-item .dealer-header h3{color:#1a202c;font-size:1.125rem;font-weight:600;margin:0}.dealer-locator__results .dealer-item .dealer-header .dealer-distance{color:#1a202c;font-size:1rem;font-weight:400;margin:0}.dealer-locator__results .dealer-item .dealer-address{color:#1a202c;font-size:.875rem;font-weight:400;margin:0}.dealer-locator__results .dealer-item .dealer-details{margin-top:1rem}.dealer-locator__results .dealer-item .dealer-contact-row{align-items:center;display:flex;justify-content:space-between;margin-top:0}.dealer-locator__results .dealer-item .dealer-contact-row .dealer-phone{color:#1a202c;font-size:.875rem;font-weight:400;margin-right:1rem}.dealer-locator__results .dealer-item .dealer-contact-row .dealer-phone a{color:#1a202c;text-decoration:none}.dealer-locator__results .dealer-item .dealer-contact-row .dealer-phone a:hover{text-decoration:underline}.dealer-locator__results .dealer-item .dealer-contact-row .directions-btn{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:.375rem;color:#1a202c;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;gap:.5rem;line-height:1.5;padding:.25rem .5rem;text-align:center;text-decoration:none}.dealer-locator__results .dealer-item .dealer-contact-row .directions-btn svg{flex-shrink:0;height:1.3125rem;width:1.25rem}.dealer-locator__results .dealer-item .dealer-contact-row .directions-btn:hover{background:#edf2f7;border-color:#cbd5e0}@media(max-width:768px){.dealer-locator__results .dealer-item .dealer-contact-row{align-items:flex-start;flex-direction:column;gap:.5rem}.dealer-locator__results .dealer-item .dealer-contact-row .dealer-phone{margin-right:0}}.dealer-locator__results .dealer-item.highlighted .dealer-contact-row .dealer-phone,.dealer-locator__results .dealer-item.highlighted .dealer-contact-row .dealer-phone a{color:#1a202c}.dealer-locator__results .dealer-item.highlighted .dealer-contact-row .dealer-phone a:hover{text-decoration:underline}.dealer-locator__results .dealer-item.highlighted .dealer-contact-row .directions-btn{background:#fff;border-color:#fff;color:#1a202c}.dealer-locator__results .dealer-item.highlighted .dealer-contact-row .directions-btn:hover{background:#f9f9f9}.dealer-locator__results .dealer-item.preview{opacity:.7}.dealer-locator__results .dealer-item.preview button{cursor:not-allowed;opacity:.5}.dealer-locator__results .no-results{color:#718096;font-style:italic;padding:2rem;text-align:center}.dealer-locator__map{background:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);overflow:hidden;position:relative;width:100%}@media(max-width:768px){.dealer-locator__map{background:transparent;box-shadow:none;display:flex;flex-direction:column;gap:16px}.dealer-locator__map>*{display:initial;flex-direction:row}}.dealer-locator__map .map-container{height:710px;min-height:400px;width:100%}@media(max-width:768px){.dealer-locator__map .map-container{background:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);height:400px;min-height:300px;order:1}}.dealer-locator__map .map-placeholder{align-items:center;color:#718096;display:flex;flex-direction:column;height:710px;justify-content:center;text-align:center}@media(max-width:768px){.dealer-locator__map .map-placeholder{height:400px}}.dealer-locator__map .map-placeholder p:first-child{font-size:3rem;margin-bottom:1rem}.dealer-locator__map .map-placeholder p{margin:.5rem 0}.dealer-locator.show-results .dealer-locator__results{display:block}@media(max-width:768px){.dealer-locator.show-results .dealer-locator__results{display:block!important}}.dealer-locator .preview-results{display:block!important;opacity:.7}.dealer-locator .loading{opacity:.6;pointer-events:none}.dealer-locator .spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#2b6cb0;display:inline-block;height:20px;margin-right:8px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
