.directory-map {
    width: 100%;
    min-height: 300px;
    height: 420px;
    border: 1px solid #ddd;
    background: #f7fafc;
    position: relative;
}

#directory-map-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.directory-map-outline {
    fill: #ecf3f8;
    stroke: #8aa3b5;
    stroke-width: 2;
}

.directory-map-point {
    fill: #155e75;
    stroke: #ffffff;
    stroke-width: 2;
    cursor: pointer;
}

.directory-map-point-premium {
    fill: #9a3412;
}

.directory-map-tooltip {
    position: absolute;
    pointer-events: none;
    max-width: 220px;
    background: #0f172a;
    color: #ffffff;
    padding: 0.5rem 0.625rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.3;
    z-index: 10;
}

.directory-map-tooltip a {
    color: #93c5fd;
    text-decoration: underline;
}

[data-listing-protected="true"] {
    -webkit-user-select: none;
    user-select: none;
}
