/**
 * Map Block Styles
 */

/* Editor Styles */
.vh-map-block-editor .map-placeholder {
    background-color: #f7f7f7;
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 200px;
}

.vh-map-block-editor .map-placeholder-inner {
    padding: 20px;
}

.vh-map-block-editor .dashicons-location-alt {
    font-size: 36px;
    height: 36px;
    width: 36px;
    margin-bottom: 10px;
    color: #0073aa;
}

.vh-map-block-editor h3 {
    margin: 0 0 15px;
    font-size: 18px;
}

.vh-map-block-editor p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

/* Frontend Styles */
.vh-map-block {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.vh-map-container {
    width: 100%;
    overflow: hidden;
}

.vh-google-map {
    width: 100%;
    min-height: 200px;
} 