.wmh7t-tool {
	background: rgba(22, 28, 34, 0.72);
	border: solid 1px rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	overflow: hidden;
	padding: 2rem;
}

.wmh7t-heading {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.wmh7t-heading h2 {
	margin-bottom: 0;
}

.wmh7t-eyebrow {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.18rem;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.wmh7t-badge {
	background: rgba(99, 214, 170, 0.12);
	border: solid 1px rgba(99, 214, 170, 0.48);
	border-radius: 999px;
	color: #a9f0d4;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08rem;
	padding: 0.35rem 0.7rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.wmh7t-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: -0.5rem 0 1.75rem;
	padding: 0;
}

.wmh7t-facts li {
	background: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.76rem;
	padding: 0.3rem 0.65rem;
}

.wmh7t-drop {
	border: dashed 1px rgba(255, 255, 255, 0.42);
	border-radius: 6px;
	margin-bottom: 1.25rem;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.wmh7t-drop:hover,
.wmh7t-drop:focus-within {
	background: rgba(255, 255, 255, 0.05);
	border-color: #ffffff;
}

.wmh7t-drop label {
	cursor: pointer;
	display: block;
	padding: 1.6rem;
	text-align: center;
}

.wmh7t-drop-title,
.wmh7t-file-name {
	display: block;
}

.wmh7t-drop-title {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
}

.wmh7t-file-name {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.82rem;
	margin-top: 0.35rem;
	overflow-wrap: anywhere;
}

.wmh7t-drop input[type="file"] {
	height: 1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.wmh7t-consent {
	align-items: flex-start;
	display: flex;
	margin-bottom: 1.5rem;
}

.wmh7t-consent label {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.86rem;
	line-height: 1.55;
}

.wmh7t-status,
.wmh7t-result,
.wmh7t-notice {
	border-top: solid 1px rgba(255, 255, 255, 0.14);
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.wmh7t-status-row {
	display: flex;
	font-size: 0.85rem;
	font-weight: 600;
	justify-content: space-between;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
}

.wmh7t-progress {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	height: 0.42rem;
	margin: 0.7rem 0 0.8rem;
	overflow: hidden;
}

.wmh7t-progress span {
	background: #ffffff;
	border-radius: inherit;
	display: block;
	height: 100%;
	transition: width 0.35s ease;
	width: 0;
}

.wmh7t-status p,
.wmh7t-result p,
.wmh7t-notice p {
	margin-bottom: 1rem;
}

.wmh7t-service-note {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.78rem;
	margin: 1.4rem 0 0;
}

.wmh7t-service-note.is-online {
	color: #a9f0d4;
}

.wmh7t-service-note.is-offline {
	color: #ffc6c6;
}

.wmh7t-notice {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	line-height: 1.55;
}

.wmh7t-notice p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.wmh7t-tool {
		padding: 1.25rem;
	}

	.wmh7t-heading {
		display: block;
	}

	.wmh7t-badge {
		display: inline-block;
		margin-top: 0.75rem;
	}
}
