.wh-uploader-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.wh-uploader-modal.is-open {
	display: flex;
}

.wh-uploader-modal-inner {
	background: #fff;
	padding: 28px 24px;
	border-radius: 8px;
	width: 100%;
	max-width: 420px;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.wh-uploader-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.wh-uploader-title {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
}

.wh-uploader-input {
	width: 100%;
	margin-bottom: 16px;
}

.wh-uploader-progress-wrap {
	background: #eee;
	border-radius: 4px;
	height: 10px;
	overflow: hidden;
	margin-bottom: 8px;
}

.wh-uploader-progress-bar {
	background: #2271b1;
	height: 100%;
	width: 0%;
	transition: width 0.2s ease;
}

.wh-uploader-status {
	font-size: 13px;
	color: #555;
	min-height: 18px;
}

/* Utility class to hide the paired Ninja Forms text field that holds the URL */
.wh-uploader-hidden-field {
	display: none !important;
}
