
 .wp-block-three-object-block {
	border: 1px dotted #f00;
}
 .glb-preview-container {
	 padding: 100px;
	 text-align: center;
	 align-items: center;
	 align-content: center;
	 background-color:#f2f2f2;
 }

 .glb-preview-container button{
	padding: 15px;
	border-radius: 30px;
}

.three-object-viewer-button {
	color: black;
	border: solid 1.5px black;
}

.three-object-block-tip {
	overflow-wrap: break-word;
	background-color: black;
	color: white;
	padding: 10px;
	font-weight: 500;
	max-width: 160px;
	font-size: 12px;
	margin-top: 0px;
	margin: 0 auto;
	text-align: center;
}

.three-object-block-url-input {
	padding-bottom: 20px;
}

.three-object-block-url-input input{
	height: 40px;
}
