/**
 * All Locations Block - Editor Styles
 */

.gorilladash-all-locations-block-preview {
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gorilladash-all-locations-block-preview .block-preview-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.gorilladash-all-locations-block-preview .block-preview-header h3 {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.gorilladash-all-locations-block-preview .block-preview-header p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.gorilladash-all-locations-block-preview .block-preview-placeholder {
    transition: all 0.3s ease;
}

.gorilladash-all-locations-block-preview .block-preview-placeholder:hover {
    border-color: #ffce51 !important;
    box-shadow: 0 4px 12px rgba(255, 206, 81, 0.2);
}

.gorilladash-all-locations-block-preview .block-preview-info {
    line-height: 1.6;
}

.gorilladash-all-locations-block-preview .block-preview-info strong {
    color: #ffce51;
}

/* Ensure proper spacing in the editor */
.wp-block-gorilladash-all-locations {
    margin-top: 28px;
    margin-bottom: 28px;
}
