/**
 * Store Map Block Editor Styles
 */

.gorilladash-store-map-block-preview {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 100%;
    box-sizing: border-box;
}

.gorilladash-store-map-block-preview .block-preview-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 15px;
}

.gorilladash-store-map-block-preview .block-preview-header h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #0073aa;
    line-height: 1.3;
}

.gorilladash-store-map-block-preview .block-preview-header p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.gorilladash-store-map-block-preview .block-preview-map-placeholder {
    margin: 15px 0;
    min-height: 250px;
    overflow: hidden;
    position: relative;
}

.gorilladash-store-map-block-preview .block-preview-map-placeholder .dashicons {
    flex-shrink: 0;
    margin: 0 auto;
}

.gorilladash-store-map-block-preview .block-preview-map-placeholder p {
    margin: 0 !important;
    padding: 0 10px !important;
    word-wrap: break-word;
    max-width: 100%;
}

.gorilladash-store-map-block-preview .block-preview-settings {
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.gorilladash-store-map-block-preview .block-preview-settings strong {
    color: #0073aa;
}

.gorilladash-store-map-block-preview .block-preview-settings small {
    display: block;
}

/* Inspector Controls Styling */
.components-panel__body .components-base-control .components-text-control__input {
    width: 100%;
}