.btb26-zelle-copy {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0.75em 0;
	padding: 0.85em;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.58);
	overflow: hidden;
}

.btb26-zelle-copy *,
.btb26-zelle-copy *::before,
.btb26-zelle-copy *::after {
	box-sizing: border-box;
}

.btb26-zelle-copy-help {
	margin: 0 0 0.7em;
	font-size: 0.95em;
	line-height: 1.25;
}

.btb26-zelle-copy-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	padding: 0.55em 0.9em;
	border: 1px solid #124734;
	border-radius: 999px;
	background: #1d6b4f;
	color: #fff;
	font-weight: 700;
	font-size: 0.98em;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	margin-top: 0.45em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.btb26-zelle-copy-button:hover,
.btb26-zelle-copy-button:focus {
	background: #15553e;
	color: #fff;
	outline: 2px solid rgba(29, 107, 79, 0.3);
	outline-offset: 2px;
}

.btb26-zelle-copy-button:disabled {
	cursor: wait;
	opacity: 0.72;
}

.btb26-zelle-turnstile {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.btb26-zelle-copy-status {
	min-height: 1.25em;
	margin: 0.7em 0 0;
	font-size: 0.9em;
	line-height: 1.25;
}

.btb26-zelle-copy-status-ok {
	color: #15553e;
	font-weight: 700;
}

.btb26-zelle-copy-status-error,
.btb26-zelle-copy-warning {
	color: #8a1f11;
	font-weight: 700;
}

.btb26-zelle-turnstile.btb26-zelle-turnstile-visible {
	position: static;
	left: auto;
	width: 100%;
	height: auto;
	min-height: 64px;
	margin: 0.75em 0 0;
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: center;
}
