.location-filter-layout{display:flex;min-height:70vh;background:#f8f9fa}.location-filter-sidebar{width:350px;background:#f8f9fa;border-right:1px solid #dee2e6;padding:20px;overflow-y:auto;flex-shrink:0}.location-filter-content{flex:1;display:flex;flex-direction:column;background:#fff}.location-filter-map{flex:1;position:relative;min-height:400px}.location-filter-results{height:300px;background:#fff;border-top:1px solid #dee2e6;overflow-y:auto}.hotel-card{transition:all .3s ease;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.hotel-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#09295a}.hotel-card-image{height:150px;object-fit:cover;width:100%}.hotel-card-body{padding:15px}.hotel-card-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#333}.hotel-card-title a{color:inherit;text-decoration:none}.hotel-card-title a:hover{color:inherit}.hotel-card-location{font-size:14px;color:#666;margin-bottom:8px}.hotel-card-location i{margin-right:5px;color:#09295a}.hotel-card-rating{display:flex;align-items:center;margin-bottom:10px}.hotel-card-rating .badge{background-color:#ffc107;color:#000;font-size:12px;padding:4px 8px;margin-right:8px}.hotel-card-rating small{color:#666;font-size:12px}.hotel-card-price{text-align:right}.hotel-card-price .price-amount{font-size:18px;font-weight:700;color:#09295a;line-height:1.2}.hotel-card-price .price-label{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.price-card-marker{background:#fff;border-radius:8px;border:2px solid #09295a;cursor:pointer;min-width:80px;text-align:center;transition:all .3s ease;position:relative}.price-card-marker:hover{transform:translateY(-2px);border-color:#0a3a6b;box-shadow:0 4px 12px rgba(0,0,0,.15)}.price-card-content{padding:8px 12px;font-family:Poppins,sans-serif}.price-amount{font-size:16px;font-weight:700;color:#09295a;line-height:1.2;margin-bottom:2px}.price-label{font-size:10px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.price-card-marker::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #09295a}.price-card-marker:hover::after{border-top-color:#0a3a6b}@media (max-width:1200px){.location-filter-sidebar{width:300px}}@media (max-width:992px){.location-filter-layout{flex-direction:column}.location-filter-sidebar{width:100%;height:auto;max-height:300px;border-right:none;border-bottom:1px solid #dee2e6}.location-filter-map{height:400px;min-height:400px}.location-filter-results{height:250px}}@media (max-width:768px){.location-filter-sidebar{padding:15px;max-height:250px}.location-filter-map{height:300px;min-height:300px}.location-filter-results{height:200px}.hotel-card-image{height:120px}.hotel-card-body{padding:12px}.hotel-card-title{font-size:14px}.hotel-card-price .price-amount{font-size:16px}}@media (max-width:576px){.location-filter-sidebar{padding:10px}.hotel-card{margin-bottom:15px}.hotel-card-image{height:100px}.hotel-card-body{padding:10px}}.map-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;z-index:10}.st-loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #09295a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.empty-state{text-align:center;padding:40px 20px;color:#666}.empty-state i{font-size:48px;color:#ccc;margin-bottom:20px}.empty-state h5{color:#666;margin-bottom:10px}.empty-state p{color:#999;margin-bottom:0}.btn-outline-primary{border-color:#09295a;color:#09295a}.btn-outline-primary:hover{background-color:#09295a;border-color:#09295a;color:#fff}.btn-primary{background-color:#09295a;border-color:#09295a}.btn-primary:hover{background-color:#0a3a6b;border-color:#0a3a6b}