.ncip-opportunity-map-legend li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.ncip-map-swatch {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 1.1rem;
    border: 2px solid rgb(255 255 255 / 80%);
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 0 0 1px rgb(17 24 39 / 25%);
    transform: rotate(-45deg);
}

.ncip-map-business { background: #2563eb; }
.ncip-map-investment { background: #16a34a; }
.ncip-map-project { background: #f97316; }
.ncip-map-research { background: #7c3aed; }
.ncip-map-social { background: #dc2626; }
.ncip-map-user { background: #111827; }

@media (min-width: 1200px) {
    #ncip-opportunity-map {
        min-height: 620px;
    }
}
