.wp-block-map-embed-block-map {
    margin: 0;
}

.map-embed-container {
    position: relative;
    width: 100%;
    min-height: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.map-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-embed-placeholder {
    padding: 20px;
    background: #f5f5f5;
    border: 1px dashed #999;
    border-radius: 4px;
    text-align: center;
    color: #666;
}

.map-embed-placeholder p {
    margin: 0;
    font-size: 14px;
} 