  .store-locator-container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .search-panel {
            padding: 30px;
            background: #f8f9fa;
            height: 100%;
            min-height: 500px;
        }

        .map-container {
            position: relative;
            height: 700px;
        }

        .index-map {
            width: 100%;
            height: 100%;
            border-radius: 0 15px 15px 0;
        }

        .nearest-stations-panel {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            max-height: 400px;
            overflow-y: auto;
        }

        .station-result-card {
            background: white;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 15px;
            transition: all 0.3s ease;
            position: relative;
        }

        .station-result-card:hover {
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .station-result-card:last-child {
            margin-bottom: 0;
        }

        .station-name {
            font-weight: 600;
            color: #0066cc;
            margin-bottom: 5px;
        }

        .station-address {
            color: #6c757d;
            font-size: 0.9rem;
            margin-bottom: 8px;
        }

        .station-distance {
            background: #e3f2fd;
            color: #1976d2;
            padding: 4px 8px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 500;
            display: inline-block;
        }

        .station-hours, .station-phone, .station-fuel, .station-store {
            color: #6c757d;
            font-size: 0.85rem;
            margin: 5px 0;
        }

        .station-hours i, .station-phone i, .station-fuel i, .station-store i {
            margin-right: 5px;
            color: #0066cc;
            width: 14px;
        }

        .station-services {
            margin-top: 8px;
        }

        .service-badge {
            background: #0066cc;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 0.7rem;
            margin-right: 5px;
            margin-bottom: 3px;
            display: inline-block;
        }

        .directions-btn .leaflet-container {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 5px 10px;
            font-size: 0.8rem;
            color: white !important;
        }
        .directions-btn  .leaflet-container a
        {
            color: white !important;
        }
        .leaflet-container  a {
    /* color: white !important; */
}

        @media (max-width: 991px) {
            .search-panel {
                min-height: auto;
                margin-bottom: 20px;
            }
            
            .map-container {
                height: 450px;
            }
            
            .index-map {
                border-radius: 15px;
            }
        }

        @media (max-width: 768px) {
            .map-container {
                height: 350px;
            }
            
            .search-panel {
                padding: 20px;
            }
        }

        @media (max-width: 576px) {
            .map-container {
                height: 300px;
            }
            
            .search-panel {
                padding: 15px;
            }
        }

        /* Loading spinner */
        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
        }

        /* Custom gas pump icon */
        .fesco-gas-divicon {
            background: transparent !important;
            border: none !important;
        }

        /* Dynamic location cards styling */
        .location-card {
            background: white;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            overflow: hidden;
        }

        .location-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .location-image-container {
            position: relative;
            overflow: hidden;
        }

        .location-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 15px 15px 0 0;
        }

        .location-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
            padding: 15px;
        }

        .location-parish-badge {
            /* background: rgba(0, 102, 204, 0.9); */
            background: #ee1d25;
            color: white;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 500;
        }

        .location-content {
            padding: 20px;
        }

        .location-services {
            margin-bottom: 15px;
        }

        .service-badge {
            background: #0066cc;
            color: white;
            padding: 4px 8px;
            border-radius: 12px;
            font-size: 0.75rem;
            margin-right: 5px;
            margin-bottom: 3px;
            display: inline-block;
        }

        /* Fuel badge styles */
        .fuel-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
        }

        .fuel-badge {
            padding: 3px 8px;
            border-radius: 12px;
            font-size: 0.7rem;
            font-weight: 500;
            margin-right: 4px;
            margin-bottom: 3px;
            display: inline-block;
            text-align: center;
            color: white;
        }

        /* Different fuel type colors */
        .fuel-badge-e10-87 {
            background: #28a745;
            box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
        }

        .fuel-badge-e10-90 {
            background: #007bff;
            box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
        }

        .fuel-badge-ulsd {
            background: #fd7e14;
            box-shadow: 0 2px 4px rgba(253, 126, 20, 0.3);
        }

        .fuel-badge-diesel {
            background: #6c757d;
            box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
        }

        .fuel-badge-blend {
            background: #ffc107;
            box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
        }

        .fuel-badge-futron {
            background: #dc3545;
            box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
        }

        .fuel-badge-default {
            background: #6c757d;
            box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
        }

        /* Location card contact info styling */
        .card-body p {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.5rem;
        }

        .card-body p i.fas {
            width: 16px;
            margin-right: 0.5rem;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .card-body p .text-content {
            flex: 1;
            line-height: 1.4;
        }

        .location-content a[href^="tel:"] {
            color: #0066cc;
            text-decoration: none;
        }

        .location-content a[href^="tel:"]:hover {
            color: #004499;
            text-decoration: underline;
        }

        .location-content small {
            font-size: 0.85rem;
        }

        /* Loading and error states */
        #locationsLoading {
            min-height: 300px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        #locationsError {
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Ensure proper grid display for dynamic location cards */
        #dynamicLocationCards {
            display: flex !important;
            flex-wrap: wrap;
        }

        #dynamicLocationCards .col-lg-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        @media (max-width: 991.98px) {
            #dynamicLocationCards .col-lg-4 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }

        @media (max-width: 767.98px) {
            #dynamicLocationCards .col-lg-4 {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }