#map {
    height: 500px;
    border-radius: 0.75rem;
    z-index: 0;
}
.farm-icon {
    background-color: #4CAF50;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
}
.leaflet-popup-content {
    min-width: 200px;
}
.product-tag {
    display: inline-block;
    background-color: #e2f3e2;
    color: #2e7d32;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.logo {
    max-height: 90px;
}

.m-center {
    margin: 0 auto;
}