﻿.store-container-fluid {
    padding: 20px;
    background-color: #f8f9fa;
    height: 110vh;
    display: flex;
    flex-direction: column;
    margin-top:5%;
}

.store-search-container {
    max-width: 600px;
    margin: 0 auto;
}

.store-input-group {
    display: flex;
    gap: 10px;
}

#mapView {
    flex: 1;
    position: relative;
}

#map {
    margin-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    height: 65vh;
}

.popup-content {
    text-align: left;
    padding: 15px;
    min-width: 250px;
    max-width: 300px;
    background: white;
    border-radius: 8px;
}

    .popup-content h4 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .popup-content p {
        margin: 0 0 8px 0;
        font-size: 14px;
        line-height: 1.4;
        color: #666;
    }

    .popup-content .store-description {
        margin-bottom: 12px;
        font-style: italic;
    }

    .popup-content .store-address {
        margin-bottom: 8px;
    }

    .popup-content .store-distance {
        color: #888;
        font-size: 13px;
    }

    .popup-content .store-website {
        margin-top: 12px;
    }

        .popup-content .store-website a {
            color: #ff4081;
            text-decoration: none;
        }

            .popup-content .store-website a:hover {
                text-decoration: underline;
            }




.leaflet-popup-content-wrapper {
    padding: 0;
}

.leaflet-popup-content {
    margin: 0;
}
