.buidlo-custom-logo-preview {
	width: 100px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.buidlo-custom-logo-preview img {
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
