.wv-container {
	margin: 15px 0;
}

.wv-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.wv-modal-content {
	background: #fff;
	padding: 24px;
	border-radius: 8px;
	max-width: 480px;
	width: 90%;
	position: relative;
	max-height: 85vh;
	overflow-y: auto;
}

.wv-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	line-height: 1;
}

.wv-remaining-note {
	font-size: 13px;
	color: #666;
}

.wv-file-input {
	display: block;
	margin: 12px 0;
}

.wv-status {
	margin: 10px 0;
	font-style: italic;
	color: #555;
}

.wv-result-image {
	max-width: 100%;
	border-radius: 6px;
	margin-top: 10px;
}

.wv-disclaimer {
	font-size: 11px;
	color: #999;
	margin-top: 14px;
}
