.wbm-mp3-code-downloads-wrapper {
	position: relative;
	clear: both;
	text-align: center;
}

.wbm-mp3-code-downloads-dialog {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-direction: column;
	transition: filter 300ms ease-out 0ms;
}

.wbm-mp3-code-downloads-dialog.loading {
	filter: blur(2px);
	pointer-events: none;
}

.wbm-mp3-code-downloads-error,
.wbm-mp3-code-downloads-error-used {
	color: red;
	font-weight: bold;
	display: none;
}

.wbm-mp3-code-downloads-dialog input {
	margin-right: 15px;
}

.wbm-mp3-code-downloads-dialog button {
	cursor: pointer;
}

.wbm-mp3-code-downloads-dialog img {
	width: 500px;
	max-width: 100%;
}