#demo-image-hub-media-modal-root,
.demo-image-hub-media-modal-tab {
	height: 100%;
	width: 100%;
}

.demo-image-hub-centered-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.demo-image-hub-centered-container > img {
	width: 100px;
	height: 100px;
}
.demo-image-hub-centered-container > h1 {
	font-family: OpenSans, sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 16px;
}
.demo-image-hub-centered-container > p {
	max-width: 600px;
	text-align: center;
	font-weight: 400;
	font-family: OpenSans, sans-serif;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 16px;
}

.demo-image-hub-centered-container:not(#extra-1) > button {
	font-family: OpenSans, sans-serif;
	font-size: 13px;

	cursor: pointer;
	border: none;
	color: white;
	padding: 16px;

	border-radius: 2px;
	height: auto;
}

#menu-item-image-hub-media-modal-tab-content {
	display: none;
	justify-content: flex-start;
	gap: 5px;
	align-content: center;
	&[data-type="image"] {
		display: flex;
	}

	 > div {
		 order: -1;
	 }
}
