.fuel-finder-module{background:#f0f0f0;color:#333;padding:60px 0}.fuel-finder-module .container{margin:0 auto;max-width:1400px;padding:20px}.fuel-finder-module .header{margin-bottom:40px;padding:40px 0;text-align:center}.fuel-finder-module .header h1{color:#222;font-size:3rem;margin-bottom:20px}.fuel-finder-module .header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.fuel-finder-module .search-container{background:#fff;border:1px solid #ccc;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:40px;padding:40px}.fuel-finder-module .search-section{margin-bottom:30px}.fuel-finder-module .search-section h2{color:#333;font-size:1.8rem;margin-bottom:20px}.fuel-finder-module .search-input-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.fuel-finder-module .search-input{background:#f8f8f8;border:2px solid #d0d0d0;border-radius:10px;color:#333;flex:1;font-size:1rem;min-width:300px;padding:15px 20px;transition:all .3s ease}.fuel-finder-module .search-input:focus{background:#fff;border-color:#999;box-shadow:0 2px 8px rgba(0,0,0,.1);outline:none}.fuel-finder-module .search-input::placeholder{color:#999}.fuel-finder-module .search-btn{align-items:center;background:#333;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:8px;padding:15px 25px;transition:all .3s ease;white-space:nowrap}.fuel-finder-module .search-btn:hover{background:#222;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-2px)}.fuel-finder-module .location-btn{align-items:center;background:transparent;border:2px solid #333;border-radius:10px;color:#333;cursor:pointer;display:flex;justify-content:center;padding:15px;transition:all .3s ease}.fuel-finder-module .location-btn:hover{background:#333;color:#fff;transform:translateY(-2px)}.fuel-finder-module .search-filters h3{color:#333;font-size:1.3rem;margin-bottom:15px}.fuel-finder-module .filter-grid{display:grid;gap:15px;grid-template-columns:repeat(2,1fr);max-width:400px}.fuel-finder-module .filter-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:background-color .3s ease}.fuel-finder-module .filter-option:hover{background:#f8f8f8}.fuel-finder-module .filter-option input[type=checkbox]{display:none}.fuel-finder-module .checkmark{border:2px solid #333;border-radius:4px;height:20px;position:relative;transition:all .3s ease;width:20px}.fuel-finder-module .filter-option input[type=checkbox]:checked+.checkmark{background:#333;border-color:#333}.fuel-finder-module .filter-option input[type=checkbox]:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.fuel-finder-module .results-container{display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-top:30px}.fuel-finder-module .map-section{background:#fff;border:1px solid #ccc;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.fuel-finder-module .dealer-map{height:500px;position:relative}.fuel-finder-module .map-placeholder{align-items:center;background:#f8f8f8;color:#666;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px;text-align:center}.fuel-finder-module .map-placeholder svg{margin-bottom:20px;opacity:.5}.fuel-finder-module .dealers-section{background:#fff;border:1px solid #ccc;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:25px}.fuel-finder-module .dealers-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.fuel-finder-module .dealers-header h3{color:#333;font-size:1.5rem}.fuel-finder-module .results-info{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.fuel-finder-module .results-info span{color:#666;font-size:.9rem}.fuel-finder-module .sort-select{background:#f8f8f8;border:1px solid #d0d0d0;border-radius:6px;color:#333;font-size:.9rem;padding:8px 15px}.fuel-finder-module .dealers-list{max-height:400px;overflow-y:auto;padding-right:10px}.fuel-finder-module .dealers-list::-webkit-scrollbar{width:6px}.fuel-finder-module .dealers-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.fuel-finder-module .dealers-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.fuel-finder-module .dealer-card{background:#f8f8f8;border:1px solid #d0d0d0;border-radius:10px;margin-bottom:15px;padding:20px;transition:all .3s ease}.fuel-finder-module .dealer-card:hover{background:#fff;border-color:#999;box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.fuel-finder-module .dealer-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.fuel-finder-module .dealer-name{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:5px}.fuel-finder-module .dealer-distance{background:#e8e8e8;border-radius:15px;color:#666;font-size:.8rem;padding:4px 10px}.fuel-finder-module .dealer-address{color:#666;line-height:1.4;margin-bottom:10px}.fuel-finder-module .dealer-services{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.fuel-finder-module .service-tag{background:#e8e8e8;border-radius:12px;color:#666;font-size:.75rem;padding:4px 8px}.fuel-finder-module .dealer-actions{display:flex;flex-wrap:wrap;gap:10px}.fuel-finder-module .dealer-btn{align-items:center;background:transparent;border:1px solid #333;border-radius:6px;color:#333;display:inline-flex;font-size:.9rem;gap:5px;padding:8px 15px;text-decoration:none;transition:all .3s ease}.fuel-finder-module .dealer-btn:hover{background:#333;color:#fff;transform:translateY(-1px)}.fuel-finder-module .no-results{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.fuel-finder-module .no-results svg{margin-bottom:20px;opacity:.5}.fuel-finder-module .no-results h4{color:#999;font-size:1.3rem;margin-bottom:10px}.fuel-finder-module .load-more-section{margin-top:20px;text-align:center}.fuel-finder-module .load-more-btn{background:transparent;border:2px solid #333;border-radius:8px;color:#333;cursor:pointer;padding:12px 25px;transition:all .3s ease}.fuel-finder-module .load-more-btn:hover{background:#333;color:#fff;transform:translateY(-2px)}.fuel-finder-module .info-section{margin:60px 0}.fuel-finder-module .info-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.fuel-finder-module .info-card{background:#fff;border:1px solid #ccc;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:30px;text-align:center;transition:all .3s ease}.fuel-finder-module .info-card:hover{background:#f8f8f8;box-shadow:0 8px 20px rgba(0,0,0,.15);transform:translateY(-5px)}.fuel-finder-module .info-icon{align-items:center;background:#f0f0f0;border-radius:50%;color:#333;display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.fuel-finder-module .info-card h4{color:#333;font-size:1.3rem;margin-bottom:15px}.fuel-finder-module .info-card p{color:#666;line-height:1.5}.fuel-finder-module .contact-section{background:#fff;border:1px solid #ccc;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:40px;text-align:center}.fuel-finder-module .contact-content h3{color:#333;font-size:2rem;margin-bottom:15px}.fuel-finder-module .contact-content p{color:#666;font-size:1.1rem;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:600px}.fuel-finder-module .contact-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.fuel-finder-module .btn{border:none;border-radius:10px;display:inline-block;font-size:1rem;font-weight:700;padding:15px 30px;text-decoration:none;transition:all .3s ease}.fuel-finder-module .btn-primary{background:#333;color:#fff}.fuel-finder-module .btn-primary:hover{background:#222;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateY(-2px)}.fuel-finder-module .btn-secondary{background:transparent;border:2px solid #333;color:#333}.fuel-finder-module .btn-secondary:hover{background:#333;color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.fuel-finder-module .results-container{grid-template-columns:1fr}.fuel-finder-module .dealer-map{height:300px}}@media (max-width:768px){.fuel-finder-module .header h1{font-size:2rem}.fuel-finder-module .search-container{padding:20px}.fuel-finder-module .search-input-group{flex-direction:column}.fuel-finder-module .search-input{min-width:auto}.fuel-finder-module .filter-grid{grid-template-columns:1fr}.fuel-finder-module .dealers-header{align-items:flex-start;flex-direction:column}.fuel-finder-module .contact-actions{align-items:center;flex-direction:column}.fuel-finder-module .btn{max-width:300px;width:100%}}