.rcap-tool{margin:1.5rem 0;padding:1.25rem;border:1px solid rgba(0,0,0,.14);border-radius:10px;background:rgba(0,0,0,.025)}
.rcap-tool h3{margin-top:0;margin-bottom:.5rem}.rcap-label{display:block;font-weight:600;margin:1rem 0 .35rem}.rcap-file{display:block;width:100%;margin-bottom:.75rem}.rcap-consent{display:flex;align-items:flex-start;gap:.5rem;margin:.75rem 0 1rem}.rcap-generate{width:100%}.rcap-generate.is-loading{opacity:.7;cursor:wait}.rcap-status{margin-top:.75rem;font-weight:600}.rcap-result{margin-top:1rem}.rcap-preview-image{display:block;width:100%;height:auto;border-radius:8px}.rcap-small{font-size:.9em;margin-bottom:0}


.rcap-progress-wrap {
	margin-top: 1rem;
}

.rcap-progress-label,
.rcap-progress-percent {
	font-size: .92em;
}

.rcap-progress-label {
	margin-bottom: .4rem;
	font-weight: 600;
}

.rcap-progress-track {
	width: 100%;
	height: 12px;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.12);
}

.rcap-progress-bar {
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: currentColor;
	transition: width .35s ease;
}

.rcap-progress-percent {
	margin-top: .35rem;
	text-align: right;
	font-weight: 600;
}
