.nexus-post-map {
    margin: 2.5rem 0 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(119, 124, 124, 0.2);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(250, 250, 249, 0.98) 0%, rgba(245, 245, 244, 0.94) 100%);
    box-shadow: 0 12px 40px rgba(28, 25, 23, 0.08);
}

.nexus-post-map__header {
    margin-bottom: 1rem;
}

.nexus-post-map__title {
    margin: 0 0 0.4rem;
    font-size: 1.35rem;
    line-height: 1.2;
}

.nexus-post-map__summary,
.nexus-post-map__note {
    margin: 0;
    color: #44403c;
    font-size: 0.96rem;
}

.nexus-post-map__canvas {
    width: 100%;
    min-height: 320px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(120, 113, 108, 0.22);
    background: #e7e5e4;
}

.nexus-post-map__note {
    margin-top: 0.85rem;
    font-size: 0.88rem;
}

.nexus-post-map__references {
    margin-top: 0.95rem;
}

.nexus-post-map__references-title {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1c1917;
}

.nexus-post-map__references-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nexus-post-map__reference-link {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 94, 239, 0.16);
    background: rgba(239, 246, 255, 0.95);
    color: #1d4ed8;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.nexus-post-map__reference-link:hover,
.nexus-post-map__reference-link:focus-visible {
    background: rgba(219, 234, 254, 0.98);
    color: #1e40af;
}

@media (max-width: 640px) {
    .nexus-post-map {
        padding: 1rem;
        margin: 2rem 0 1.25rem;
    }

    .nexus-post-map__canvas {
        min-height: 260px;
    }
}