.bsh-item {
	margin: 1.5em 0;
}

.bsh-item h3 {
	font-size: 1em;
	margin: 0 0 .75em;
}

.bsh-drop {
	border: 2px dashed currentColor;
	border-radius: 6px;
	padding: 2em 1em;
	text-align: center;
	opacity: .85;
	transition: opacity .15s ease;
}

.bsh-drop.is-over {
	opacity: 1;
}

.bsh-drop-title {
	font-weight: 600;
	margin: 0 0 .25em;
}

.bsh-drop-or {
	margin: 0 0 .75em;
	opacity: .7;
}

.bsh-file {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.bsh-choose {
	cursor: pointer;
	display: inline-block;
}

.bsh-hint {
	font-size: .85em;
	opacity: .65;
	margin: .75em 0 0;
}

.bsh-progress,
.bsh-check {
	border: 1px solid currentColor;
	border-radius: 6px;
	padding: 1.25em;
}

.bsh-filename {
	font-weight: 600;
	margin: 0 0 .75em;
	word-break: break-all;
}

.bsh-track {
	height: 8px;
	border-radius: 4px;
	background: rgba(128, 128, 128, .25);
	overflow: hidden;
}

.bsh-fill {
	height: 100%;
	width: 0;
	background: currentColor;
	transition: width .2s ease;
}

.bsh-status {
	font-size: .9em;
	margin: .75em 0;
}

.bsh-preview {
	display: block;
	max-width: 100%;
	max-height: 320px;
	width: auto;
	margin: 0 auto 1em;
}

.bsh-verdict {
	font-weight: 600;
	margin: 0 0 .75em;
}

.bsh-check--low .bsh-verdict,
.bsh-error {
	color: #b3261e;
}

.bsh-facts {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: .35em 1em;
	margin: 0 0 1em;
	font-size: .9em;
}

.bsh-facts dt {
	opacity: .7;
}

.bsh-facts dd {
	margin: 0;
	text-align: right;
}

.bsh-consent {
	display: flex;
	align-items: flex-start;
	gap: .6em;
	margin: 0 0 .75em;
	font-size: .92em;
	cursor: pointer;
}

.bsh-consent input {
	margin-top: .2em;
	flex: 0 0 auto;
}

.bsh-send,
.bsh-again,
.bsh-cancel {
	display: block;
	width: 100%;
	margin-top: .5em;
}

.bsh-send[disabled] {
	opacity: .5;
	cursor: not-allowed;
}

.bsh-current img {
	max-width: 180px;
	height: auto;
	display: block;
	margin-bottom: .75em;
}

.bsh-error {
	margin: .75em 0 0;
	font-size: .9em;
}

.bsh-done {
	font-weight: 600;
	margin: 0;
}

@media (min-width: 600px) {
	.bsh-send,
	.bsh-again,
	.bsh-cancel {
		width: auto;
		display: inline-block;
		margin-right: .5em;
	}
}

.bsh-current .bsh-facts {
	max-width: 420px;
}

.bsh-current .bsh-facts dd {
	text-align: left;
}

.bsh-note {
	font-size: .9em;
	opacity: .8;
	margin: .5em 0 0;
}

.bsh-check--good .bsh-verdict {
	color: #1a7f37;
}

.bsh-check--fair .bsh-verdict {
	color: #9a6700;
}
