.glse-block-preview {
    width: 100%;
}

.glse-block-placeholder {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: #f0f6fc;
    border: 2px dashed #a8c4e0;
    border-radius: 6px;
    color: #1e3a5f;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    user-select: none;
}

.glse-block-placeholder .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #3b82f6;
}

.glse-block-label {
    font-weight: 600;
}

.glse-block-ph {
    margin-left: 4px;
    color: #6b8fac;
    font-style: italic;
    font-size: 12px;
}
