.sac-overlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	background: rgba(4, 62, 40, 0.7) !important;
	z-index: 214748364 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 20px;
	box-sizing: border-box;
}

.sac-box {
	background: #ffffff;
	max-width: 480px;
	width: 100%;
	border-radius: 12px;
	padding: 32px 28px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(4, 62, 40, 0.7);
	/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; */
}

.sac-title {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
}

.sac-text {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.5;
	color: #444444;
}

.sac-button {
	background: #043e28;
	color: #ffffff;
	border: none;
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
}

.sac-button:hover {
	background: #076843;
}

/* Nur für Administratoren sichtbar - bewusst zurückhaltend gestaltet,
   damit er sich klar vom Haupt-Button für normale Besucher abhebt. */
.sac-button-admin {
	display: block;
	background: transparent;
	color: #8a8f98;
	border: none;
	padding: 6px 4px;
	margin: 14px auto 0;
	font-size: 12px;
	font-weight: 500;
	text-decoration: underline;
	box-shadow: none;
}

.sac-button-admin:hover {
	background: transparent;
	color: #ff3b30;
	font-weight: 600;
}
