.embedding-file {
	width: 100%;
	height: 800px;
	position: relative;
	margin-bottom: 8px;
}

.embedding-file-overlay {
	position: absolute;
	top: 0;
	left: 0;  
	width: 100%;
  	height: 100%;
  	z-index: 1;
  	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

.embedding-file-overlay button {
	color: white;
	background-color: #e95422;
	font-family: inherit;
	font-size: 18px;
	border: unset;
	border-radius: 5px;
	padding: 12px 24px;
	line-height: 1.3;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
