.interactive-map-wrapper {
    width: 100%;
    height: 500px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.interactive-map-wrapper .maplibregl-popup-content {
    padding: 10px;
    max-width: 300px;
}

.interactive-map-wrapper .maplibregl-popup-content p {
    margin: 5px 0;
    font-size: 14px;
}

.interactive-map-wrapper .maplibregl-popup-content p:first-child {
    margin-top: 0;
}

.interactive-map-wrapper .maplibregl-popup-content p:last-child {
    margin-bottom: 0;
}

.map-popup {
    padding: 5px;
}

.map-popup p {
    margin: 3px 0;
    font-size: 13px;
    line-height: 1.4;
}

.map-popup strong {
    color: #004080;
}

.interactive-map-error {
    padding: 20px;
    background: #fff;
    border: 1px solid #dc3232;
    border-radius: 4px;
    color: #dc3232;
    text-align: center;
}

.map-error {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f7f7f7;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

.interactive-map-wrapper .maplibregl-ctrl-group {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.interactive-map-wrapper .maplibregl-ctrl-group button {
    width: 30px;
    height: 30px;
}

.interactive-map-wrapper .maplibregl-ctrl-attrib {
    background: rgba(255,255,255,0.8);
}