/* Dump Site Location Map Block Styles */

.dump-site-location-map {
    margin: 20px 0;
    position: relative;
    position: relative;
    z-index: 0;
}

.dump-site-map-container {
    width: 100%;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dump-site-map-error {
    padding: 40px;
    text-align: center;
    background: #f5f5f5;
    border: 2px dashed #ccc;
    border-radius: 8px;
    color: #666;
}

.dump-site-map-error p {
    margin: 0 0 10px 0;
}

.dump-site-map-error small {
    color: #999;
}


/* Popup styles */
.dump-site-popup {
    min-width: 200px;
    padding: 5px;
    line-height: 1.5;
}

.dump-site-popup strong {
    color: #2a251c;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dump-site-map-container {
        min-height: 300px;
    }

}

/* Wide and full alignment support */
.alignwide .dump-site-map-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull .dump-site-map-container {
    max-width: 100%;
}

/* Editor specific styles */
.block-editor-block-list__block .dump-site-location-map {
    max-width: 100%;
}