.hanta-map-wrapper {
    margin: 1.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 16px rgba(0,0,0,0.06);
}

.hanta-map {
    width: 100%;
    background: #e8f0f5;
}

.hanta-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    font-size: 0.85rem;
    color: #334155;
}

.hanta-map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.hanta-map-legend i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.15);
}

.hanta-popup h4 {
    margin: 0 0 0.4rem 0;
    font-size: 1rem;
    color: #0f172a;
}

.hanta-popup div {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #334155;
}

.hanta-popup a {
    color: #2563eb;
    text-decoration: none;
}
.hanta-popup a:hover { text-decoration: underline; }
